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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: refactor py Created 3 years, 11 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "order": "3", 82 "order": "3",
83 "className": "Settings.FrameworkBlackboxSettingsTab" 83 "className": "Settings.FrameworkBlackboxSettingsTab"
84 }, 84 },
85 { 85 {
86 "type": "@UI.ViewLocationResolver", 86 "type": "@UI.ViewLocationResolver",
87 "name": "settings-view", 87 "name": "settings-view",
88 "className": "Settings.SettingsScreen" 88 "className": "Settings.SettingsScreen"
89 } 89 }
90 ], 90 ],
91 "dependencies": [ 91 "dependencies": [
92 "components" 92 "components",
93 "main"
pfeldman 2017/01/09 19:29:48 Nothing depends on main!
chenwilliam 2017/01/09 22:49:15 Sorry!
93 ], 94 ],
94 "scripts": [ 95 "scripts": [
95 "EditFileSystemView.js", 96 "EditFileSystemView.js",
96 "SettingsScreen.js", 97 "SettingsScreen.js",
97 "FrameworkBlackboxSettingsTab.js" 98 "FrameworkBlackboxSettingsTab.js"
98 ], 99 ],
99 "resources": [ 100 "resources": [
100 "editFileSystemView.css", 101 "editFileSystemView.css",
101 "frameworkBlackboxSettingsTab.css", 102 "frameworkBlackboxSettingsTab.css",
102 "settingsScreen.css" 103 "settingsScreen.css"
103 ] 104 ]
104 } 105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698