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

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

Issue 2529303003: DevTools: move FileSystemMapping from Workspace to Persistence (Closed)
Patch Set: fix tests Created 4 years 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", "persistence"
93 ], 93 ],
94 "scripts": [ 94 "scripts": [
95 "EditFileSystemView.js", 95 "EditFileSystemView.js",
96 "SettingsScreen.js", 96 "SettingsScreen.js",
97 "FrameworkBlackboxSettingsTab.js" 97 "FrameworkBlackboxSettingsTab.js"
98 ], 98 ],
99 "resources": [ 99 "resources": [
100 "editFileSystemView.css", 100 "editFileSystemView.css",
101 "frameworkBlackboxSettingsTab.css", 101 "frameworkBlackboxSettingsTab.css",
102 "settingsScreen.css" 102 "settingsScreen.css"
103 ] 103 ]
104 } 104 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698