Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index c67ea5a7399c14c4f08690d9a4d4a9c0b6667ed5..9d654066c1cce669e5fe5a8b282a9e364c7224d0 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -341,6 +341,7 @@
}
],
"dependencies": [
+ "es_tree",
dgozman 2016/02/22 17:24:56 Probably don't need this.
sergeyv 2016/02/22 21:42:54 Done.
"components",
"source_frame",
"snippets",

Powered by Google App Engine