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

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

Issue 2923023002: DevTools: fix BUILD.gn for network_priorities_module (Closed)
Patch Set: 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 | 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "$resources_out_dir/data_grid/data_grid_module.js", 883 "$resources_out_dir/data_grid/data_grid_module.js",
884 "$resources_out_dir/devices/devices_module.js", 884 "$resources_out_dir/devices/devices_module.js",
885 "$resources_out_dir/diff/diff_module.js", 885 "$resources_out_dir/diff/diff_module.js",
886 "$resources_out_dir/elements/elements_module.js", 886 "$resources_out_dir/elements/elements_module.js",
887 "$resources_out_dir/event_listeners/event_listeners_module.js", 887 "$resources_out_dir/event_listeners/event_listeners_module.js",
888 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", 888 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js",
889 "$resources_out_dir/inline_editor/inline_editor_module.js", 889 "$resources_out_dir/inline_editor/inline_editor_module.js",
890 "$resources_out_dir/layer_viewer/layer_viewer_module.js", 890 "$resources_out_dir/layer_viewer/layer_viewer_module.js",
891 "$resources_out_dir/layers/layers_module.js", 891 "$resources_out_dir/layers/layers_module.js",
892 "$resources_out_dir/network/network_module.js", 892 "$resources_out_dir/network/network_module.js",
893 "$resources_out_dir/network_priorities/network_priorities_module.js",
893 "$resources_out_dir/object_ui/object_ui_module.js", 894 "$resources_out_dir/object_ui/object_ui_module.js",
894 "$resources_out_dir/perf_ui/perf_ui_module.js", 895 "$resources_out_dir/perf_ui/perf_ui_module.js",
895 "$resources_out_dir/profiler/profiler_module.js", 896 "$resources_out_dir/profiler/profiler_module.js",
896 "$resources_out_dir/quick_open/quick_open_module.js", 897 "$resources_out_dir/quick_open/quick_open_module.js",
897 "$resources_out_dir/resources/resources_module.js", 898 "$resources_out_dir/resources/resources_module.js",
898 "$resources_out_dir/sass/sass_module.js", 899 "$resources_out_dir/sass/sass_module.js",
899 "$resources_out_dir/security/security_module.js", 900 "$resources_out_dir/security/security_module.js",
900 "$resources_out_dir/settings/settings_module.js", 901 "$resources_out_dir/settings/settings_module.js",
901 "$resources_out_dir/snippets/snippets_module.js", 902 "$resources_out_dir/snippets/snippets_module.js",
902 "$resources_out_dir/source_frame/source_frame_module.js", 903 "$resources_out_dir/source_frame/source_frame_module.js",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 ".eslintrc.js", 1155 ".eslintrc.js",
1155 "devtools-node-modules/", 1156 "devtools-node-modules/",
1156 "front_end/", 1157 "front_end/",
1157 "scripts/buildbot/run_eslint.py", 1158 "scripts/buildbot/run_eslint.py",
1158 "scripts/local_node/", 1159 "scripts/local_node/",
1159 "//testing/scripts/common.py", 1160 "//testing/scripts/common.py",
1160 "//testing/scripts/run_devtools_check.py", 1161 "//testing/scripts/run_devtools_check.py",
1161 "//testing/xvfb.py", 1162 "//testing/xvfb.py",
1162 ] 1163 ]
1163 } 1164 }
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