summaryrefslogtreecommitdiff
path: root/build/gyp
AgeCommit message (Collapse)Author
2016-03-30Move mac_find_sdk out of gyp directoryweili
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
2016-02-24Enforce compilation with sdk newer than or same as minimal sdk version on ↵Wei Li
mac. Now the minimal version is 10.10. This reverts commit ad8dfc5fe0b5d726632b71919426c1efeb33c567. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1735653002 .
2016-02-23Allow compilation on mac with older sdk versionsWei Li
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1725033002 .
2016-02-23Support pdfium compilation with xcode 10.11 and higherchromium/2660chromium/2659chromium/2658Wei Li
BUG= R=thakis@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/1680943003 .