| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 "$resources_out_dir/diff/diff_module.js", | 874 "$resources_out_dir/diff/diff_module.js", |
| 872 "$resources_out_dir/elements/elements_module.js", | 875 "$resources_out_dir/elements/elements_module.js", |
| 873 "$resources_out_dir/event_listeners/event_listeners_module.js", | 876 "$resources_out_dir/event_listeners/event_listeners_module.js", |
| 874 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", | 877 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", |
| 875 "$resources_out_dir/inline_editor/inline_editor_module.js", | 878 "$resources_out_dir/inline_editor/inline_editor_module.js", |
| 876 "$resources_out_dir/layer_viewer/layer_viewer_module.js", | 879 "$resources_out_dir/layer_viewer/layer_viewer_module.js", |
| 877 "$resources_out_dir/layers/layers_module.js", | 880 "$resources_out_dir/layers/layers_module.js", |
| 878 "$resources_out_dir/network/network_module.js", | 881 "$resources_out_dir/network/network_module.js", |
| 879 "$resources_out_dir/object_ui/object_ui_module.js", | 882 "$resources_out_dir/object_ui/object_ui_module.js", |
| 880 "$resources_out_dir/perf_ui/perf_ui_module.js", | 883 "$resources_out_dir/perf_ui/perf_ui_module.js", |
| 881 "$resources_out_dir/product_registry/product_registry_module.js", | |
| 882 "$resources_out_dir/profiler/profiler_module.js", | 884 "$resources_out_dir/profiler/profiler_module.js", |
| 883 "$resources_out_dir/quick_open/quick_open_module.js", | 885 "$resources_out_dir/quick_open/quick_open_module.js", |
| 884 "$resources_out_dir/resources/resources_module.js", | 886 "$resources_out_dir/resources/resources_module.js", |
| 885 "$resources_out_dir/sass/sass_module.js", | 887 "$resources_out_dir/sass/sass_module.js", |
| 886 "$resources_out_dir/security/security_module.js", | 888 "$resources_out_dir/security/security_module.js", |
| 887 "$resources_out_dir/settings/settings_module.js", | 889 "$resources_out_dir/settings/settings_module.js", |
| 888 "$resources_out_dir/snippets/snippets_module.js", | 890 "$resources_out_dir/snippets/snippets_module.js", |
| 889 "$resources_out_dir/source_frame/source_frame_module.js", | 891 "$resources_out_dir/source_frame/source_frame_module.js", |
| 890 "$resources_out_dir/sources/sources_module.js", | 892 "$resources_out_dir/sources/sources_module.js", |
| 891 "$resources_out_dir/terminal/terminal_module.js", | 893 "$resources_out_dir/terminal/terminal_module.js", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 ".eslintrc.js", | 1143 ".eslintrc.js", |
| 1142 "devtools-node-modules/", | 1144 "devtools-node-modules/", |
| 1143 "front_end/", | 1145 "front_end/", |
| 1144 "scripts/buildbot/run_eslint.py", | 1146 "scripts/buildbot/run_eslint.py", |
| 1145 "scripts/local_node/", | 1147 "scripts/local_node/", |
| 1146 "//testing/scripts/common.py", | 1148 "//testing/scripts/common.py", |
| 1147 "//testing/scripts/run_devtools_check.py", | 1149 "//testing/scripts/run_devtools_check.py", |
| 1148 "//testing/xvfb.py", | 1150 "//testing/xvfb.py", |
| 1149 ] | 1151 ] |
| 1150 } | 1152 } |
| OLD | NEW |