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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2696183005: [Devtools] Added Product Registry module in prep for Network Grouping (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 c669e0b945391f6d040856827b864028e037e300..bfa604359da50ebd48806df408c13fb3c6cc1119 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -354,6 +354,9 @@ all_devtools_files = [
"front_end/persistence/PersistenceUtils.js",
"front_end/platform/module.json",
"front_end/platform/utilities.js",
+ "front_end/product_registry/module.json",
+ "front_end/product_registry/ProductNameForURL.js",
+ "front_end/product_registry/ProductRegistryData.js",
"front_end/profiler/BottomUpProfileDataGrid.js",
"front_end/profiler/CPUProfileFlameChart.js",
"front_end/profiler/CPUProfileView.js",
@@ -846,6 +849,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/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