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

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

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

Powered by Google App Engine
This is Rietveld 408576698