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

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

Issue 673163004: [DevTools] Extract platform module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bug in hosted mode Created 6 years, 1 month 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": "host", 3 "name": "platform",
4 "type": "autostart" 4 "type": "autostart"
5 }, 5 },
6 { 6 {
7 "name": "common",
8 "type": "autostart"
9 },
10 {
11 "name": "toolbox_bootstrap", 7 "name": "toolbox_bootstrap",
12 "type": "autostart" 8 "type": "autostart"
13 } 9 }
14 ] 10 ]
15 11
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sdk/module.json ('k') | Source/devtools/front_end/toolbox/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698