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

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: rebaseline 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..05c0ea2018b28d9b4b10a73770c844936c33a92d 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",

Powered by Google App Engine
This is Rietveld 408576698