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

Unified Diff: third_party/WebKit/Source/devtools/front_end/es_tree/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/es_tree/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/es_tree/module.json b/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
deleted file mode 100644
index 8bc1dbe02c55021a9db16fa82f5f1d82cf7ffd2c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "dependencies": [
- "common"
- ],
- "scripts": [
- "../acorn/acorn.js",
- "AcornTokenizer.js",
- "ESTreeWalker.js"
- ],
- "skip_compilation": [
- "../acorn/acorn.js"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698