Chromium Code Reviews| 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', |
| ], |