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

Side by Side Diff: Source/devtools/front_end/devices/module.json

Issue 692343002: Revert of [DevTools] Extract platform module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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",
14 "sdk", 13 "sdk",
15 "ui" 14 "ui"
16 ], 15 ],
17 "scripts": [ "DevicesView.js" ], 16 "scripts": [ "DevicesView.js" ],
18 "stylesheets": [ "devicesView.css" ] 17 "stylesheets": [ "devicesView.css" ]
19 } 18 }
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