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

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

Issue 1307063005: DevTools: edit SASS through SourceMaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: improvements 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "dependencies": ["sdk", "platform", "workspace"], 2 "dependencies": ["sdk", "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 "diff_match_patch.js",
25 "SourceMapEditor.js",
26 "SASSStructureMapping.js"
24 ] 27 ]
25 } 28 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/bindings/diff_match_patch.js ('k') | Source/devtools/front_end/common/Color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698