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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/persistence/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 "dependencies": ["bindings", "workspace", "components"], 2 "dependencies": ["bindings", "workspace", "components"],
3 "scripts": [ 3 "scripts": [
4 "FileSystemWorkspaceBinding.js", 4 "FileSystemWorkspaceBinding.js",
5 "FileSystemMapping.js",
5 "DefaultMapping.js", 6 "DefaultMapping.js",
6 "Automapping.js", 7 "Automapping.js",
7 "Persistence.js", 8 "Persistence.js",
8 "PersistenceUtils.js" 9 "PersistenceUtils.js"
9 ] 10 ]
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698