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

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

Issue 1917863008: DevTools: [SASS] introduce Gonzales-PE for SCSS parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compilation Created 4 years, 8 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
Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
index 4c12baa911ab616fa1b550c63de8ce28848b6e26..75db3faef509c0c80a6fbbe84a90ceae7e8f51a2 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
@@ -5,6 +5,8 @@
"../cm/css.js",
"../cm/xml.js",
"../common/WebInspector.js",
+ "../common/Text.js",
+ "../common/TextRange.js",
"../es_tree/ESTreeWalker.js",
"FormatterWorker.js",
"../acorn/acorn.js",
@@ -16,7 +18,8 @@
"HTMLFormatter.js",
"IdentityFormatter.js",
"JavaScriptOutline.js",
- "RelaxedJSONParser.js"
+ "RelaxedJSONParser.js",
+ "SCSSParser.js"
],
"skip_compilation": [
"../acorn/acorn.js",

Powered by Google App Engine
This is Rietveld 408576698