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

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

Issue 2725853004: DevTools: finalize audits2 worker as remote module (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 "$resources_out_dir/toolbox.html", 817 "$resources_out_dir/toolbox.html",
818 "$resources_out_dir/toolbox.js", 818 "$resources_out_dir/toolbox.js",
819 "$resources_out_dir/audits2_worker.js", 819 "$resources_out_dir/audits2_worker.js",
820 "$resources_out_dir/formatter_worker.js", 820 "$resources_out_dir/formatter_worker.js",
821 "$resources_out_dir/heap_snapshot_worker.js", 821 "$resources_out_dir/heap_snapshot_worker.js",
822 "$resources_out_dir/utility_shared_worker.js", 822 "$resources_out_dir/utility_shared_worker.js",
823 823
824 # this contains non-autostart non-remote modules only. 824 # this contains non-autostart non-remote modules only.
825 "$resources_out_dir/animation/animation_module.js", 825 "$resources_out_dir/animation/animation_module.js",
826 "$resources_out_dir/audits/audits_module.js", 826 "$resources_out_dir/audits/audits_module.js",
827 "$resources_out_dir/audits2_worker/audits2_worker_module.js",
828 "$resources_out_dir/audits2/audits2_module.js", 827 "$resources_out_dir/audits2/audits2_module.js",
829 "$resources_out_dir/cm/cm_module.js", 828 "$resources_out_dir/cm/cm_module.js",
830 "$resources_out_dir/color_picker/color_picker_module.js", 829 "$resources_out_dir/color_picker/color_picker_module.js",
831 "$resources_out_dir/console/console_module.js", 830 "$resources_out_dir/console/console_module.js",
832 "$resources_out_dir/cookie_table/cookie_table_module.js", 831 "$resources_out_dir/cookie_table/cookie_table_module.js",
833 "$resources_out_dir/coverage/coverage_module.js", 832 "$resources_out_dir/coverage/coverage_module.js",
834 "$resources_out_dir/data_grid/data_grid_module.js", 833 "$resources_out_dir/data_grid/data_grid_module.js",
835 "$resources_out_dir/devices/devices_module.js", 834 "$resources_out_dir/devices/devices_module.js",
836 "$resources_out_dir/diff/diff_module.js", 835 "$resources_out_dir/diff/diff_module.js",
837 "$resources_out_dir/elements/elements_module.js", 836 "$resources_out_dir/elements/elements_module.js",
(...skipping 14 matching lines...) Expand all
852 "$resources_out_dir/source_frame/source_frame_module.js", 851 "$resources_out_dir/source_frame/source_frame_module.js",
853 "$resources_out_dir/sources/sources_module.js", 852 "$resources_out_dir/sources/sources_module.js",
854 "$resources_out_dir/terminal/terminal_module.js", 853 "$resources_out_dir/terminal/terminal_module.js",
855 "$resources_out_dir/text_editor/text_editor_module.js", 854 "$resources_out_dir/text_editor/text_editor_module.js",
856 "$resources_out_dir/timeline_model/timeline_model_module.js", 855 "$resources_out_dir/timeline_model/timeline_model_module.js",
857 "$resources_out_dir/timeline/timeline_module.js", 856 "$resources_out_dir/timeline/timeline_module.js",
858 ] 857 ]
859 858
860 generated_remote_modules = [ 859 generated_remote_modules = [
861 "$resources_out_dir/accessibility/accessibility_module.js", 860 "$resources_out_dir/accessibility/accessibility_module.js",
861 "$resources_out_dir/audits2_worker/audits2_worker_module.js",
862 "$resources_out_dir/cm_modes/cm_modes_module.js", 862 "$resources_out_dir/cm_modes/cm_modes_module.js",
863 "$resources_out_dir/emulated_devices/emulated_devices_module.js", 863 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
864 "$resources_out_dir/gonzales/gonzales_module.js", 864 "$resources_out_dir/gonzales/gonzales_module.js",
865 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", 865 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js",
866 "$resources_out_dir/product_registry/product_registry_module.js", 866 "$resources_out_dir/product_registry/product_registry_module.js",
867 "$resources_out_dir/screencast/screencast_module.js", 867 "$resources_out_dir/screencast/screencast_module.js",
868 ] 868 ]
869 869
870 devtools_applications = [ 870 devtools_applications = [
871 "inspector", 871 "inspector",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 ".eslintrc.js", 1103 ".eslintrc.js",
1104 "devtools-node-modules/", 1104 "devtools-node-modules/",
1105 "front_end/", 1105 "front_end/",
1106 "scripts/buildbot/run_eslint.py", 1106 "scripts/buildbot/run_eslint.py",
1107 "scripts/local_node/", 1107 "scripts/local_node/",
1108 "//testing/scripts/common.py", 1108 "//testing/scripts/common.py",
1109 "//testing/scripts/run_devtools_check.py", 1109 "//testing/scripts/run_devtools_check.py",
1110 "//testing/xvfb.py", 1110 "//testing/xvfb.py",
1111 ] 1111 ]
1112 } 1112 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698