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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "drawer-view", 5 "location": "drawer-view",
6 "id": "remote-devices", 6 "id": "remote-devices",
7 "title": "Remote devices", 7 "title": "Remote devices",
8 "persistence": "closeable", 8 "persistence": "closeable",
9 "order": 50, 9 "order": 50,
10 "className": "WebInspector.DevicesView", 10 "className": "Devices.DevicesView",
11 "tags": "usb, android, mobile" 11 "tags": "usb, android, mobile"
12 } 12 }
13 ], 13 ],
14 "dependencies": ["platform", "ui", "host", "components"], 14 "dependencies": ["platform", "ui", "host", "components"],
15 "scripts": [ 15 "scripts": [
16 "DevicesView.js" 16 "DevicesView.js"
17 ], 17 ],
18 "resources": [ 18 "resources": [
19 "devicesView.css" 19 "devicesView.css"
20 ] 20 ]
21 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698