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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/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/emulation/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/module.json b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
index fdf5ad2432216f1cc7f33dcb0d18a3d6df99ac1b..254857caabc9fa6ff92e8b7b0c2c6869c13a0919 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
@@ -130,6 +130,7 @@
"type": "@UI.ActionDelegate",
"actionId": "emulation.show-sensors",
"title": "Sensors",
+ "condition": "!v8only",
"className": "Emulation.SensorsView.ShowActionDelegate"
},
{
@@ -137,6 +138,7 @@
"location": "drawer-view",
"id": "sensors",
"title": "Sensors",
+ "condition": "!v8only",
"persistence": "closeable",
"order": 100,
"className": "Emulation.SensorsView",

Powered by Google App Engine
This is Rietveld 408576698