| 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",
|
|
|