| Index: chrome/browser/resources/task_manager/main.html
|
| diff --git a/chrome/browser/resources/task_manager/main.html b/chrome/browser/resources/task_manager/main.html
|
| index 9f2535aaefd0a0b8765b7c8f13c8ba4d67fb0739..5583039a9c2420c85855684b923702118aff5436 100644
|
| --- a/chrome/browser/resources/task_manager/main.html
|
| +++ b/chrome/browser/resources/task_manager/main.html
|
| @@ -20,26 +20,24 @@
|
|
|
| 'util.js',
|
| 'cr.js',
|
| - 'cr/locale.js',
|
| - 'cr/ui.js',
|
| 'cr/event_target.js',
|
| +
|
| + 'cr/ui.js',
|
| 'cr/ui/array_data_model.js',
|
| 'cr/ui/list_item.js',
|
| 'cr/ui/list_selection_model.js',
|
| 'cr/ui/list_single_selection_model.js',
|
| 'cr/ui/list_selection_controller.js',
|
| - 'cr/ui/list.js',
|
| + 'cr/ui/list.js', // Must be loaded after list_selection_model.js.
|
| + 'cr/ui/grid.js', // Must be loaded after list_item.js.
|
|
|
| 'cr/ui/splitter.js',
|
| 'cr/ui/table/table_splitter.js',
|
| -
|
| 'cr/ui/table/table_column.js',
|
| 'cr/ui/table/table_column_model.js',
|
| 'cr/ui/table/table_header.js',
|
| 'cr/ui/table/table_list.js',
|
| - 'cr/ui/table.js',
|
| -
|
| - 'cr/ui/grid.js',
|
| + 'cr/ui/table.js', // Must be loaded after table_column_model.js.
|
| ];
|
|
|
| (function() {
|
|
|