| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "front_end/main/GCActionDelegate.js", | 313 "front_end/main/GCActionDelegate.js", |
| 314 "front_end/main/Main.js", | 314 "front_end/main/Main.js", |
| 315 "front_end/main/module.json", | 315 "front_end/main/module.json", |
| 316 "front_end/main/nodeIcon.css", | 316 "front_end/main/nodeIcon.css", |
| 317 "front_end/main/remoteDebuggingTerminatedScreen.css", | 317 "front_end/main/remoteDebuggingTerminatedScreen.css", |
| 318 "front_end/main/renderingOptions.css", | 318 "front_end/main/renderingOptions.css", |
| 319 "front_end/main/RenderingOptions.js", | 319 "front_end/main/RenderingOptions.js", |
| 320 "front_end/main/RequestAppBannerActionDelegate.js", | 320 "front_end/main/RequestAppBannerActionDelegate.js", |
| 321 "front_end/main/SimpleApp.js", | 321 "front_end/main/SimpleApp.js", |
| 322 "front_end/main/targetCrashedScreen.css", | 322 "front_end/main/targetCrashedScreen.css", |
| 323 "front_end/mobile_throttling/CPUThrottlingManager.js", | 323 "front_end/mobile_throttling/MobileThrottlingSelector.js", |
| 324 "front_end/mobile_throttling/module.json", | 324 "front_end/mobile_throttling/module.json", |
| 325 "front_end/mobile_throttling/NetworkConditionsSelector.js", | 325 "front_end/mobile_throttling/NetworkThrottlingSelector.js", |
| 326 "front_end/mobile_throttling/networkConditionsSettingsTab.css", | 326 "front_end/mobile_throttling/ThrottlingManager.js", |
| 327 "front_end/mobile_throttling/NetworkConditionsSettingsTab.js", | 327 "front_end/mobile_throttling/ThrottlingPresets.js", |
| 328 "front_end/mobile_throttling/throttlingSettingsTab.css", |
| 329 "front_end/mobile_throttling/ThrottlingSettingsTab.js", |
| 328 "front_end/network/blockedURLsPane.css", | 330 "front_end/network/blockedURLsPane.css", |
| 329 "front_end/network/BlockedURLsPane.js", | 331 "front_end/network/BlockedURLsPane.js", |
| 330 "front_end/network/eventSourceMessagesView.css", | 332 "front_end/network/eventSourceMessagesView.css", |
| 331 "front_end/network/EventSourceMessagesView.js", | 333 "front_end/network/EventSourceMessagesView.js", |
| 332 "front_end/network/FilterSuggestionBuilder.js", | 334 "front_end/network/FilterSuggestionBuilder.js", |
| 333 "front_end/network/HARWriter.js", | 335 "front_end/network/HARWriter.js", |
| 334 "front_end/network/module.json", | 336 "front_end/network/module.json", |
| 335 "front_end/network/networkConfigView.css", | 337 "front_end/network/networkConfigView.css", |
| 336 "front_end/network/NetworkConfigView.js", | 338 "front_end/network/NetworkConfigView.js", |
| 337 "front_end/network/NetworkDataGridNode.js", | 339 "front_end/network/NetworkDataGridNode.js", |
| (...skipping 843 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 |