summaryrefslogtreecommitdiffstats
path: root/testing/iossim
diff options
context:
space:
mode:
authorjustincohen@google.com <justincohen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 00:35:24 +0000
committerjustincohen@google.com <justincohen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 00:35:24 +0000
commit57b2e0618237aa6bd570c7a3e2fd6e41d12a49b4 (patch)
tree4ccafd411247138dd37b02dfad73fffe82af85e3 /testing/iossim
parent1cf7fa27e1ff91a0182b8ec995d0c644dc4e9cf3 (diff)
downloadchromium_src-57b2e0618237aa6bd570c7a3e2fd6e41d12a49b4.zip
chromium_src-57b2e0618237aa6bd570c7a3e2fd6e41d12a49b4.tar.gz
chromium_src-57b2e0618237aa6bd570c7a3e2fd6e41d12a49b4.tar.bz2
Fix unintentional revert of SYMROOT change to testing/iossim.
A change made to iossim.gyp in https://chromiumcodereview.appspot.com/14835006 was unintentionally reverted by https://chromiumcodereview.appspot.com/14597007. Restoring CL 14835006 updates the iossim output path to use $(SYMROOT). BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/19985004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213010 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 a5c9d30..b699b53 100644
--- a/testing/iossim/iossim.gyp
+++ b/testing/iossim/iossim.gyp
@@ -55,7 +55,7 @@
'variables': {
'ninja_output_dir': 'ninja-iossim',
'ninja_product_dir':
- '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)',
+ '$(SYMROOT)/<(ninja_output_dir)/<(CONFIGURATION_NAME)',
},
'targets': [
{