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

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

Issue 2926563004: DevTools: check BUILD.gn file as part of PRESUBMIT (Closed)
Patch Set: fixup Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/PRESUBMIT.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 "front_end/Images/whatsnew.png", 853 "front_end/Images/whatsnew.png",
854 ] 854 ]
855 855
856 resources_out_dir = "$root_out_dir/resources/inspector" 856 resources_out_dir = "$root_out_dir/resources/inspector"
857 857
858 generated_scripts = [ 858 generated_scripts = [
859 "$resources_out_dir/InspectorBackendCommands.js", 859 "$resources_out_dir/InspectorBackendCommands.js",
860 "$resources_out_dir/SupportedCSSProperties.js", 860 "$resources_out_dir/SupportedCSSProperties.js",
861 ] 861 ]
862 862
863 generated_resources = [ 863 generated_applications = [
864 "$resources_out_dir/inspector.html", 864 "$resources_out_dir/inspector.html",
865 "$resources_out_dir/inspector.js", 865 "$resources_out_dir/inspector.js",
866 "$resources_out_dir/toolbox.html", 866 "$resources_out_dir/toolbox.html",
867 "$resources_out_dir/toolbox.js", 867 "$resources_out_dir/toolbox.js",
868 "$resources_out_dir/audits2_worker.js", 868 "$resources_out_dir/audits2_worker.js",
869 "$resources_out_dir/formatter_worker.js", 869 "$resources_out_dir/formatter_worker.js",
870 "$resources_out_dir/heap_snapshot_worker.js", 870 "$resources_out_dir/heap_snapshot_worker.js",
871 "$resources_out_dir/utility_shared_worker.js", 871 "$resources_out_dir/utility_shared_worker.js",
872 ]
872 873
873 # this contains non-autostart non-remote modules only. 874 generated_non_autostart_non_remote_modules = [
874 "$resources_out_dir/animation/animation_module.js", 875 "$resources_out_dir/animation/animation_module.js",
875 "$resources_out_dir/audits/audits_module.js", 876 "$resources_out_dir/audits/audits_module.js",
876 "$resources_out_dir/audits2/audits2_module.js", 877 "$resources_out_dir/audits2/audits2_module.js",
877 "$resources_out_dir/changes/changes_module.js", 878 "$resources_out_dir/changes/changes_module.js",
878 "$resources_out_dir/cm/cm_module.js", 879 "$resources_out_dir/cm/cm_module.js",
879 "$resources_out_dir/color_picker/color_picker_module.js", 880 "$resources_out_dir/color_picker/color_picker_module.js",
880 "$resources_out_dir/console/console_module.js", 881 "$resources_out_dir/console/console_module.js",
881 "$resources_out_dir/cookie_table/cookie_table_module.js", 882 "$resources_out_dir/cookie_table/cookie_table_module.js",
882 "$resources_out_dir/coverage/coverage_module.js", 883 "$resources_out_dir/coverage/coverage_module.js",
883 "$resources_out_dir/data_grid/data_grid_module.js", 884 "$resources_out_dir/data_grid/data_grid_module.js",
(...skipping 11 matching lines...) Expand all
895 "$resources_out_dir/perf_ui/perf_ui_module.js", 896 "$resources_out_dir/perf_ui/perf_ui_module.js",
896 "$resources_out_dir/profiler/profiler_module.js", 897 "$resources_out_dir/profiler/profiler_module.js",
897 "$resources_out_dir/quick_open/quick_open_module.js", 898 "$resources_out_dir/quick_open/quick_open_module.js",
898 "$resources_out_dir/resources/resources_module.js", 899 "$resources_out_dir/resources/resources_module.js",
899 "$resources_out_dir/sass/sass_module.js", 900 "$resources_out_dir/sass/sass_module.js",
900 "$resources_out_dir/security/security_module.js", 901 "$resources_out_dir/security/security_module.js",
901 "$resources_out_dir/settings/settings_module.js", 902 "$resources_out_dir/settings/settings_module.js",
902 "$resources_out_dir/snippets/snippets_module.js", 903 "$resources_out_dir/snippets/snippets_module.js",
903 "$resources_out_dir/source_frame/source_frame_module.js", 904 "$resources_out_dir/source_frame/source_frame_module.js",
904 "$resources_out_dir/sources/sources_module.js", 905 "$resources_out_dir/sources/sources_module.js",
905 "$resources_out_dir/terminal/terminal_module.js",
906 "$resources_out_dir/text_editor/text_editor_module.js", 906 "$resources_out_dir/text_editor/text_editor_module.js",
907 "$resources_out_dir/timeline_model/timeline_model_module.js", 907 "$resources_out_dir/timeline_model/timeline_model_module.js",
908 "$resources_out_dir/timeline/timeline_module.js", 908 "$resources_out_dir/timeline/timeline_module.js",
909 "$resources_out_dir/workspace_diff/workspace_diff_module.js", 909 "$resources_out_dir/workspace_diff/workspace_diff_module.js",
910 ] 910 ]
911 911
912 generated_resources =
913 generated_applications + generated_non_autostart_non_remote_modules
914
912 generated_remote_modules = [ 915 generated_remote_modules = [
913 "$resources_out_dir/accessibility/accessibility_module.js", 916 "$resources_out_dir/accessibility/accessibility_module.js",
914 "$resources_out_dir/audits2_worker/audits2_worker_module.js", 917 "$resources_out_dir/audits2_worker/audits2_worker_module.js",
915 "$resources_out_dir/cm_modes/cm_modes_module.js", 918 "$resources_out_dir/cm_modes/cm_modes_module.js",
916 "$resources_out_dir/emulated_devices/emulated_devices_module.js", 919 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
917 "$resources_out_dir/gonzales/gonzales_module.js", 920 "$resources_out_dir/gonzales/gonzales_module.js",
918 "$resources_out_dir/product_registry_impl/product_registry_impl_module.js", 921 "$resources_out_dir/product_registry_impl/product_registry_impl_module.js",
919 "$resources_out_dir/screencast/screencast_module.js", 922 "$resources_out_dir/screencast/screencast_module.js",
920 ] 923 ]
921 924
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 ".eslintrc.js", 1158 ".eslintrc.js",
1156 "devtools-node-modules/", 1159 "devtools-node-modules/",
1157 "front_end/", 1160 "front_end/",
1158 "scripts/buildbot/run_eslint.py", 1161 "scripts/buildbot/run_eslint.py",
1159 "scripts/local_node/", 1162 "scripts/local_node/",
1160 "//testing/scripts/common.py", 1163 "//testing/scripts/common.py",
1161 "//testing/scripts/run_devtools_check.py", 1164 "//testing/scripts/run_devtools_check.py",
1162 "//testing/xvfb.py", 1165 "//testing/xvfb.py",
1163 ] 1166 ]
1164 } 1167 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698