summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Chang <ochang@chromium.org>2016-02-08 17:35:46 -0800
committerOliver Chang <ochang@chromium.org>2016-02-08 17:35:46 -0800
commit5413f1d4e1770d0635ee11dd6451e6fb1b46be85 (patch)
tree6f350cf869b0b1ae46e75c5fdf5a52e6a1d366ce
parent3a4986316f1f744bdba8acfb3f30a78899a70455 (diff)
downloadpdfium-5413f1d4e1770d0635ee11dd6451e6fb1b46be85.tar.xz
Fix typo in standalone.gypi.
TBR=thakis@chromium.org BUG=585261 Review URL: https://codereview.chromium.org/1683523002 .
-rw-r--r--build/standalone.gypi2
1 files changed, 1 insertions, 1 deletions
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',
},