summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweili <weili@chromium.org>2016-03-30 14:24:10 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-30 14:24:10 -0700
commita123f0184894073a8495bc0cf49b5c890781b289 (patch)
treef84ef395ec0170dba98e23393768983add68c9f5
parentd734fd2f60c68a4cfa0e5bb8ff85d357605d3449 (diff)
downloadpdfium-a123f0184894073a8495bc0cf49b5c890781b289.tar.xz
Move mac_find_sdk out of gyp directory
Gyp directory is used by a separate repository. Files in that directory may be ignored by some commands. Move it back into pdfium repository. BUG=pdfium:442 Review URL: https://codereview.chromium.org/1835943005
-rw-r--r--build/mac_find_sdk.py (renamed from build/gyp/tools/mac_find_sdk.py)0
-rw-r--r--build/standalone.gypi2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/gyp/tools/mac_find_sdk.py b/build/mac_find_sdk.py
index 230c2fd52e..230c2fd52e 100644
--- a/build/gyp/tools/mac_find_sdk.py
+++ b/build/mac_find_sdk.py
diff --git a/build/standalone.gypi b/build/standalone.gypi
index fe4995beb0..925326b794 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -454,7 +454,7 @@
], # target_conditions
'variables': {
'mac_sdk_min': '10.10',
- 'mac_sdk%': '<!(python <(DEPTH)/build/gyp/tools/mac_find_sdk.py <(mac_sdk_min))',
+ 'mac_sdk%': '<!(python <(DEPTH)/build/mac_find_sdk.py <(mac_sdk_min))',
},
'xcode_settings': {
'SDKROOT': 'macosx<(mac_sdk)', # -isysroot