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

Unified Diff: third_party/WebKit/Source/devtools/front_end/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/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/formatter_worker/module.json
similarity index 83%
rename from third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
rename to third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
index 3664fd2d1974575c21c7679c3155261544e77535..760d0e602755e9e7678a5c63a92cd565940a7a17 100644
--- a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
@@ -7,11 +7,12 @@
"../cm/htmlmixed.js",
"../common/WebInspector.js",
"../es_tree/ESTreeWalker.js",
- "ScriptFormatterWorker.js",
+ "FormatterWorker.js",
"../acorn/acorn.js",
"CSSFormatter.js",
"../es_tree/AcornTokenizer.js",
- "JavaScriptFormatter.js"
+ "JavaScriptFormatter.js",
+ "FormattedContentBuilder.js"
],
"skip_compilation": [
"../acorn/acorn.js",

Powered by Google App Engine
This is Rietveld 408576698