| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "front_end/resources/indexedDBViews.css", | 396 "front_end/resources/indexedDBViews.css", |
| 397 "front_end/resources/IndexedDBViews.js", | 397 "front_end/resources/IndexedDBViews.js", |
| 398 "front_end/resources/module.json", | 398 "front_end/resources/module.json", |
| 399 "front_end/resources/resourcesPanel.css", | 399 "front_end/resources/resourcesPanel.css", |
| 400 "front_end/resources/ResourcesPanel.js", | 400 "front_end/resources/ResourcesPanel.js", |
| 401 "front_end/resources/resourcesSidebar.css", | 401 "front_end/resources/resourcesSidebar.css", |
| 402 "front_end/resources/serviceWorkerCacheViews.css", | 402 "front_end/resources/serviceWorkerCacheViews.css", |
| 403 "front_end/resources/ServiceWorkerCacheViews.js", | 403 "front_end/resources/ServiceWorkerCacheViews.js", |
| 404 "front_end/resources/serviceWorkersView.css", | 404 "front_end/resources/serviceWorkersView.css", |
| 405 "front_end/resources/ServiceWorkersView.js", | 405 "front_end/resources/ServiceWorkersView.js", |
| 406 "front_end/resources/StorageItemsView.js", |
| 406 "front_end/Runtime.js", | 407 "front_end/Runtime.js", |
| 407 "front_end/sass/ASTService.js", | 408 "front_end/sass/ASTService.js", |
| 408 "front_end/sass/ASTSourceMap.js", | 409 "front_end/sass/ASTSourceMap.js", |
| 409 "front_end/sass/module.json", | 410 "front_end/sass/module.json", |
| 410 "front_end/sass/SASSProcessor.js", | 411 "front_end/sass/SASSProcessor.js", |
| 411 "front_end/sass/SASSSourceMapFactory.js", | 412 "front_end/sass/SASSSourceMapFactory.js", |
| 412 "front_end/sass/SASSSupport.js", | 413 "front_end/sass/SASSSupport.js", |
| 413 "front_end/screencast/module.json", | 414 "front_end/screencast/module.json", |
| 414 "front_end/screencast/ScreencastApp.js", | 415 "front_end/screencast/ScreencastApp.js", |
| 415 "front_end/screencast/screencastView.css", | 416 "front_end/screencast/screencastView.css", |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 ".eslintrc.js", | 1085 ".eslintrc.js", |
| 1085 "devtools-node-modules/", | 1086 "devtools-node-modules/", |
| 1086 "front_end/", | 1087 "front_end/", |
| 1087 "scripts/buildbot/run_eslint.py", | 1088 "scripts/buildbot/run_eslint.py", |
| 1088 "scripts/local_node/", | 1089 "scripts/local_node/", |
| 1089 "//testing/scripts/common.py", | 1090 "//testing/scripts/common.py", |
| 1090 "//testing/scripts/run_devtools_check.py", | 1091 "//testing/scripts/run_devtools_check.py", |
| 1091 "//testing/xvfb.py", | 1092 "//testing/xvfb.py", |
| 1092 ] | 1093 ] |
| 1093 } | 1094 } |
| OLD | NEW |