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

Unified Diff: Source/devtools/devtools.gypi

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/SASSSourceMapping.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index ca9f88f698c766f8d90f37885e80869082f0e67c..eadbd63ff5b73b4c58f5f465bfc7f196fa753c33 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -175,6 +175,7 @@
'front_end/workspace/Workspace.js',
],
'devtools_bindings_js_files': [
+ 'front_end/bindings/diff_match_patch.js',
'front_end/bindings/BlackboxSupport.js',
'front_end/bindings/BreakpointManager.js',
'front_end/bindings/CompilerScriptMapping.js',
@@ -192,6 +193,7 @@
'front_end/bindings/ResourceScriptMapping.js',
'front_end/bindings/ResourceUtils.js',
'front_end/bindings/SASSSourceMapping.js',
+ 'front_end/bindings/SourceMapEditor.js',
'front_end/bindings/StylesSourceMapping.js',
'front_end/bindings/TempFile.js',
'front_end/bindings/WorkspaceController.js',
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/SASSSourceMapping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698