From 5413f1d4e1770d0635ee11dd6451e6fb1b46be85 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 8 Feb 2016 17:35:46 -0800 Subject: Fix typo in standalone.gypi. TBR=thakis@chromium.org BUG=585261 Review URL: https://codereview.chromium.org/1683523002 . --- build/standalone.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/standalone.gypi b/build/standalone.gypi index 4c674edb99..f118e3003e 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -431,7 +431,7 @@ ], }, 'xcode_settings': { - 'SDKROOT': 'macosx10.10' # -isysroot + 'SDKROOT': 'macosx10.10', # -isysroot # See comment in Chromium's common.gypi for why this is needed. 'SYMROOT': '<(DEPTH)/xcodebuild', }, -- cgit v1.2.3