| Index: third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
|
| deleted file mode 100644
|
| index 3664fd2d1974575c21c7679c3155261544e77535..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -{
|
| - "scripts": [
|
| - "../platform/utilities.js",
|
| - "../cm/headlesscodemirror.js",
|
| - "../cm/css.js",
|
| - "../cm/xml.js",
|
| - "../cm/htmlmixed.js",
|
| - "../common/WebInspector.js",
|
| - "../es_tree/ESTreeWalker.js",
|
| - "ScriptFormatterWorker.js",
|
| - "../acorn/acorn.js",
|
| - "CSSFormatter.js",
|
| - "../es_tree/AcornTokenizer.js",
|
| - "JavaScriptFormatter.js"
|
| - ],
|
| - "skip_compilation": [
|
| - "../acorn/acorn.js",
|
| - "../cm/headlesscodemirror.js",
|
| - "../cm/css.js",
|
| - "../cm/xml.js",
|
| - "../cm/htmlmixed.js"
|
| - ]
|
| -}
|
|
|