summaryrefslogtreecommitdiffstats
path: root/testing/iossim
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 15:39:48 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 15:39:48 +0000
commit509e418991d9e15aec98b3a7a4f7d696820fcb75 (patch)
tree9bd3d0f4e8851807f044b5b7cd00dfed330e2df1 /testing/iossim
parentf03cbffad6e154de01f0a1c050723b08ebe6aa67 (diff)
downloadchromium_src-509e418991d9e15aec98b3a7a4f7d696820fcb75.zip
chromium_src-509e418991d9e15aec98b3a7a4f7d696820fcb75.tar.gz
chromium_src-509e418991d9e15aec98b3a7a4f7d696820fcb75.tar.bz2
Updated iossim output path to use $(SYMROOT).
Previously it was hardcoded to use the xcodebuild folder. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/14835006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198112 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 e75579d..74f87be 100644
--- a/testing/iossim/iossim.gyp
+++ b/testing/iossim/iossim.gyp
@@ -54,7 +54,7 @@
'variables': {
'ninja_output_dir': 'ninja-iossim',
'ninja_product_dir':
- '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)',
+ '$(SYMROOT)/<(ninja_output_dir)/<(CONFIGURATION_NAME)',
},
'targets': [
{