| 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',
|
| ],
|
|
|