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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "front_end/console/ConsoleView.js", | 145 "front_end/console/ConsoleView.js", |
146 "front_end/console/ConsoleViewMessage.js", | 146 "front_end/console/ConsoleViewMessage.js", |
147 "front_end/console/ConsoleViewport.js", | 147 "front_end/console/ConsoleViewport.js", |
148 "front_end/console/module.json", | 148 "front_end/console/module.json", |
149 "front_end/console_model/ConsoleModel.js", | 149 "front_end/console_model/ConsoleModel.js", |
150 "front_end/console_model/module.json", | 150 "front_end/console_model/module.json", |
151 "front_end/console_test_runner/ConsoleTestRunner.js", | 151 "front_end/console_test_runner/ConsoleTestRunner.js", |
152 "front_end/console_test_runner/module.json", | 152 "front_end/console_test_runner/module.json", |
153 "front_end/cookie_table/CookiesTable.js", | 153 "front_end/cookie_table/CookiesTable.js", |
154 "front_end/cookie_table/module.json", | 154 "front_end/cookie_table/module.json", |
| 155 "front_end/counters/errorWarningCounter.css", |
| 156 "front_end/counters/module.json", |
| 157 "front_end/counters/WarningErrorCounter.js", |
155 "front_end/coverage/coverageListView.css", | 158 "front_end/coverage/coverageListView.css", |
156 "front_end/coverage/CoverageDecorationManager.js", | 159 "front_end/coverage/CoverageDecorationManager.js", |
157 "front_end/coverage/CoverageListView.js", | 160 "front_end/coverage/CoverageListView.js", |
158 "front_end/coverage/CoverageModel.js", | 161 "front_end/coverage/CoverageModel.js", |
159 "front_end/coverage/coverageView.css", | 162 "front_end/coverage/coverageView.css", |
160 "front_end/coverage/CoverageView.js", | 163 "front_end/coverage/CoverageView.js", |
161 "front_end/coverage/module.json", | 164 "front_end/coverage/module.json", |
162 "front_end/data_grid/dataGrid.css", | 165 "front_end/data_grid/dataGrid.css", |
163 "front_end/data_grid/DataGrid.js", | 166 "front_end/data_grid/DataGrid.js", |
164 "front_end/data_grid/module.json", | 167 "front_end/data_grid/module.json", |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 "front_end/layer_viewer/LayerTreeOutline.js", | 304 "front_end/layer_viewer/LayerTreeOutline.js", |
302 "front_end/layer_viewer/LayerViewHost.js", | 305 "front_end/layer_viewer/LayerViewHost.js", |
303 "front_end/layer_viewer/module.json", | 306 "front_end/layer_viewer/module.json", |
304 "front_end/layer_viewer/paintProfiler.css", | 307 "front_end/layer_viewer/paintProfiler.css", |
305 "front_end/layer_viewer/PaintProfilerView.js", | 308 "front_end/layer_viewer/PaintProfilerView.js", |
306 "front_end/layer_viewer/TransformController.js", | 309 "front_end/layer_viewer/TransformController.js", |
307 "front_end/layers/LayerPaintProfilerView.js", | 310 "front_end/layers/LayerPaintProfilerView.js", |
308 "front_end/layers/LayersPanel.js", | 311 "front_end/layers/LayersPanel.js", |
309 "front_end/layers/LayerTreeModel.js", | 312 "front_end/layers/LayerTreeModel.js", |
310 "front_end/layers/module.json", | 313 "front_end/layers/module.json", |
311 "front_end/main/errorWarningCounter.css", | |
312 "front_end/main/ExecutionContextSelector.js", | 314 "front_end/main/ExecutionContextSelector.js", |
313 "front_end/main/GCActionDelegate.js", | 315 "front_end/main/GCActionDelegate.js", |
314 "front_end/main/Main.js", | 316 "front_end/main/Main.js", |
315 "front_end/main/module.json", | 317 "front_end/main/module.json", |
316 "front_end/main/nodeIcon.css", | 318 "front_end/main/nodeIcon.css", |
317 "front_end/main/remoteDebuggingTerminatedScreen.css", | 319 "front_end/main/remoteDebuggingTerminatedScreen.css", |
318 "front_end/main/renderingOptions.css", | 320 "front_end/main/renderingOptions.css", |
319 "front_end/main/RenderingOptions.js", | 321 "front_end/main/RenderingOptions.js", |
320 "front_end/main/RequestAppBannerActionDelegate.js", | 322 "front_end/main/RequestAppBannerActionDelegate.js", |
321 "front_end/main/SimpleApp.js", | 323 "front_end/main/SimpleApp.js", |
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1181 ".eslintrc.js", | 1183 ".eslintrc.js", |
1182 "devtools-node-modules/", | 1184 "devtools-node-modules/", |
1183 "front_end/", | 1185 "front_end/", |
1184 "scripts/buildbot/run_eslint.py", | 1186 "scripts/buildbot/run_eslint.py", |
1185 "scripts/local_node/", | 1187 "scripts/local_node/", |
1186 "//testing/scripts/common.py", | 1188 "//testing/scripts/common.py", |
1187 "//testing/scripts/run_devtools_check.py", | 1189 "//testing/scripts/run_devtools_check.py", |
1188 "//testing/xvfb.py", | 1190 "//testing/xvfb.py", |
1189 ] | 1191 ] |
1190 } | 1192 } |
OLD | NEW |