| 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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 "$resources_out_dir/data_grid/data_grid_module.js", | 855 "$resources_out_dir/data_grid/data_grid_module.js", |
| 856 "$resources_out_dir/devices/devices_module.js", | 856 "$resources_out_dir/devices/devices_module.js", |
| 857 "$resources_out_dir/diff/diff_module.js", | 857 "$resources_out_dir/diff/diff_module.js", |
| 858 "$resources_out_dir/elements/elements_module.js", | 858 "$resources_out_dir/elements/elements_module.js", |
| 859 "$resources_out_dir/event_listeners/event_listeners_module.js", | 859 "$resources_out_dir/event_listeners/event_listeners_module.js", |
| 860 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", | 860 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", |
| 861 "$resources_out_dir/inline_editor/inline_editor_module.js", | 861 "$resources_out_dir/inline_editor/inline_editor_module.js", |
| 862 "$resources_out_dir/layer_viewer/layer_viewer_module.js", | 862 "$resources_out_dir/layer_viewer/layer_viewer_module.js", |
| 863 "$resources_out_dir/layers/layers_module.js", | 863 "$resources_out_dir/layers/layers_module.js", |
| 864 "$resources_out_dir/network/network_module.js", | 864 "$resources_out_dir/network/network_module.js", |
| 865 "$resources_out_dir/object_ui/object_ui_module.js", |
| 865 "$resources_out_dir/perf_ui/perf_ui_module.js", | 866 "$resources_out_dir/perf_ui/perf_ui_module.js", |
| 866 "$resources_out_dir/profiler/profiler_module.js", | 867 "$resources_out_dir/profiler/profiler_module.js", |
| 867 "$resources_out_dir/quick_open/quick_open_module.js", | 868 "$resources_out_dir/quick_open/quick_open_module.js", |
| 868 "$resources_out_dir/resources/resources_module.js", | 869 "$resources_out_dir/resources/resources_module.js", |
| 869 "$resources_out_dir/sass/sass_module.js", | 870 "$resources_out_dir/sass/sass_module.js", |
| 870 "$resources_out_dir/security/security_module.js", | 871 "$resources_out_dir/security/security_module.js", |
| 871 "$resources_out_dir/settings/settings_module.js", | 872 "$resources_out_dir/settings/settings_module.js", |
| 872 "$resources_out_dir/snippets/snippets_module.js", | 873 "$resources_out_dir/snippets/snippets_module.js", |
| 873 "$resources_out_dir/source_frame/source_frame_module.js", | 874 "$resources_out_dir/source_frame/source_frame_module.js", |
| 874 "$resources_out_dir/sources/sources_module.js", | 875 "$resources_out_dir/sources/sources_module.js", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 ".eslintrc.js", | 1127 ".eslintrc.js", |
| 1127 "devtools-node-modules/", | 1128 "devtools-node-modules/", |
| 1128 "front_end/", | 1129 "front_end/", |
| 1129 "scripts/buildbot/run_eslint.py", | 1130 "scripts/buildbot/run_eslint.py", |
| 1130 "scripts/local_node/", | 1131 "scripts/local_node/", |
| 1131 "//testing/scripts/common.py", | 1132 "//testing/scripts/common.py", |
| 1132 "//testing/scripts/run_devtools_check.py", | 1133 "//testing/scripts/run_devtools_check.py", |
| 1133 "//testing/xvfb.py", | 1134 "//testing/xvfb.py", |
| 1134 ] | 1135 ] |
| 1135 } | 1136 } |
| OLD | NEW |