| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "front_end/persistence/Automapping.js", | 366 "front_end/persistence/Automapping.js", |
| 367 "front_end/persistence/DefaultMapping.js", | 367 "front_end/persistence/DefaultMapping.js", |
| 368 "front_end/persistence/FileSystemWorkspaceBinding.js", | 368 "front_end/persistence/FileSystemWorkspaceBinding.js", |
| 369 "front_end/persistence/Persistence.js", | 369 "front_end/persistence/Persistence.js", |
| 370 "front_end/persistence/PersistenceUtils.js", | 370 "front_end/persistence/PersistenceUtils.js", |
| 371 "front_end/platform/module.json", | 371 "front_end/platform/module.json", |
| 372 "front_end/platform/utilities.js", | 372 "front_end/platform/utilities.js", |
| 373 "front_end/product_registry/module.json", | 373 "front_end/product_registry/module.json", |
| 374 "front_end/product_registry/ProductNameForURL.js", | 374 "front_end/product_registry/ProductNameForURL.js", |
| 375 "front_end/product_registry/ProductRegistryData.js", | 375 "front_end/product_registry/ProductRegistryData.js", |
| 376 "front_end/product_registry/sha1.js", |
| 376 "front_end/profiler/BottomUpProfileDataGrid.js", | 377 "front_end/profiler/BottomUpProfileDataGrid.js", |
| 377 "front_end/profiler/CPUProfileFlameChart.js", | 378 "front_end/profiler/CPUProfileFlameChart.js", |
| 378 "front_end/profiler/CPUProfileView.js", | 379 "front_end/profiler/CPUProfileView.js", |
| 379 "front_end/profiler/heapProfiler.css", | 380 "front_end/profiler/heapProfiler.css", |
| 380 "front_end/profiler/HeapProfileView.js", | 381 "front_end/profiler/HeapProfileView.js", |
| 381 "front_end/profiler/HeapSnapshotDataGrids.js", | 382 "front_end/profiler/HeapSnapshotDataGrids.js", |
| 382 "front_end/profiler/HeapSnapshotGridNodes.js", | 383 "front_end/profiler/HeapSnapshotGridNodes.js", |
| 383 "front_end/profiler/HeapSnapshotProxy.js", | 384 "front_end/profiler/HeapSnapshotProxy.js", |
| 384 "front_end/profiler/HeapSnapshotView.js", | 385 "front_end/profiler/HeapSnapshotView.js", |
| 385 "front_end/profiler/HeapProfilerPanel.js", | 386 "front_end/profiler/HeapProfilerPanel.js", |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 ".eslintrc.js", | 1112 ".eslintrc.js", |
| 1112 "devtools-node-modules/", | 1113 "devtools-node-modules/", |
| 1113 "front_end/", | 1114 "front_end/", |
| 1114 "scripts/buildbot/run_eslint.py", | 1115 "scripts/buildbot/run_eslint.py", |
| 1115 "scripts/local_node/", | 1116 "scripts/local_node/", |
| 1116 "//testing/scripts/common.py", | 1117 "//testing/scripts/common.py", |
| 1117 "//testing/scripts/run_devtools_check.py", | 1118 "//testing/scripts/run_devtools_check.py", |
| 1118 "//testing/xvfb.py", | 1119 "//testing/xvfb.py", |
| 1119 ] | 1120 ] |
| 1120 } | 1121 } |
| OLD | NEW |