| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "front_end/persistence/editFileSystemView.css", | 383 "front_end/persistence/editFileSystemView.css", |
| 384 "front_end/persistence/EditFileSystemView.js", | 384 "front_end/persistence/EditFileSystemView.js", |
| 385 "front_end/persistence/FileSystemMapping.js", | 385 "front_end/persistence/FileSystemMapping.js", |
| 386 "front_end/persistence/FileSystemWorkspaceBinding.js", | 386 "front_end/persistence/FileSystemWorkspaceBinding.js", |
| 387 "front_end/persistence/IsolatedFileSystem.js", | 387 "front_end/persistence/IsolatedFileSystem.js", |
| 388 "front_end/persistence/IsolatedFileSystemManager.js", | 388 "front_end/persistence/IsolatedFileSystemManager.js", |
| 389 "front_end/persistence/Persistence.js", | 389 "front_end/persistence/Persistence.js", |
| 390 "front_end/persistence/PersistenceUtils.js", | 390 "front_end/persistence/PersistenceUtils.js", |
| 391 "front_end/platform/module.json", | 391 "front_end/platform/module.json", |
| 392 "front_end/platform/utilities.js", | 392 "front_end/platform/utilities.js", |
| 393 "front_end/product_registry/BadgePool.js", |
| 394 "front_end/product_registry/ProductRegistry.js", |
| 395 "front_end/product_registry/badge.css", |
| 393 "front_end/product_registry/module.json", | 396 "front_end/product_registry/module.json", |
| 394 "front_end/product_registry/ProductRegistry.js", | 397 "front_end/product_registry/popup.css", |
| 395 "front_end/product_registry_impl/module.json", | 398 "front_end/product_registry_impl/module.json", |
| 396 "front_end/product_registry_impl/ProductRegistryImpl.js", | 399 "front_end/product_registry_impl/ProductRegistryImpl.js", |
| 397 "front_end/product_registry_impl/ProductRegistryData.js", | 400 "front_end/product_registry_impl/ProductRegistryData.js", |
| 398 "front_end/product_registry_impl/sha1/sha1.js", | 401 "front_end/product_registry_impl/sha1/sha1.js", |
| 399 "front_end/profiler/BottomUpProfileDataGrid.js", | 402 "front_end/profiler/BottomUpProfileDataGrid.js", |
| 400 "front_end/profiler/CPUProfileFlameChart.js", | 403 "front_end/profiler/CPUProfileFlameChart.js", |
| 401 "front_end/profiler/CPUProfileView.js", | 404 "front_end/profiler/CPUProfileView.js", |
| 402 "front_end/profiler/heapProfiler.css", | 405 "front_end/profiler/heapProfiler.css", |
| 403 "front_end/profiler/HeapProfileView.js", | 406 "front_end/profiler/HeapProfileView.js", |
| 404 "front_end/profiler/HeapSnapshotDataGrids.js", | 407 "front_end/profiler/HeapSnapshotDataGrids.js", |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 ".eslintrc.js", | 1144 ".eslintrc.js", |
| 1142 "devtools-node-modules/", | 1145 "devtools-node-modules/", |
| 1143 "front_end/", | 1146 "front_end/", |
| 1144 "scripts/buildbot/run_eslint.py", | 1147 "scripts/buildbot/run_eslint.py", |
| 1145 "scripts/local_node/", | 1148 "scripts/local_node/", |
| 1146 "//testing/scripts/common.py", | 1149 "//testing/scripts/common.py", |
| 1147 "//testing/scripts/run_devtools_check.py", | 1150 "//testing/scripts/run_devtools_check.py", |
| 1148 "//testing/xvfb.py", | 1151 "//testing/xvfb.py", |
| 1149 ] | 1152 ] |
| 1150 } | 1153 } |
| OLD | NEW |