| 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..4b2cb3606b9390ec06804559fc032b3f549706c3 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,19 @@
|
| "persistence": "closeable",
|
| "order": 50,
|
| "className": "Devices.DevicesView",
|
| + "condition": "!v8only",
|
| "tags": "usb, android, mobile"
|
| + },
|
| + {
|
| + "type": "view",
|
| + "location": "drawer-view",
|
| + "id": "remote-devices",
|
| + "title": "Node connection",
|
| + "persistence": "closeable",
|
| + "order": 50,
|
| + "className": "Devices.DevicesView",
|
| + "condition": "nodeFrontend",
|
| + "tags": "node, localhost"
|
| }
|
| ],
|
| "dependencies": ["platform", "ui", "host", "components"],
|
|
|