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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gypi

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/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index b91bfb8f46f216b5571e17347f1a812687e48e53..80f2eaa13ac2745d501b3d5e86001155df0bab7c 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -318,6 +318,7 @@
'front_end/elements/module.json',
'front_end/emulated_devices/module.json',
'front_end/emulation/module.json',
+ 'front_end/es_tree/module.json',
'front_end/extensions/module.json',
'front_end/heap_snapshot_worker/module.json',
'front_end/host/module.json',
@@ -473,6 +474,9 @@
'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.png',
'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.png',
],
+ 'devtools_es_tree_js_files': [
+ 'front_end/es_tree/ESTreeWalker.js',
+ ],
'devtools_extensions_js_files': [
'front_end/extensions/ExtensionAuditCategory.js',
'front_end/extensions/ExtensionPanel.js',
@@ -583,10 +587,10 @@
'front_end/cm/headlesscodemirror.js',
'front_end/cm/htmlmixed.js',
'front_end/cm/xml.js',
+ 'front_end/es_tree/ESTreeWalker.js',
'front_end/platform/utilities.js',
'front_end/script_formatter_worker/AcornTokenizer.js',
'front_end/script_formatter_worker/CSSFormatter.js',
- 'front_end/script_formatter_worker/ESTreeWalker.js',
'front_end/script_formatter_worker/JavaScriptFormatter.js',
'front_end/script_formatter_worker/ScriptFormatterWorker.js',
],
@@ -644,6 +648,7 @@
'front_end/sources/ScriptFormatterEditorAction.js',
'front_end/sources/ServiceWorkersSidebarPane.js',
'front_end/sources/SimpleHistoryManager.js',
+ 'front_end/sources/SourceMapNamesResolver.js',
'front_end/sources/SourcesNavigator.js',
'front_end/sources/SourcesPanel.js',
'front_end/sources/SourcesSearchScope.js',
@@ -746,6 +751,7 @@
'<@(devtools_diff_js_files)',
'<@(devtools_elements_js_files)',
'<@(devtools_emulated_devices_js_files)',
+ '<@(devtools_es_tree_js_files)',
'<@(devtools_extensions_js_files)',
'<@(devtools_heap_snapshot_worker_js_files)',
'<@(devtools_layers_js_files)',
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gyp ('k') | third_party/WebKit/Source/devtools/front_end/es_tree/ESTreeWalker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698