diff options
author | weili <weili@chromium.org> | 2016-03-30 14:24:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-30 14:24:10 -0700 |
commit | a123f0184894073a8495bc0cf49b5c890781b289 (patch) | |
tree | f84ef395ec0170dba98e23393768983add68c9f5 /build/standalone.gypi | |
parent | d734fd2f60c68a4cfa0e5bb8ff85d357605d3449 (diff) | |
download | pdfium-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
Diffstat (limited to 'build/standalone.gypi')
-rw-r--r-- | build/standalone.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |