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

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

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

Powered by Google App Engine
This is Rietveld 408576698