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

Unified Diff: build/copy_test_data_ios.gypi

Issue 11293198: Fix handling of spaces with paths in copy_test_data.py (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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 | build/copy_test_data_ios.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/copy_test_data_ios.gypi
diff --git a/build/copy_test_data_ios.gypi b/build/copy_test_data_ios.gypi
index 150df6e1d7b2ab68de29b8d61ff0d7d14c081122..56a222f9f84375b957ea6d170cf8e6c3ce3954a2 100644
--- a/build/copy_test_data_ios.gypi
+++ b/build/copy_test_data_ios.gypi
@@ -43,6 +43,6 @@
'python',
'<(DEPTH)/build/copy_test_data_ios.py',
'-o', '<(PRODUCT_DIR)/<(_target_name).app/<(test_data_prefix)',
- '<(_inputs)',
+ '<@(_inputs)',
],
}
« no previous file with comments | « no previous file | build/copy_test_data_ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698