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

Side by Side Diff: Source/devtools/front_end/devices/module.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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "drawer-view", 4 "type": "drawer-view",
5 "name": "devices", 5 "name": "devices",
6 "title": "Devices", 6 "title": "Devices",
7 "order": "12", 7 "order": "12",
8 "experiment": "devicesPanel", 8 "experiment": "devicesPanel",
9 "className": "WebInspector.DevicesView" 9 "className": "WebInspector.DevicesView"
10 } 10 }
11 ], 11 ],
12 "dependencies": [ 12 "dependencies": [
13 "platform",
13 "sdk", 14 "sdk",
14 "ui" 15 "ui"
15 ], 16 ],
16 "scripts": [ "DevicesView.js" ], 17 "scripts": [ "DevicesView.js" ],
17 "stylesheets": [ "devicesView.css" ] 18 "stylesheets": [ "devicesView.css" ]
18 } 19 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/components/module.json ('k') | Source/devtools/front_end/devtools.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698