| Index: third_party/WebKit/Source/devtools/front_end/devices/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/devices/module.json b/third_party/WebKit/Source/devtools/front_end/devices/module.json
|
| index 4231f0a731147d07480016f15ada051cc84dd2af..f63271979df24af5be9d641214340bcc2d53725f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/devices/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/devices/module.json
|
| @@ -8,7 +8,18 @@
|
| "persistence": "closeable",
|
| "order": 50,
|
| "className": "Devices.DevicesView",
|
| + "condition": "!v8only",
|
| "tags": "usb, android, mobile"
|
| + },
|
| + {
|
| + "type": "view",
|
| + "location": "panel",
|
| + "id": "node-connection",
|
| + "title": "Connection",
|
| + "order": 0,
|
| + "className": "Devices.DevicesView.Panel",
|
| + "condition": "nodeFrontend",
|
| + "tags": "node"
|
| }
|
| ],
|
| "dependencies": ["platform", "ui", "host", "components"],
|
|
|