| 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",
|
| ]
|
|
|
|
|