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

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

Issue 1770263002: Devtools: resolve expressions in minified scripts with sourcemaps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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
index 91fbb29fdd2e8ae712494fc26c77a77b337ad6c6..8bc1dbe02c55021a9db16fa82f5f1d82cf7ffd2c 100644
--- a/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
@@ -4,6 +4,7 @@
],
"scripts": [
"../acorn/acorn.js",
+ "AcornTokenizer.js",
"ESTreeWalker.js"
],
"skip_compilation": [

Powered by Google App Engine
This is Rietveld 408576698