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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "modules" : [ 2 "modules" : [
3 { "name": "platform", "type": "autostart" }, 3 { "name": "platform", "type": "autostart" },
4 { "name": "main", "type": "autostart" }, 4 { "name": "main", "type": "autostart" },
5 { "name": "components", "type": "autostart"}, 5 { "name": "components", "type": "autostart"},
6 { "name": "ui", "type": "autostart" }, 6 { "name": "ui", "type": "autostart" },
7 { "name": "sdk", "type": "autostart" }, 7 { "name": "sdk", "type": "autostart" },
8 { "name": "protocol", "type": "autostart" }, 8 { "name": "protocol", "type": "autostart" },
9 { "name": "host", "type": "autostart" }, 9 { "name": "host", "type": "autostart" },
10 { "name": "common", "type": "autostart" }, 10 { "name": "common", "type": "autostart" },
(...skipping 25 matching lines...) Expand all
36 { "name": "layers", "condition": "!v8only" }, 36 { "name": "layers", "condition": "!v8only" },
37 { "name": "layer_viewer", "condition": "!v8only" }, 37 { "name": "layer_viewer", "condition": "!v8only" },
38 { "name": "snippets" }, 38 { "name": "snippets" },
39 { "name": "diff" }, 39 { "name": "diff" },
40 { "name": "terminal", "type": "remote" }, 40 { "name": "terminal", "type": "remote" },
41 { "name": "sass", "condition": "!v8only" }, 41 { "name": "sass", "condition": "!v8only" },
42 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, 42 { "name": "accessibility", "condition": "!v8only", "type": "remote" },
43 { "name": "animation", "condition": "!v8only" }, 43 { "name": "animation", "condition": "!v8only" },
44 { "name": "css_tracker", "condition": "!v8only" }, 44 { "name": "css_tracker", "condition": "!v8only" },
45 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 45 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
46 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" } 46 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
47 { "name": "perf_ui" },
48 { "name": "quick_open" }
47 ], 49 ],
48 50
49 "has_html": true 51 "has_html": true
50 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698