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

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

Issue 2815373003: DevTools: Add more views to command menu (Closed)
Patch Set: Add panel location Created 3 years, 8 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@UI.ActionDelegate", 4 "type": "@UI.ActionDelegate",
5 "category": "Settings", 5 "category": "Settings",
6 "actionId": "settings.show", 6 "actionId": "settings.show",
7 "title": "Settings", 7 "title": "Settings",
8 "className": "Settings.SettingsScreen.ActionDelegate", 8 "className": "Settings.SettingsScreen.ActionDelegate",
9 "bindings": [ 9 "bindings": [
10 { 10 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "type": "view", 72 "type": "view",
73 "location": "settings-view", 73 "location": "settings-view",
74 "id": "blackbox", 74 "id": "blackbox",
75 "title": "Blackboxing", 75 "title": "Blackboxing",
76 "order": "3", 76 "order": "3",
77 "className": "Settings.FrameworkBlackboxSettingsTab" 77 "className": "Settings.FrameworkBlackboxSettingsTab"
78 }, 78 },
79 { 79 {
80 "type": "@UI.ViewLocationResolver", 80 "type": "@UI.ViewLocationResolver",
81 "name": "settings-view", 81 "name": "settings-view",
82 "category": "Settings",
82 "className": "Settings.SettingsScreen" 83 "className": "Settings.SettingsScreen"
83 } 84 }
84 ], 85 ],
85 "dependencies": [ 86 "dependencies": [
86 "components" 87 "components"
87 ], 88 ],
88 "scripts": [ 89 "scripts": [
89 "EditFileSystemView.js", 90 "EditFileSystemView.js",
90 "SettingsScreen.js", 91 "SettingsScreen.js",
91 "FrameworkBlackboxSettingsTab.js" 92 "FrameworkBlackboxSettingsTab.js"
92 ], 93 ],
93 "resources": [ 94 "resources": [
94 "editFileSystemView.css", 95 "editFileSystemView.css",
95 "frameworkBlackboxSettingsTab.css", 96 "frameworkBlackboxSettingsTab.css",
96 "settingsScreen.css" 97 "settingsScreen.css"
97 ] 98 ]
98 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698