summaryrefslogtreecommitdiffstats
path: root/build/copy_test_data_ios.gypi
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-09-24 10:27:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-24 17:29:10 +0000
commit0e9dd4b9894be0b1d5fd01608c999aea0b8cb325 (patch)
tree585673c0c074ce5b76f972d5743c1af139997fca /build/copy_test_data_ios.gypi
parentb79915d32be7c40da7970d7820915d5a9ff9e676 (diff)
downloadchromium_src-0e9dd4b9894be0b1d5fd01608c999aea0b8cb325.zip
chromium_src-0e9dd4b9894be0b1d5fd01608c999aea0b8cb325.tar.gz
chromium_src-0e9dd4b9894be0b1d5fd01608c999aea0b8cb325.tar.bz2
iOS: Remove a work around for a gyp bug that has been fixed.
Review URL: https://codereview.chromium.org/1356253002 Cr-Commit-Position: refs/heads/master@{#350592}
Diffstat (limited to 'build/copy_test_data_ios.gypi')
-rw-r--r--build/copy_test_data_ios.gypi7
1 files changed, 1 insertions, 6 deletions
diff --git a/build/copy_test_data_ios.gypi b/build/copy_test_data_ios.gypi
index 576a0f2..56a222f 100644
--- a/build/copy_test_data_ios.gypi
+++ b/build/copy_test_data_ios.gypi
@@ -34,12 +34,7 @@
{
'inputs': [
- # The |-o <(test_data_prefix)| is ignored; it is there to work around a
- # caching bug in gyp (https://code.google.com/p/gyp/issues/detail?id=112).
- # It caches command output when the string is the same, so if two copy
- # steps have the same relative paths, there can be bogus cache hits that
- # cause compile failures unless something varies.
- '<!@pymod_do_main(copy_test_data_ios -o <(test_data_prefix) --inputs <(test_data_files))',
+ '<!@pymod_do_main(copy_test_data_ios --inputs <(test_data_files))',
],
'outputs': [
'<!@pymod_do_main(copy_test_data_ios -o <(PRODUCT_DIR)/<(_target_name).app/<(test_data_prefix) --outputs <(test_data_files))',