Chromium Code Reviews| Index: remoting/remoting_test.gypi |
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi |
| index 8f9fe340539d7527d34d52527633cb27fdf3c248..46373379e8d325dcacef31345187139023b8d93c 100644 |
| --- a/remoting/remoting_test.gypi |
| +++ b/remoting/remoting_test.gypi |
| @@ -345,16 +345,15 @@ |
| ], |
| 'actions': [ |
| { |
| - 'action_name': 'Build Remoting Webapp ut.html', |
| + 'action_name': 'Build Remoting Webapp unittest.html', |
| 'inputs': [ |
| 'webapp/build-html.py', |
| '<(remoting_webapp_unittest_template_main)', |
| '<@(remoting_webapp_main_html_js_files)', |
| - '<@(remoting_webapp_unittest_exclude_files)', |
| '<@(remoting_webapp_unittest_cases)' |
| ], |
| 'outputs': [ |
| - '<(PRODUCT_DIR)/unittest.html', |
| + '<(output_dir)/unittest.html', |
|
Nico
2014/07/10 20:20:20
There are two possible patterns to avoid having to
|
| ], |
| 'action': [ |
| 'python', 'webapp/build-html.py', |