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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/workspace/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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dependencies": ["common", "host", "platform"], 2 "dependencies": [
3 "common",
4 "host",
5 "platform"
6 ],
3 "scripts": [ 7 "scripts": [
4 "FileManager.js", 8 "FileManager.js",
5 "FileSystemMapping.js",
6 "IsolatedFileSystem.js", 9 "IsolatedFileSystem.js",
7 "IsolatedFileSystemManager.js", 10 "IsolatedFileSystemManager.js",
8 "SearchConfig.js", 11 "SearchConfig.js",
9 "UISourceCode.js", 12 "UISourceCode.js",
10 "Workspace.js" 13 "Workspace.js"
11 ] 14 ]
12 } 15 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698