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

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: 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..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',
« 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