Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1240)

Unified Diff: third_party/WebKit/Source/devtools/front_end/devices/module.json

Issue 2864263002: [DevTools] Expose TCP targets config in frontend, use it for Node (Closed)
Patch Set: works Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"],

Powered by Google App Engine
This is Rietveld 408576698