Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2729783002: DevTools: Diff subsystem (Closed)
Patch Set: requestDiff Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698