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

Unified Diff: Source/devtools/devtools.gyp

Issue 481933002: DevTools: fix script_formatter_worker build procedure (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address @apavlov comments Created 6 years, 4 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
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index 035aa835d6970989b275784c9de37cd65341878f..cb8581bea4b57d6b312ce795fb7989f7ba01baa6 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -713,6 +713,7 @@
'inputs': [
'<@(_script_name)',
'<@(_input_file)',
+ '<@(devtools_script_formatter_worker_js_files)',
'<@(devtools_uglify_files)'
],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/script_formatter_worker.js'],
@@ -724,6 +725,7 @@
{
'destination': '<(PRODUCT_DIR)/resources/inspector/script_formatter_worker',
'files': [
+ # FIXME: This will excessively copy files from common/ and cm/ folders into worker folder, which is fine for the debug mode.
'<@(devtools_script_formatter_worker_js_files)',
'front_end/script_formatter_worker/module.json',
],
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698