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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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 205a6547285565a799b1e4a56ca6a29eef694bbe..20d4dcfbaa8a7c6680cfd092bf4b642fa38bceb7 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -15,8 +15,6 @@
{ "name": "persistence", "type": "autostart" },
{ "name": "extensions", "type": "autostart" },
{ "name": "services", "type": "autostart" },
- { "name": "ui_lazy" },
- { "name": "components_lazy" },
{ "name": "elements", "condition": "!v8only" },
{ "name": "network", "condition": "!v8only" },
{ "name": "sources" },
@@ -46,7 +44,11 @@
{ "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
{ "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
{ "name": "perf_ui" },
- { "name": "quick_open" }
+ { "name": "quick_open" },
+ { "name": "cookie_table" },
+ { "name": "inline_editor" },
+ { "name": "color_picker" },
+ { "name": "data_grid" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698