HomeSort by relevance Sort by last modified time
    Searched refs:iphoneos (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/build/
vie-webrtc.sh 21 xcodebuild -project "$1" -sdk iphoneos -arch armv7 \
60 --libc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk
67 ${CONFIGURATION_BUILD_DIR}/${CONFIGURATION}-iphoneos
  /external/llvm/utils/buildit/
GNUmakefile 81 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
iosbuild.sh 26 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
  /external/chromium_org/third_party/leveldatabase/src/
Makefile 191 DEVICEROOT=$(PLATFORMSROOT)/iPhoneOS.platform/Developer
192 IOSVERSION=$(shell defaults read $(PLATFORMSROOT)/iPhoneOS.platform/version CFBundleShortVersionString)
199 xcrun -sdk iphoneos $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$@
206 xcrun -sdk iphoneos $(CC) $(CFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$@
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 42 depends on the SDKROOT used ("macosx", "iphoneos", "iphonesimulator") and
49 def __init__(self, default, mac, iphonesimulator, iphoneos):
51 self._archs = {'mac': mac, 'ios': iphoneos, 'iossim': iphonesimulator}
56 if 'iphoneos' in sdkroot:
108 For "iphoneos" and "iphonesimulator" SDKROOT, 64-bit architectures are part
186 such as CODE_SIGN_IDENTITY[sdk=iphoneos*]. This is a partial implementation
192 if key.endswith("[sdk=iphoneos*]"):
193 if configname.endswith("iphoneos"):
    [all...]

Completed in 151 milliseconds