Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: remoting/remoting_test.gypi

Issue 385713003: Fix build dependencies on target remoting_webapp_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use @(_outputs) Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 8f9fe340539d7527d34d52527633cb27fdf3c248..d994353e3e390ef8ab8789192b8b6b49da7915c6 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -345,20 +345,19 @@
],
'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)',
garykac 2014/07/10 20:38:12 I assume that removing this is unrelated to the ch
kelvinp 2014/07/10 20:56:47 Yup, maybe should rename the change as fix build d
'<@(remoting_webapp_unittest_cases)'
],
'outputs': [
- '<(PRODUCT_DIR)/unittest.html',
+ '<(output_dir)/unittest.html',
],
'action': [
'python', 'webapp/build-html.py',
- '<(output_dir)/unittest.html',
+ '<@(_outputs)',
'<(remoting_webapp_unittest_template_main)',
# GYP automatically removes subsequent duplicated command line
# arguments. Therefore, the excludejs flag must be set before the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698