summaryrefslogtreecommitdiffstats
path: root/testing/iossim
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 19:05:31 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 19:05:31 +0000
commit381fd4eb3592cb8767f570d205a062d75d18d63a (patch)
treef6841abc56977bb3e968f4c1c01b2f620377ab64 /testing/iossim
parentf871ee159f586c8593bcfb947a625b1056e6427d (diff)
downloadchromium_src-381fd4eb3592cb8767f570d205a062d75d18d63a.zip
chromium_src-381fd4eb3592cb8767f570d205a062d75d18d63a.tar.gz
chromium_src-381fd4eb3592cb8767f570d205a062d75d18d63a.tar.bz2
Fix up the name of the redirect script to it matches what is on disk.
Review URL: https://chromiumcodereview.appspot.com/10829059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/iossim')
-rw-r--r--testing/iossim/iossim.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp
index ffb4f7d..b8dcf98 100644
--- a/testing/iossim/iossim.gyp
+++ b/testing/iossim/iossim.gyp
@@ -48,7 +48,7 @@
# Actions don't provide a way to redirect stdout, so a custom
# script is invoked that will execute the first argument and write
# the output to the file specified as the second argument.
- '<(DEPTH)/testing/iossim/RedirectStdout.sh',
+ '<(DEPTH)/testing/iossim/redirect-stdout.sh',
'$(BUILD_DIR)/$(CONFIGURATION)/class-dump -CiPhoneSimulator <(iphone_sim_path)/iPhoneSimulatorRemoteClient.framework',
'<(INTERMEDIATE_DIR)/iossim/iPhoneSimulatorRemoteClient.h',
],