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

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

Issue 1653053002: Devtools: parse variables scopes and sourcemap them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/diff/module.json b/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
similarity index 56%
copy from third_party/WebKit/Source/devtools/front_end/diff/module.json
copy to third_party/WebKit/Source/devtools/front_end/es_tree/module.json
index ad06cf07b0ecd66aea5a44268d931d4570a8f009..91fbb29fdd2e8ae712494fc26c77a77b337ad6c6 100644
--- a/third_party/WebKit/Source/devtools/front_end/diff/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
@@ -3,10 +3,10 @@
"common"
],
"scripts": [
- "Diff.js",
- "diff_match_patch.js"
+ "../acorn/acorn.js",
+ "ESTreeWalker.js"
],
"skip_compilation": [
- "diff_match_patch.js"
+ "../acorn/acorn.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698