Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//third_party/WebKit/public/public_features.gni") | 6 import("//third_party/WebKit/public/public_features.gni") |
| 7 import("//third_party/WebKit/Source/core/core.gni") | 7 import("//third_party/WebKit/Source/core/core.gni") |
| 8 | 8 |
| 9 all_devtools_files = [ | 9 all_devtools_files = [ |
| 10 "front_end/accessibility/AccessibilityModel.js", | 10 "front_end/accessibility/AccessibilityModel.js", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 138 "front_end/console/ConsolePrompt.js", | 138 "front_end/console/ConsolePrompt.js", |
| 139 "front_end/console/consoleView.css", | 139 "front_end/console/consoleView.css", |
| 140 "front_end/console/ConsoleView.js", | 140 "front_end/console/ConsoleView.js", |
| 141 "front_end/console/ConsoleViewMessage.js", | 141 "front_end/console/ConsoleViewMessage.js", |
| 142 "front_end/console/ConsoleViewport.js", | 142 "front_end/console/ConsoleViewport.js", |
| 143 "front_end/console/module.json", | 143 "front_end/console/module.json", |
| 144 "front_end/cookie_table/CookiesTable.js", | 144 "front_end/cookie_table/CookiesTable.js", |
| 145 "front_end/cookie_table/module.json", | 145 "front_end/cookie_table/module.json", |
| 146 "front_end/css_tracker/cssTrackerView.css", | 146 "front_end/css_tracker/cssTrackerView.css", |
| 147 "front_end/css_tracker/CSSTrackerView.js", | 147 "front_end/css_tracker/CSSTrackerView.js", |
| 148 "front_end/css_tracker/CSSTrackerListView.js", | |
|
alph
2017/02/17 18:34:19
Can we have these sorted plz.
| |
| 148 "front_end/css_tracker/module.json", | 149 "front_end/css_tracker/module.json", |
| 149 "front_end/css_tracker/unusedRulesTree.css", | 150 "front_end/css_tracker/unusedRulesTree.css", |
| 150 "front_end/data_grid/dataGrid.css", | 151 "front_end/data_grid/dataGrid.css", |
| 151 "front_end/data_grid/DataGrid.js", | 152 "front_end/data_grid/DataGrid.js", |
| 152 "front_end/data_grid/module.json", | 153 "front_end/data_grid/module.json", |
| 153 "front_end/data_grid/ShowMoreDataGridNode.js", | 154 "front_end/data_grid/ShowMoreDataGridNode.js", |
| 154 "front_end/data_grid/SortableDataGrid.js", | 155 "front_end/data_grid/SortableDataGrid.js", |
| 155 "front_end/data_grid/ViewportDataGrid.js", | 156 "front_end/data_grid/ViewportDataGrid.js", |
| 156 "front_end/devices/devicesView.css", | 157 "front_end/devices/devicesView.css", |
| 157 "front_end/devices/DevicesView.js", | 158 "front_end/devices/DevicesView.js", |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1081 ".eslintrc.js", | 1082 ".eslintrc.js", |
| 1082 "devtools-node-modules/", | 1083 "devtools-node-modules/", |
| 1083 "front_end/", | 1084 "front_end/", |
| 1084 "scripts/buildbot/run_eslint.py", | 1085 "scripts/buildbot/run_eslint.py", |
| 1085 "scripts/local_node/", | 1086 "scripts/local_node/", |
| 1086 "//testing/scripts/common.py", | 1087 "//testing/scripts/common.py", |
| 1087 "//testing/scripts/run_devtools_check.py", | 1088 "//testing/scripts/run_devtools_check.py", |
| 1088 "//testing/xvfb.py", | 1089 "//testing/xvfb.py", |
| 1089 ] | 1090 ] |
| 1090 } | 1091 } |
| OLD | NEW |