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

Side by Side Diff: Source/devtools/front_end/bindings/module.json

Issue 1331083002: DevTools: [STRUCT] edit SASS through SourceMaps (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline atop master Created 5 years, 3 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": ["sdk", "platform", "workspace"], 2 "dependencies": ["sdk", "diff", "platform", "workspace"],
3 "scripts": [ 3 "scripts": [
4 "LiveLocation.js", 4 "LiveLocation.js",
5 "CompilerScriptMapping.js", 5 "CompilerScriptMapping.js",
6 "ResourceScriptMapping.js", 6 "ResourceScriptMapping.js",
7 "SASSSourceMapping.js", 7 "SASSSourceMapping.js",
8 "StylesSourceMapping.js", 8 "StylesSourceMapping.js",
9 "CSSWorkspaceBinding.js", 9 "CSSWorkspaceBinding.js",
10 "DebuggerWorkspaceBinding.js", 10 "DebuggerWorkspaceBinding.js",
11 "BreakpointManager.js", 11 "BreakpointManager.js",
12 "ContentProviderBasedProjectDelegate.js", 12 "ContentProviderBasedProjectDelegate.js",
13 "DefaultScriptMapping.js", 13 "DefaultScriptMapping.js",
14 "FileSystemWorkspaceBinding.js", 14 "FileSystemWorkspaceBinding.js",
15 "FileUtils.js", 15 "FileUtils.js",
16 "BlackboxSupport.js", 16 "BlackboxSupport.js",
17 "NetworkMapping.js", 17 "NetworkMapping.js",
18 "NetworkProject.js", 18 "NetworkProject.js",
19 "PresentationConsoleMessageHelper.js", 19 "PresentationConsoleMessageHelper.js",
20 "ResourceUtils.js", 20 "ResourceUtils.js",
21 "TempFile.js", 21 "TempFile.js",
22 "WorkspaceController.js", 22 "WorkspaceController.js",
23 "ContentScriptProjectDecorator.js" 23 "ContentScriptProjectDecorator.js",
24 "SASSSupport.js"
24 ] 25 ]
25 } 26 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/bindings/SASSSupport.js ('k') | Source/devtools/front_end/common/TextRange.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698