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

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: Simplify build process 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 71e5d196e2f3388470715aa35af56b2d1a91b937..acb952723845e2579a6178f43ed5ca41107a861b 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -26,7 +26,7 @@
{ "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" },
@@ -35,8 +35,8 @@
{ "name": "accessibility", "condition": "!v8only" },
{ "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