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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sass/module.json

Issue 1511073002: DevTools: [SASS] introduce sass module, implement SCSS AST-builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: introduce ASTDocument Created 5 years 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
Index: third_party/WebKit/Source/devtools/front_end/sass/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sass/module.json b/third_party/WebKit/Source/devtools/front_end/sass/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..fccff85d2a5930677f6926bb20e4deb93274bbe7
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/sass/module.json
@@ -0,0 +1,6 @@
+{
+ "dependencies": ["platform", "common", "diff"],
+ "scripts": [
+ "SASSSupport.js"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698