| Index: remoting/remoting_webapp.gypi
|
| diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
|
| index 7b1255343b9d858951bd3b11b0a036fc81c6db25..d197e412711c5f76a9a715b8c42d0de1fadd0e13 100644
|
| --- a/remoting/remoting_webapp.gypi
|
| +++ b/remoting/remoting_webapp.gypi
|
| @@ -70,8 +70,8 @@
|
| 'action_name': 'Verify remoting webapp unittests',
|
| 'inputs': [
|
| '<@(remoting_webapp_crd_js_files)',
|
| - '<@(remoting_webapp_unittest_all_js_files)',
|
| - '<@(remoting_webapp_unittest_js_proto_files)',
|
| + '<@(remoting_webapp_unittests_all_js_files)',
|
| + '<@(remoting_webapp_unittests_js_proto_files)',
|
| ],
|
| 'outputs': [
|
| '<(success_stamp_ut)',
|
| @@ -82,8 +82,8 @@
|
| '--no-single-file',
|
| '--success-stamp', '<(success_stamp_ut)',
|
| '<@(remoting_webapp_crd_js_files)',
|
| - '<@(remoting_webapp_unittest_all_js_files)',
|
| - '<@(remoting_webapp_unittest_js_proto_files)',
|
| + '<@(remoting_webapp_unittests_all_js_files)',
|
| + '<@(remoting_webapp_unittests_js_proto_files)',
|
| ],
|
| },
|
| ], # actions
|
|
|