Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 15 Jan 2014 21:39:18 +0000 (21:39 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 15 Jan 2014 21:39:18 +0000 (21:39 +0000)
commit6a18079de8a39cf8438d60e51b3de2cd3a7edf00
tree7bb9064adc3d6bb8e50c5618dbda883d66a77002
parent389fb7fcd44d1addec58e3c4d5bf3f5a2dcd47bc
Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT.

MACOSX_DEPLOYMENT_TARGET is the minimum unconditionally supported OS,
which should just be 10.6 for us until Chrome changes.  SDKROOT is the
maximum conditionally supported OS, which defaults sanely to whatever's
the latest SDK the machine has, so we don't need to mention it.

BUG=skia:
R=bungeman@google.com

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/137793010

git-svn-id: http://skia.googlecode.com/svn/trunk@13102 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/common_conditions.gypi
src/views/mac/SkNSView.mm
tools/find_mac_sdk.py [deleted file]