| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "front_end/components/module.json", | 127 "front_end/components/module.json", |
| 128 "front_end/components/Reload.js", | 128 "front_end/components/Reload.js", |
| 129 "front_end/console/ConsoleContextSelector.js", | 129 "front_end/console/ConsoleContextSelector.js", |
| 130 "front_end/console/ConsolePanel.js", | 130 "front_end/console/ConsolePanel.js", |
| 131 "front_end/console/ConsolePrompt.js", | 131 "front_end/console/ConsolePrompt.js", |
| 132 "front_end/console/consoleView.css", | 132 "front_end/console/consoleView.css", |
| 133 "front_end/console/ConsoleView.js", | 133 "front_end/console/ConsoleView.js", |
| 134 "front_end/console/ConsoleViewMessage.js", | 134 "front_end/console/ConsoleViewMessage.js", |
| 135 "front_end/console/ConsoleViewport.js", | 135 "front_end/console/ConsoleViewport.js", |
| 136 "front_end/console/module.json", | 136 "front_end/console/module.json", |
| 137 "front_end/console_model/ConsoleModel.js", |
| 138 "front_end/console_model/module.json", |
| 137 "front_end/cookie_table/CookiesTable.js", | 139 "front_end/cookie_table/CookiesTable.js", |
| 138 "front_end/cookie_table/module.json", | 140 "front_end/cookie_table/module.json", |
| 139 "front_end/coverage/coverageListView.css", | 141 "front_end/coverage/coverageListView.css", |
| 140 "front_end/coverage/CoverageListView.js", | 142 "front_end/coverage/CoverageListView.js", |
| 141 "front_end/coverage/CoverageModel.js", | 143 "front_end/coverage/CoverageModel.js", |
| 142 "front_end/coverage/coverageView.css", | 144 "front_end/coverage/coverageView.css", |
| 143 "front_end/coverage/CoverageView.js", | 145 "front_end/coverage/CoverageView.js", |
| 144 "front_end/coverage/module.json", | 146 "front_end/coverage/module.json", |
| 145 "front_end/data_grid/dataGrid.css", | 147 "front_end/data_grid/dataGrid.css", |
| 146 "front_end/data_grid/DataGrid.js", | 148 "front_end/data_grid/DataGrid.js", |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "front_end/sass/ASTSourceMap.js", | 431 "front_end/sass/ASTSourceMap.js", |
| 430 "front_end/sass/module.json", | 432 "front_end/sass/module.json", |
| 431 "front_end/sass/SASSProcessor.js", | 433 "front_end/sass/SASSProcessor.js", |
| 432 "front_end/sass/SASSSourceMapFactory.js", | 434 "front_end/sass/SASSSourceMapFactory.js", |
| 433 "front_end/sass/SASSSupport.js", | 435 "front_end/sass/SASSSupport.js", |
| 434 "front_end/screencast/module.json", | 436 "front_end/screencast/module.json", |
| 435 "front_end/screencast/ScreencastApp.js", | 437 "front_end/screencast/ScreencastApp.js", |
| 436 "front_end/screencast/screencastView.css", | 438 "front_end/screencast/screencastView.css", |
| 437 "front_end/screencast/ScreencastView.js", | 439 "front_end/screencast/ScreencastView.js", |
| 438 "front_end/sdk/Connections.js", | 440 "front_end/sdk/Connections.js", |
| 439 "front_end/sdk/ConsoleModel.js", | |
| 440 "front_end/sdk/ContentProviders.js", | 441 "front_end/sdk/ContentProviders.js", |
| 441 "front_end/sdk/CookieModel.js", | 442 "front_end/sdk/CookieModel.js", |
| 442 "front_end/sdk/CookieParser.js", | 443 "front_end/sdk/CookieParser.js", |
| 443 "front_end/sdk/CPUProfileDataModel.js", | 444 "front_end/sdk/CPUProfileDataModel.js", |
| 444 "front_end/sdk/CPUProfilerModel.js", | 445 "front_end/sdk/CPUProfilerModel.js", |
| 445 "front_end/sdk/CSSMatchedStyles.js", | 446 "front_end/sdk/CSSMatchedStyles.js", |
| 446 "front_end/sdk/CSSMedia.js", | 447 "front_end/sdk/CSSMedia.js", |
| 447 "front_end/sdk/CSSMetadata.js", | 448 "front_end/sdk/CSSMetadata.js", |
| 448 "front_end/sdk/CSSModel.js", | 449 "front_end/sdk/CSSModel.js", |
| 449 "front_end/sdk/CSSProperty.js", | 450 "front_end/sdk/CSSProperty.js", |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 ".eslintrc.js", | 1111 ".eslintrc.js", |
| 1111 "devtools-node-modules/", | 1112 "devtools-node-modules/", |
| 1112 "front_end/", | 1113 "front_end/", |
| 1113 "scripts/buildbot/run_eslint.py", | 1114 "scripts/buildbot/run_eslint.py", |
| 1114 "scripts/local_node/", | 1115 "scripts/local_node/", |
| 1115 "//testing/scripts/common.py", | 1116 "//testing/scripts/common.py", |
| 1116 "//testing/scripts/run_devtools_check.py", | 1117 "//testing/scripts/run_devtools_check.py", |
| 1117 "//testing/xvfb.py", | 1118 "//testing/xvfb.py", |
| 1118 ] | 1119 ] |
| 1119 } | 1120 } |
| OLD | NEW |