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

Side by Side Diff: Source/devtools/front_end/settings/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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ActionDelegate", 4 "type": "@WebInspector.ActionDelegate",
5 "actionId": "settings.show", 5 "actionId": "settings.show",
6 "className": "WebInspector.SettingsController.SettingsScreenActionDe legate", 6 "className": "WebInspector.SettingsController.SettingsScreenActionDe legate",
7 "bindings": [ 7 "bindings": [
8 { 8 {
9 "shortcut": "F1 Shift+?" 9 "shortcut": "F1 Shift+?"
10 } 10 }
11 ] 11 ]
12 }, 12 },
13 { 13 {
14 "type": "@WebInspector.StatusBarItem.Provider", 14 "type": "@WebInspector.StatusBarItem.Provider",
15 "actionId": "settings.show", 15 "actionId": "settings.show",
16 "location": "toolbar-right", 16 "location": "toolbar-right",
17 "title": "Settings", 17 "title": "Settings",
18 "order": 3, 18 "order": 3,
19 "elementClass": "settings-status-bar-item" 19 "elementClass": "settings-status-bar-item"
20 }, 20 },
21 { 21 {
22 "type": "ui-setting", 22 "type": "ui-setting",
23 "section": "Sources", 23 "section": "Sources",
24 "settingType": "custom", 24 "settingType": "custom",
25 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti ngDelegate" 25 "className": "WebInspector.SettingsScreen.SkipStackFramePatternSetti ngDelegate"
26 } 26 }
27 ], 27 ],
28 "dependencies": [
29 "components"
30 ],
28 "scripts": [ 31 "scripts": [
29 "EditFileSystemDialog.js", 32 "EditFileSystemDialog.js",
30 "FrameworkBlackboxDialog.js", 33 "FrameworkBlackboxDialog.js",
31 "SettingsScreen.js" 34 "SettingsScreen.js"
32 ] 35 ]
33 } 36 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sdk/module.json ('k') | Source/devtools/front_end/source_frame/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698