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