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

Unified Diff: third_party/WebKit/Source/devtools/front_end/script_formatter_worker/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/script_formatter_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
index a74752fd91feead71c39c9ab8dd61c8e942b58cd..538326ba3d0211c0496afbfc96d7fbddfb328978 100644
--- a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
@@ -5,10 +5,11 @@
"../cm/css.js",
"../cm/xml.js",
"../cm/htmlmixed.js",
+ "../common/WebInspector.js",
+ "../es_tree/ESTreeWalker.js",
"ScriptFormatterWorker.js",
"../acorn/acorn.js",
"CSSFormatter.js",
- "ESTreeWalker.js",
"AcornTokenizer.js",
"JavaScriptFormatter.js"
],

Powered by Google App Engine
This is Rietveld 408576698