diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-03 15:39:48 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-03 15:39:48 +0000 |
commit | 509e418991d9e15aec98b3a7a4f7d696820fcb75 (patch) | |
tree | 9bd3d0f4e8851807f044b5b7cd00dfed330e2df1 /testing | |
parent | f03cbffad6e154de01f0a1c050723b08ebe6aa67 (diff) | |
download | chromium_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')
-rw-r--r-- | testing/iossim/iossim.gyp | 2 |
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': [ { |