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

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

Issue 2348013002: [DevTools] Merge es_tree module into formatter_worker. (Closed)
Patch Set: Created 4 years, 3 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/formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
index 05c0ea2018b28d9b4b10a73770c844936c33a92d..db481395d919cdedbd3153ee768c83d23ad238d3 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
@@ -7,11 +7,11 @@
"../common/WebInspector.js",
"../common/Text.js",
"../common/TextRange.js",
- "../es_tree/ESTreeWalker.js",
+ "ESTreeWalker.js",
"FormatterWorker.js",
"../acorn/acorn.js",
"CSSFormatter.js",
- "../es_tree/AcornTokenizer.js",
+ "AcornTokenizer.js",
"JavaScriptFormatter.js",
"FormattedContentBuilder.js",
"CSSRuleParser.js",

Powered by Google App Engine
This is Rietveld 408576698