Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / devices / module.json
blob904372f03e6421f3257aa7d01ccb95c72f9b8acc
2     "extensions": [
3         {
4             "type": "@WebInspector.ActionDelegate",
5             "actionId": "devices.dialog.show",
6             "className": "WebInspector.DevicesDialog.ActionDelegate",
7             "title": "Inspect devices\u2026"
8         },
9         {
10             "type": "context-menu-item",
11             "location": "mainMenu/navigate",
12             "actionId": "devices.dialog.show"
13         }
14     ],
15     "dependencies": ["platform", "ui", "host", "components"],
16     "experiment": "inspectDevicesDialog",
17     "scripts": [
18         "DevicesView.js",
19         "DevicesDialog.js"
20     ],
21     "resources": [
22         "devicesView.css"
23     ]