| 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/module.json", | 313 "front_end/main/module.json", |
| 314 "front_end/main/nodeIcon.css", | 314 "front_end/main/nodeIcon.css", |
| 315 "front_end/main/remoteDebuggingTerminatedScreen.css", | 315 "front_end/main/remoteDebuggingTerminatedScreen.css", |
| 316 "front_end/main/renderingOptions.css", | 316 "front_end/main/renderingOptions.css", |
| 317 "front_end/main/RenderingOptions.js", | 317 "front_end/main/RenderingOptions.js", |
| 318 "front_end/main/RequestAppBannerActionDelegate.js", | 318 "front_end/main/RequestAppBannerActionDelegate.js", |
| 319 "front_end/main/SimpleApp.js", | 319 "front_end/main/SimpleApp.js", |
| 320 "front_end/main/targetCrashedScreen.css", | 320 "front_end/main/targetCrashedScreen.css", |
| 321 "front_end/mobile_throttling/CPUThrottlingManager.js", | 321 "front_end/mobile_throttling/CPUThrottlingManager.js", |
| 322 "front_end/mobile_throttling/module.json", | 322 "front_end/mobile_throttling/module.json", |
| 323 "front_end/mobile_throttling/NetworkConditionsSelector.js", | 323 "front_end/mobile_throttling/ThrottlingSelector.js", |
| 324 "front_end/mobile_throttling/networkConditionsSettingsTab.css", | 324 "front_end/mobile_throttling/throttlingSettingsTab.css", |
| 325 "front_end/mobile_throttling/NetworkConditionsSettingsTab.js", | 325 "front_end/mobile_throttling/ThrottlingSettingsTab.js", |
| 326 "front_end/network/blockedURLsPane.css", | 326 "front_end/network/blockedURLsPane.css", |
| 327 "front_end/network/BlockedURLsPane.js", | 327 "front_end/network/BlockedURLsPane.js", |
| 328 "front_end/network/eventSourceMessagesView.css", | 328 "front_end/network/eventSourceMessagesView.css", |
| 329 "front_end/network/EventSourceMessagesView.js", | 329 "front_end/network/EventSourceMessagesView.js", |
| 330 "front_end/network/FilterSuggestionBuilder.js", | 330 "front_end/network/FilterSuggestionBuilder.js", |
| 331 "front_end/network/HARWriter.js", | 331 "front_end/network/HARWriter.js", |
| 332 "front_end/network/JSONView.js", | 332 "front_end/network/JSONView.js", |
| 333 "front_end/network/module.json", | 333 "front_end/network/module.json", |
| 334 "front_end/network/networkConfigView.css", | 334 "front_end/network/networkConfigView.css", |
| 335 "front_end/network/NetworkConfigView.js", | 335 "front_end/network/NetworkConfigView.js", |
| (...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1179 ".eslintrc.js", | 1179 ".eslintrc.js", |
| 1180 "devtools-node-modules/", | 1180 "devtools-node-modules/", |
| 1181 "front_end/", | 1181 "front_end/", |
| 1182 "scripts/buildbot/run_eslint.py", | 1182 "scripts/buildbot/run_eslint.py", |
| 1183 "scripts/local_node/", | 1183 "scripts/local_node/", |
| 1184 "//testing/scripts/common.py", | 1184 "//testing/scripts/common.py", |
| 1185 "//testing/scripts/run_devtools_check.py", | 1185 "//testing/scripts/run_devtools_check.py", |
| 1186 "//testing/xvfb.py", | 1186 "//testing/xvfb.py", |
| 1187 ] | 1187 ] |
| 1188 } | 1188 } |
| OLD | NEW |