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

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

Issue 2695423002: [Devtools] Added provider for NetworkLookupInterface to ProductRegistry (Closed)
Patch Set: changes Created 3 years, 10 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/front_end/externs.js » ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "front_end/network/RequestTimingView.js", 325 "front_end/network/RequestTimingView.js",
326 "front_end/network/RequestView.js", 326 "front_end/network/RequestView.js",
327 "front_end/network/ResourceWebSocketFrameView.js", 327 "front_end/network/ResourceWebSocketFrameView.js",
328 "front_end/network/webSocketFrameView.css", 328 "front_end/network/webSocketFrameView.css",
329 "front_end/network/xmlTree.css", 329 "front_end/network/xmlTree.css",
330 "front_end/network/xmlView.css", 330 "front_end/network/xmlView.css",
331 "front_end/network/XMLView.js", 331 "front_end/network/XMLView.js",
332 "front_end/network_conditions/module.json", 332 "front_end/network_conditions/module.json",
333 "front_end/network_conditions/NetworkConditionsSelector.js", 333 "front_end/network_conditions/NetworkConditionsSelector.js",
334 "front_end/network_conditions/networkConditionsSettingsTab.css", 334 "front_end/network_conditions/networkConditionsSettingsTab.css",
335 "front_end/network_group_lookup/module.json",
336 "front_end/network_group_lookup/NetworkProductGroupLookup.js",
335 "front_end/perf_ui/ChartViewport.js", 337 "front_end/perf_ui/ChartViewport.js",
336 "front_end/perf_ui/filmStripDialog.css", 338 "front_end/perf_ui/filmStripDialog.css",
337 "front_end/perf_ui/filmStripView.css", 339 "front_end/perf_ui/filmStripView.css",
338 "front_end/perf_ui/FilmStripView.js", 340 "front_end/perf_ui/FilmStripView.js",
339 "front_end/perf_ui/flameChart.css", 341 "front_end/perf_ui/flameChart.css",
340 "front_end/perf_ui/FlameChart.js", 342 "front_end/perf_ui/FlameChart.js",
341 "front_end/perf_ui/LineLevelProfile.js", 343 "front_end/perf_ui/LineLevelProfile.js",
342 "front_end/perf_ui/module.json", 344 "front_end/perf_ui/module.json",
343 "front_end/perf_ui/overviewGrid.css", 345 "front_end/perf_ui/overviewGrid.css",
344 "front_end/perf_ui/OverviewGrid.js", 346 "front_end/perf_ui/OverviewGrid.js",
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 "$resources_out_dir/text_editor/text_editor_module.js", 844 "$resources_out_dir/text_editor/text_editor_module.js",
843 "$resources_out_dir/timeline_model/timeline_model_module.js", 845 "$resources_out_dir/timeline_model/timeline_model_module.js",
844 "$resources_out_dir/timeline/timeline_module.js", 846 "$resources_out_dir/timeline/timeline_module.js",
845 ] 847 ]
846 848
847 generated_remote_modules = [ 849 generated_remote_modules = [
848 "$resources_out_dir/accessibility/accessibility_module.js", 850 "$resources_out_dir/accessibility/accessibility_module.js",
849 "$resources_out_dir/cm_modes/cm_modes_module.js", 851 "$resources_out_dir/cm_modes/cm_modes_module.js",
850 "$resources_out_dir/emulated_devices/emulated_devices_module.js", 852 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
851 "$resources_out_dir/gonzales/gonzales_module.js", 853 "$resources_out_dir/gonzales/gonzales_module.js",
854 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js",
852 "$resources_out_dir/product_registry/product_registry_module.js", 855 "$resources_out_dir/product_registry/product_registry_module.js",
853 "$resources_out_dir/screencast/screencast_module.js", 856 "$resources_out_dir/screencast/screencast_module.js",
854 ] 857 ]
855 858
856 devtools_applications = [ 859 devtools_applications = [
857 "inspector", 860 "inspector",
858 "toolbox", 861 "toolbox",
859 "unit_test_runner", 862 "unit_test_runner",
860 "formatter_worker", 863 "formatter_worker",
861 "audits2_worker", 864 "audits2_worker",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 ".eslintrc.js", 1088 ".eslintrc.js",
1086 "devtools-node-modules/", 1089 "devtools-node-modules/",
1087 "front_end/", 1090 "front_end/",
1088 "scripts/buildbot/run_eslint.py", 1091 "scripts/buildbot/run_eslint.py",
1089 "scripts/local_node/", 1092 "scripts/local_node/",
1090 "//testing/scripts/common.py", 1093 "//testing/scripts/common.py",
1091 "//testing/scripts/run_devtools_check.py", 1094 "//testing/scripts/run_devtools_check.py",
1092 "//testing/xvfb.py", 1095 "//testing/xvfb.py",
1093 ] 1096 ]
1094 } 1097 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698