Searched refs:xcode_version (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-xctest.py26 xcode_version, build_number = out.splitlines()
28 xcode_version = xcode_version.split()[-1].split('.') variable
29 if xcode_version < ['5']:
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py118 xcode_version, _ = XcodeVersion()
119 if xcode_version < '0500':
125 elif xcode_version < '0510':
1067 xcode_version, xcode_build = XcodeVersion()
1068 if xcode_version < '0500':

Completed in 82 milliseconds