| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "front_end/main/renderingOptions.css", | 305 "front_end/main/renderingOptions.css", |
| 306 "front_end/main/RenderingOptions.js", | 306 "front_end/main/RenderingOptions.js", |
| 307 "front_end/main/RequestAppBannerActionDelegate.js", | 307 "front_end/main/RequestAppBannerActionDelegate.js", |
| 308 "front_end/main/SimpleApp.js", | 308 "front_end/main/SimpleApp.js", |
| 309 "front_end/main/targetCrashedScreen.css", | 309 "front_end/main/targetCrashedScreen.css", |
| 310 "front_end/network/blockedURLsPane.css", | 310 "front_end/network/blockedURLsPane.css", |
| 311 "front_end/network/BlockedURLsPane.js", | 311 "front_end/network/BlockedURLsPane.js", |
| 312 "front_end/network/eventSourceMessagesView.css", | 312 "front_end/network/eventSourceMessagesView.css", |
| 313 "front_end/network/EventSourceMessagesView.js", | 313 "front_end/network/EventSourceMessagesView.js", |
| 314 "front_end/network/FilterSuggestionBuilder.js", | 314 "front_end/network/FilterSuggestionBuilder.js", |
| 315 "front_end/network/HARLoader.js", |
| 315 "front_end/network/HARWriter.js", | 316 "front_end/network/HARWriter.js", |
| 316 "front_end/network/JSONView.js", | 317 "front_end/network/JSONView.js", |
| 317 "front_end/network/module.json", | 318 "front_end/network/module.json", |
| 318 "front_end/network/networkConfigView.css", | 319 "front_end/network/networkConfigView.css", |
| 319 "front_end/network/NetworkConfigView.js", | 320 "front_end/network/NetworkConfigView.js", |
| 320 "front_end/network/NetworkDataGridNode.js", | 321 "front_end/network/NetworkDataGridNode.js", |
| 321 "front_end/network/NetworkItemView.js", | 322 "front_end/network/NetworkItemView.js", |
| 322 "front_end/network/networkLogView.css", | 323 "front_end/network/networkLogView.css", |
| 323 "front_end/network/NetworkLogView.js", | 324 "front_end/network/NetworkLogView.js", |
| 324 "front_end/network/NetworkLogViewColumns.js", | 325 "front_end/network/NetworkLogViewColumns.js", |
| (...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1144 ".eslintrc.js", | 1145 ".eslintrc.js", |
| 1145 "devtools-node-modules/", | 1146 "devtools-node-modules/", |
| 1146 "front_end/", | 1147 "front_end/", |
| 1147 "scripts/buildbot/run_eslint.py", | 1148 "scripts/buildbot/run_eslint.py", |
| 1148 "scripts/local_node/", | 1149 "scripts/local_node/", |
| 1149 "//testing/scripts/common.py", | 1150 "//testing/scripts/common.py", |
| 1150 "//testing/scripts/run_devtools_check.py", | 1151 "//testing/scripts/run_devtools_check.py", |
| 1151 "//testing/xvfb.py", | 1152 "//testing/xvfb.py", |
| 1152 ] | 1153 ] |
| 1153 } | 1154 } |
| OLD | NEW |