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

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

Issue 1369063002: DevTools: merge excluded folder manager into isolated file system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years, 2 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/IsolatedFileSystemManager.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": ["common", "host", "platform"],
3 "scripts": [ 3 "scripts": [
4 "ExcludedFolderManager.js",
5 "FileManager.js", 4 "FileManager.js",
6 "FileSystemMapping.js", 5 "FileSystemMapping.js",
7 "IsolatedFileSystem.js", 6 "IsolatedFileSystem.js",
8 "IsolatedFileSystemManager.js", 7 "IsolatedFileSystemManager.js",
9 "SearchConfig.js", 8 "SearchConfig.js",
10 "UISourceCode.js", 9 "UISourceCode.js",
11 "Workspace.js" 10 "Workspace.js"
12 ] 11 ]
13 } 12 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698