コード例 #1
0
def macIos():
    return webrtc_factory.WebRTCFactory('', 'darwin', nohooks_on_update=True)
コード例 #2
0
def mac():
    return webrtc_factory.WebRTCFactory('src/xcodebuild', 'darwin')
コード例 #3
0
ファイル: master_win_cfg.py プロジェクト: shiladkumard/bitpop
def win():
    return webrtc_factory.WebRTCFactory('src/out', 'win32')
コード例 #4
0
def android():
    return webrtc_factory.WebRTCFactory('',
                                        'linux2',
                                        nohooks_on_update=True,
                                        target_os='android')
コード例 #5
0
def linux():
    return webrtc_factory.WebRTCFactory('src/out', 'linux2')
コード例 #6
0
ファイル: master_mac_cfg.py プロジェクト: shiladkumard/bitpop
def mac():
    return webrtc_factory.WebRTCFactory('src/out', 'darwin')