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

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

Issue 2620823002: DevTools: extract the dom_extension module. (Closed)
Patch Set: rebaselined 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 { 3 {
4 "name": "platform", 4 "name": "platform",
5 "type": "autostart" 5 "type": "autostart"
6 }, 6 },
7 { 7 {
8 "name": "dom_extension",
9 "type": "autostart"
10 },
11 {
8 "name": "toolbox_bootstrap", 12 "name": "toolbox_bootstrap",
9 "type": "autostart" 13 "type": "autostart"
10 } 14 }
11 ], 15 ],
12 16
13 "has_html": true 17 "has_html": true
14 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698