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

Side by Side Diff: Source/devtools/front_end/toolbox.json

Issue 660503002: Revert of [DevTools] Inject element into toolbox window, do not load modules there. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "ui", 3 "name": "ui",
4 "type": "autostart" 4 "type": "autostart"
5 }, 5 },
6 { 6 {
7 "name": "sdk",
8 "type": "autostart"
9 },
10 {
7 "name": "host", 11 "name": "host",
8 "type": "autostart" 12 "type": "autostart"
9 }, 13 },
10 { 14 {
11 "name": "common", 15 "name": "common",
12 "type": "autostart" 16 "type": "autostart"
13 }, 17 },
14 { 18 {
19 "name": "toolbox",
20 "type": "autostart"
21 },
22 {
23 "name": "bindings",
24 "type": "autostart"
25 },
26 {
27 "name": "workspace",
28 "type": "autostart"
29 },
30 {
15 "name": "toolbox_bootstrap", 31 "name": "toolbox_bootstrap",
16 "type": "autostart" 32 "type": "autostart"
17 } 33 }
18 ] 34 ]
19 35
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/AdvancedApp.js ('k') | Source/devtools/front_end/toolbox/MediaQueryInspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698