summaryrefslogtreecommitdiffstats
path: root/build/copy_test_data_ios.gypi
Commit message (Collapse)AuthorAgeFilesLines
* iOS: Remove a work around for a gyp bug that has been fixed.thestig2015-09-241-6/+1
| | | | | | Review URL: https://codereview.chromium.org/1356253002 Cr-Commit-Position: refs/heads/master@{#350592}
* Fix test data copying on iOSstuartmorgan@chromium.org2014-05-021-1/+6
| | | | | | | | | | | | | | | | | gyp can cache and re-use the output of scripts that have the same invocation, and all the test data copying uses "test/data". This is a relative path, so it's not really the same command, causing flaky compile failures. This works around the bug by artificially introducing variation into the invocation string. NOTRY=true BUG=369533 Review URL: https://codereview.chromium.org/265043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267919 0039d316-1c4b-4281-b951-d872f2087c98
* Fix handling of spaces with paths in copy_test_data.pystuartmorgan@chromium.org2012-11-091-1/+1
| | | | | | | | | | | | | | | | This allows copying files with spaces in the paths (most notably, profiles, which have a number of files containing spaces). There are two fixes: - Input/output lists \-escape spaces so that gyp will convert the output back into a list correctly. - The argument list is no longer parsed by spaces, and the gyp call instead passes the input list as a list of separate arguments instead of one giant string. BUG=None Review URL: https://chromiumcodereview.appspot.com/11293198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166931 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a way to specify test data files for unittests.rohitrao@chromium.org2012-07-171-0/+48
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10790008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146995 0039d316-1c4b-4281-b951-d872f2087c98