| Index: third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json b/third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e33a44dc51dc31a395caff5f913b0d37937d7916
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json
|
| @@ -0,0 +1,17 @@
|
| +{
|
| + "extensions": [
|
| + {
|
| + "type": "@Console.ConsoleFrameNameLookupInterface",
|
| + "className": "ConsoleFrameProductLookup.ProductLookup"
|
| + }
|
| + ],
|
| + "dependencies": [
|
| + "console",
|
| + "product_registry",
|
| + "sdk"
|
| + ],
|
| + "experiment": "productNameInConsoleExecutionContext",
|
| + "scripts": [
|
| + "ConsoleFrameProductLookup.js"
|
| + ]
|
| +}
|
|
|