diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-25 06:33:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-25 06:33:07 -0700 |
commit | 39075a4f020a042969b3b89f17c4d4472bb74632 (patch) | |
tree | feefa5c89490813fef49b0e26f14c70b7251104f /build_overrides/build.gni | |
parent | 14f5aeb5a46f330bd9386cd698fa25da3775d909 (diff) | |
download | pdfium-39075a4f020a042969b3b89f17c4d4472bb74632.tar.xz |
Standalone GN on mac
Without the mac_deployment_target_build_override variable in build.gni
the following error is produced.
ERROR at //build/config/mac/mac_sdk.gni:17:27: Undefined identifier
mac_deployment_target = mac_deployment_target_build_override
^-----------------------------------
Added needed gtest/gtest_mac.* files.
BUG=pdfium:106
Review URL: https://codereview.chromium.org/1907193002
Diffstat (limited to 'build_overrides/build.gni')
-rw-r--r-- | build_overrides/build.gni | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni index fe286e5fcf..9d68f10933 100644 --- a/build_overrides/build.gni +++ b/build_overrides/build.gni @@ -3,7 +3,6 @@ # found in the LICENSE file. # See https://bugs.chromium.org/p/webrtc/issues/detail?id=5453. -# Some WebRTC targets require the 10.7 deployment version of the Mac SDK -# and a 10.11 min SDK, but those targets are only used in non-Chromium -# builds. +# These overrides are needed and should generally track Chromium settings. +mac_deployment_target_build_override = "10.7" mac_sdk_min_build_override = "10.10" |