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

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

Issue 1805343003: DevTools: rename script_formatter_worker into formatter_worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698