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

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

Issue 2839273003: [Devtools] New structure and colorize rows for network products (Closed)
Patch Set: changes Created 3 years, 8 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
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 dfc55fb55b8bb990541d965ee1dcf66001390df1..6fe65e61337e1de70db3f1ada14312c47e11e152 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -316,6 +316,7 @@ all_devtools_files = [
"front_end/network/networkLogView.css",
"front_end/network/NetworkLogView.js",
"front_end/network/NetworkLogViewColumns.js",
+ "front_end/network/NetworkGroupers.js",
"front_end/network/networkManageCustomHeadersView.css",
"front_end/network/NetworkManageCustomHeadersView.js",
"front_end/network/NetworkOverview.js",
@@ -342,8 +343,6 @@ 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/network_log/HAREntry.js",
"front_end/network_log/module.json",
"front_end/network_log/NetworkLog.js",
@@ -381,9 +380,11 @@ all_devtools_files = [
"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/product_registry/sha1/sha1.js",
+ "front_end/product_registry/ProductRegistry.js",
+ "front_end/product_registry_impl/module.json",
+ "front_end/product_registry_impl/ProductRegistryImpl.js",
+ "front_end/product_registry_impl/ProductRegistryData.js",
+ "front_end/product_registry_impl/sha1/sha1.js",
"front_end/profiler/BottomUpProfileDataGrid.js",
"front_end/profiler/CPUProfileFlameChart.js",
"front_end/profiler/CPUProfileView.js",
@@ -894,8 +895,8 @@ 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/product_registry/product_registry_impl_module.js",
"$resources_out_dir/screencast/screencast_module.js",
]

Powered by Google App Engine
This is Rietveld 408576698