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

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: 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
Index: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index 035aa835d6970989b275784c9de37cd65341878f..bb90631ad052e1d010a310acc51c6e2c203cf948 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.
apavlov 2014/08/18 13:23:17 ...folder, which is fine for the debug mode.
lushnikov 2014/08/18 13:27:07 Done.
'<@(devtools_script_formatter_worker_js_files)',
'front_end/script_formatter_worker/module.json',
],

Powered by Google App Engine
This is Rietveld 408576698