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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2262743002: DevTools: Run devtools tests in release mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pull from master Created 4 years, 4 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/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index 3c73ffa6b7e13419860a1af48ad643c22256b178..de8e0f658e3fcf03e34d8cfd111f29692bca36bd 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -26,17 +26,17 @@
{ "name": "console" },
{ "name": "source_frame" },
{ "name": "text_editor" },
- { "name": "cm_modes", "type": "remoteInRelease" },
+ { "name": "cm_modes", "type": "remote" },
{ "name": "settings" },
{ "name": "layers", "condition": "!v8only" },
{ "name": "snippets" },
{ "name": "diff" },
{ "name": "sass", "condition": "!v8only" },
- { "name": "accessibility", "condition": "!v8only", "type": "remoteInRelease" },
+ { "name": "accessibility", "condition": "!v8only", "type": "remote" },
{ "name": "animation", "condition": "!v8only" },
{ "name": "es_tree" },
- { "name": "screencast", "condition": "remoteFrontend", "type": "remoteInRelease" },
- { "name": "emulated_devices", "condition": "!v8only" , "type": "remoteInRelease" }
+ { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
+ { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698