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

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

Issue 2868543002: DevTools: move FileSystemMapping under persistence/ module (Closed)
Patch Set: fix copyright Created 3 years, 7 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 "dependencies": ["bindings", "workspace", "components"], 2 "dependencies": [
3 "bindings",
4 "workspace",
5 "components"
6 ],
7 "extensions": [
8 {
9 "type": "view",
10 "location": "settings-view",
11 "id": "workspace",
12 "title": "Workspace",
13 "order": "1",
14 "className": "Persistence.WorkspaceSettingsTab"
15 }
16 ],
3 "scripts": [ 17 "scripts": [
4 "FileSystemWorkspaceBinding.js", 18 "FileSystemWorkspaceBinding.js",
5 "DefaultMapping.js", 19 "DefaultMapping.js",
6 "Automapping.js", 20 "Automapping.js",
7 "Persistence.js", 21 "Persistence.js",
8 "PersistenceUtils.js" 22 "PersistenceUtils.js",
23 "FileSystemMapping.js",
24 "EditFileSystemView.js",
25 "WorkspaceSettingsTab.js"
26 ],
27 "resources": [
28 "editFileSystemView.css",
29 "workspaceSettingsTab.css"
9 ] 30 ]
10 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698