| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 903d88ad2966beafef6df159573f205c487f706f..13e729eb9064ab2c3dc872e05a5f11bc00d9bfc5 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -358,12 +358,8 @@
|
| 'destination': '<(output_dir)',
|
| 'files': [
|
| '<@(remoting_webapp_main_html_js_files)',
|
| - ],
|
| - },
|
| - {
|
| - 'destination': '<(output_dir)',
|
| - 'files': [
|
| - '<@(remoting_webapp_unittest_cases)'
|
| + '<@(remoting_webapp_unittest_cases)',
|
| + '<@(remoting_webapp_unittest_additional_files)'
|
| ],
|
| },
|
| ],
|
|
|