Commit 381fd4eb authored by thomasvl@chromium.org's avatar thomasvl@chromium.org

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
parent f871ee15
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
# Actions don't provide a way to redirect stdout, so a custom # Actions don't provide a way to redirect stdout, so a custom
# script is invoked that will execute the first argument and write # script is invoked that will execute the first argument and write
# the output to the file specified as the second argument. # 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', '$(BUILD_DIR)/$(CONFIGURATION)/class-dump -CiPhoneSimulator <(iphone_sim_path)/iPhoneSimulatorRemoteClient.framework',
'<(INTERMEDIATE_DIR)/iossim/iPhoneSimulatorRemoteClient.h', '<(INTERMEDIATE_DIR)/iossim/iPhoneSimulatorRemoteClient.h',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment