| 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 a6eb3fb6ea17f7d1beb288600bc799d95cd37577..2d50a13e4cbfbe5fbabd8a36f33b133bf3215e0e 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
|
| @@ -1,5 +1,6 @@
|
| {
|
| "dependencies": [
|
| + "acorn",
|
| "platform",
|
| "text_utils",
|
| "cm_headless"
|
| @@ -9,7 +10,6 @@
|
| "../cm_web_modes/xml.js",
|
| "ESTreeWalker.js",
|
| "FormatterWorker.js",
|
| - "acorn/acorn.js",
|
| "CSSFormatter.js",
|
| "AcornTokenizer.js",
|
| "JavaScriptFormatter.js",
|
| @@ -21,7 +21,6 @@
|
| "RelaxedJSONParser.js"
|
| ],
|
| "skip_compilation": [
|
| - "acorn/acorn.js",
|
| "../cm_web_modes/css.js",
|
| "../cm_web_modes/xml.js"
|
| ]
|
|
|