From 64ab40e11267c5d6ecc691072c3427c369ef26ec Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Thu, 29 May 2014 08:01:22 -0700 Subject: Fix xcode build. R=thakis@chromium.org Review URL: https://codereview.chromium.org/300993002 --- build/standalone.gypi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/standalone.gypi b/build/standalone.gypi index 3b4f01bef6..bcc8cbc534 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -246,4 +246,8 @@ }, # target_defaults }], # OS=="mac" ], + 'xcode_settings': { + # See comment in Chromium's common.gypi for why this is needed. + 'SYMROOT': '<(DEPTH)/xcodebuild', + } } \ No newline at end of file -- cgit v1.2.3