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

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

Issue 1160323004: [DevTools] Move emulated devices to separate module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed compile Created 5 years, 6 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: Source/devtools/front_end/inspector.json
diff --git a/Source/devtools/front_end/inspector.json b/Source/devtools/front_end/inspector.json
index 7c0a24c18a8dfcfc71fefe7325325b522c075a1e..d37c282eec2b5587e7fd57e4c5f4b5232d9e4330 100644
--- a/Source/devtools/front_end/inspector.json
+++ b/Source/devtools/front_end/inspector.json
@@ -29,6 +29,7 @@
{ "name": "accessibility", "type": "remote" },
{ "name": "animation", "type": "remote" },
{ "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
+ { "name": "emulated_devices", "type": "remote" },
{ "name": "heap_snapshot_worker", "type": "worker" },
{ "name": "script_formatter_worker", "type": "worker" },
« no previous file with comments | « Source/devtools/front_end/emulation/OverridesUI.js ('k') | Source/devtools/scripts/concatenate_application_code.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698