Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/product_registry/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/module.json b/third_party/WebKit/Source/devtools/front_end/product_registry/module.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eb8582317a20032403268e14f23b02d28606e3ba |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/devtools/front_end/product_registry/module.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "extensions": [ |
| + ], |
| + "dependencies": [ |
| + "common" |
| + ], |
| + "scripts": [ |
| + "ProductNameForURL.js", |
| + "ProductRegistryData.js" |
| + ] |
| +} |