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

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

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/console/module.json ('k') | Source/devtools/front_end/devtools.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
13 "sdk",
14 "ui"
15 ],
12 "scripts": ["DevicesView.js"] 16 "scripts": ["DevicesView.js"]
13 } 17 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/console/module.json ('k') | Source/devtools/front_end/devtools.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698