| 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 "front_end/utility_shared_worker/TempStorage.js", | 685 "front_end/utility_shared_worker/TempStorage.js", |
| 686 "front_end/worker_service/ServiceDispatcher.js", | 686 "front_end/worker_service/ServiceDispatcher.js", |
| 687 "front_end/workspace/FileManager.js", | 687 "front_end/workspace/FileManager.js", |
| 688 "front_end/workspace/FileSystemMapping.js", | 688 "front_end/workspace/FileSystemMapping.js", |
| 689 "front_end/workspace/IsolatedFileSystem.js", | 689 "front_end/workspace/IsolatedFileSystem.js", |
| 690 "front_end/workspace/IsolatedFileSystemManager.js", | 690 "front_end/workspace/IsolatedFileSystemManager.js", |
| 691 "front_end/workspace/module.json", | 691 "front_end/workspace/module.json", |
| 692 "front_end/workspace/SearchConfig.js", | 692 "front_end/workspace/SearchConfig.js", |
| 693 "front_end/workspace/UISourceCode.js", | 693 "front_end/workspace/UISourceCode.js", |
| 694 "front_end/workspace/Workspace.js", | 694 "front_end/workspace/Workspace.js", |
| 695 "front_end/workspace_diff/UISourceCodeDiff.js", |
| 696 "front_end/workspace_diff/module.json", |
| 695 ] | 697 ] |
| 696 | 698 |
| 697 devtools_embedder_scripts = [ | 699 devtools_embedder_scripts = [ |
| 698 "front_end/devtools_compatibility.js", | 700 "front_end/devtools_compatibility.js", |
| 699 "front_end/Tests.js", | 701 "front_end/Tests.js", |
| 700 ] | 702 ] |
| 701 | 703 |
| 702 devtools_emulated_devices_images = [ | 704 devtools_emulated_devices_images = [ |
| 703 "front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png", | 705 "front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png", |
| 704 "front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png", | 706 "front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 "$resources_out_dir/sass/sass_module.js", | 850 "$resources_out_dir/sass/sass_module.js", |
| 849 "$resources_out_dir/security/security_module.js", | 851 "$resources_out_dir/security/security_module.js", |
| 850 "$resources_out_dir/settings/settings_module.js", | 852 "$resources_out_dir/settings/settings_module.js", |
| 851 "$resources_out_dir/snippets/snippets_module.js", | 853 "$resources_out_dir/snippets/snippets_module.js", |
| 852 "$resources_out_dir/source_frame/source_frame_module.js", | 854 "$resources_out_dir/source_frame/source_frame_module.js", |
| 853 "$resources_out_dir/sources/sources_module.js", | 855 "$resources_out_dir/sources/sources_module.js", |
| 854 "$resources_out_dir/terminal/terminal_module.js", | 856 "$resources_out_dir/terminal/terminal_module.js", |
| 855 "$resources_out_dir/text_editor/text_editor_module.js", | 857 "$resources_out_dir/text_editor/text_editor_module.js", |
| 856 "$resources_out_dir/timeline_model/timeline_model_module.js", | 858 "$resources_out_dir/timeline_model/timeline_model_module.js", |
| 857 "$resources_out_dir/timeline/timeline_module.js", | 859 "$resources_out_dir/timeline/timeline_module.js", |
| 860 "$resources_out_dir/workspace_diff/workspace_diff_module.js", |
| 858 ] | 861 ] |
| 859 | 862 |
| 860 generated_remote_modules = [ | 863 generated_remote_modules = [ |
| 861 "$resources_out_dir/accessibility/accessibility_module.js", | 864 "$resources_out_dir/accessibility/accessibility_module.js", |
| 862 "$resources_out_dir/cm_modes/cm_modes_module.js", | 865 "$resources_out_dir/cm_modes/cm_modes_module.js", |
| 863 "$resources_out_dir/emulated_devices/emulated_devices_module.js", | 866 "$resources_out_dir/emulated_devices/emulated_devices_module.js", |
| 864 "$resources_out_dir/gonzales/gonzales_module.js", | 867 "$resources_out_dir/gonzales/gonzales_module.js", |
| 865 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", | 868 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", |
| 866 "$resources_out_dir/product_registry/product_registry_module.js", | 869 "$resources_out_dir/product_registry/product_registry_module.js", |
| 867 "$resources_out_dir/screencast/screencast_module.js", | 870 "$resources_out_dir/screencast/screencast_module.js", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 ".eslintrc.js", | 1106 ".eslintrc.js", |
| 1104 "devtools-node-modules/", | 1107 "devtools-node-modules/", |
| 1105 "front_end/", | 1108 "front_end/", |
| 1106 "scripts/buildbot/run_eslint.py", | 1109 "scripts/buildbot/run_eslint.py", |
| 1107 "scripts/local_node/", | 1110 "scripts/local_node/", |
| 1108 "//testing/scripts/common.py", | 1111 "//testing/scripts/common.py", |
| 1109 "//testing/scripts/run_devtools_check.py", | 1112 "//testing/scripts/run_devtools_check.py", |
| 1110 "//testing/xvfb.py", | 1113 "//testing/xvfb.py", |
| 1111 ] | 1114 ] |
| 1112 } | 1115 } |
| OLD | NEW |