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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "front_end/resources/DatabaseQueryView.js", | 403 "front_end/resources/DatabaseQueryView.js", |
404 "front_end/resources/DatabaseTableView.js", | 404 "front_end/resources/DatabaseTableView.js", |
405 "front_end/resources/DOMStorageItemsView.js", | 405 "front_end/resources/DOMStorageItemsView.js", |
406 "front_end/resources/DOMStorageModel.js", | 406 "front_end/resources/DOMStorageModel.js", |
407 "front_end/resources/IndexedDBModel.js", | 407 "front_end/resources/IndexedDBModel.js", |
408 "front_end/resources/indexedDBViews.css", | 408 "front_end/resources/indexedDBViews.css", |
409 "front_end/resources/IndexedDBViews.js", | 409 "front_end/resources/IndexedDBViews.js", |
410 "front_end/resources/module.json", | 410 "front_end/resources/module.json", |
411 "front_end/resources/resourcesPanel.css", | 411 "front_end/resources/resourcesPanel.css", |
412 "front_end/resources/ResourcesPanel.js", | 412 "front_end/resources/ResourcesPanel.js", |
| 413 "front_end/resources/ResourcesSection.js", |
413 "front_end/resources/resourcesSidebar.css", | 414 "front_end/resources/resourcesSidebar.css", |
414 "front_end/resources/serviceWorkerCacheViews.css", | 415 "front_end/resources/serviceWorkerCacheViews.css", |
415 "front_end/resources/ServiceWorkerCacheViews.js", | 416 "front_end/resources/ServiceWorkerCacheViews.js", |
416 "front_end/resources/serviceWorkersView.css", | 417 "front_end/resources/serviceWorkersView.css", |
417 "front_end/resources/ServiceWorkersView.js", | 418 "front_end/resources/ServiceWorkersView.js", |
418 "front_end/resources/StorageItemsView.js", | 419 "front_end/resources/StorageItemsView.js", |
419 "front_end/Runtime.js", | 420 "front_end/Runtime.js", |
420 "front_end/sass/ASTService.js", | 421 "front_end/sass/ASTService.js", |
421 "front_end/sass/ASTSourceMap.js", | 422 "front_end/sass/ASTSourceMap.js", |
422 "front_end/sass/module.json", | 423 "front_end/sass/module.json", |
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1100 ".eslintrc.js", | 1101 ".eslintrc.js", |
1101 "devtools-node-modules/", | 1102 "devtools-node-modules/", |
1102 "front_end/", | 1103 "front_end/", |
1103 "scripts/buildbot/run_eslint.py", | 1104 "scripts/buildbot/run_eslint.py", |
1104 "scripts/local_node/", | 1105 "scripts/local_node/", |
1105 "//testing/scripts/common.py", | 1106 "//testing/scripts/common.py", |
1106 "//testing/scripts/run_devtools_check.py", | 1107 "//testing/scripts/run_devtools_check.py", |
1107 "//testing/xvfb.py", | 1108 "//testing/xvfb.py", |
1108 ] | 1109 ] |
1109 } | 1110 } |
OLD | NEW |