| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 03292a46aeaf42ae7940af4d13b44b55bac0f3d8..6227b3a497657955cabf40daaa1fb96194cb8cad 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -327,7 +327,7 @@
|
| 'destination': '<(output_dir)',
|
| 'files': [
|
| '<@(webapp_js_files)',
|
| - '<@(remoting_webapp_unittest_cases)',
|
| + '<@(remoting_webapp_unittest_js_files)',
|
| '<@(remoting_webapp_unittest_additional_files)'
|
| ],
|
| },
|
| @@ -339,7 +339,7 @@
|
| 'webapp/build-html.py',
|
| '<(remoting_webapp_unittest_template_main)',
|
| '<@(webapp_js_files)',
|
| - '<@(remoting_webapp_unittest_cases)'
|
| + '<@(remoting_webapp_unittest_js_files)'
|
| ],
|
| 'outputs': [
|
| '<(output_dir)/unittest.html',
|
| @@ -353,7 +353,7 @@
|
| # instrumentedjs flag or else GYP will ignore the files in the
|
| # exclude list.
|
| '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)',
|
| - '--js', '<@(remoting_webapp_unittest_cases)',
|
| + '--js', '<@(remoting_webapp_unittest_js_files)',
|
| '--instrument-js', '<@(webapp_js_files)',
|
| ],
|
| },
|
|
|