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

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. 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/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..9fa6d75c13464151f8448fa71d01dcc742988db3 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",
"components",
"source_frame",
"snippets",
@@ -358,6 +359,7 @@
"FilePathScoreFunction.js",
"FilteredUISourceCodeListDelegate.js",
"UISourceCodeFrame.js",
+ "SourceMapNamesResolver.js",
"JavaScriptBreakpointsSidebarPane.js",
"JavaScriptOutlineDialog.js",
"JavaScriptSourceFrame.js",

Powered by Google App Engine
This is Rietveld 408576698