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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index bfa604359da50ebd48806df408c13fb3c6cc1119..338a75d58bf7fc586725915fced2537481a2f651 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -332,6 +332,8 @@ all_devtools_files = [
"front_end/network_conditions/module.json",
"front_end/network_conditions/NetworkConditionsSelector.js",
"front_end/network_conditions/networkConditionsSettingsTab.css",
+ "front_end/network_group_lookup/module.json",
+ "front_end/network_group_lookup/NetworkProductGroupLookup.js",
"front_end/perf_ui/ChartViewport.js",
"front_end/perf_ui/filmStripDialog.css",
"front_end/perf_ui/filmStripView.css",
@@ -849,6 +851,7 @@ generated_remote_modules = [
"$resources_out_dir/cm_modes/cm_modes_module.js",
"$resources_out_dir/emulated_devices/emulated_devices_module.js",
"$resources_out_dir/gonzales/gonzales_module.js",
+ "$resources_out_dir/network_group_lookup/network_group_lookup_module.js",
"$resources_out_dir/product_registry/product_registry_module.js",
"$resources_out_dir/screencast/screencast_module.js",
]
« 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