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

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: panel 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..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"],

Powered by Google App Engine
This is Rietveld 408576698