From 39075a4f020a042969b3b89f17c4d4472bb74632 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 25 Apr 2016 06:33:07 -0700 Subject: 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 --- build_overrides/build.gni | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build_overrides') 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" -- cgit v1.2.3