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

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

Issue 2292723002: [DevTools] Make accessibility a remote module (Closed)
Patch Set: Don't include accessibility in generate_devtools_grd 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
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3c73ffa6b7e13419860a1af48ad643c22256b178 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -32,7 +32,7 @@
{ "name": "snippets" },
{ "name": "diff" },
{ "name": "sass", "condition": "!v8only" },
- { "name": "accessibility", "condition": "!v8only" },
+ { "name": "accessibility", "condition": "!v8only", "type": "remoteInRelease" },
{ "name": "animation", "condition": "!v8only" },
{ "name": "es_tree" },
{ "name": "screencast", "condition": "remoteFrontend", "type": "remoteInRelease" },
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698