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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fix externs (PerfUI) Created 3 years, 11 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 f19defffca8d27ddcf2ba3011b827a7609467dd4..46d654460f64e949c94abbce89c6829d9a4eec21 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -43,7 +43,9 @@
{ "name": "animation", "condition": "!v8only" },
{ "name": "css_tracker", "condition": "!v8only" },
{ "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
- { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }
+ { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
+ { "name": "perf_ui" },
+ { "name": "quick_open" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698