- Places most ObjC code into webrtc/sdk/objc instead. - New gyp targets to build, strip and export symbols for dylib. - Removes old script used to generate dylib. BUG= Review URL: https://codereview.webrtc.org/1903663002 Cr-Commit-Position: refs/heads/master@{#12524}
10 lines
173 B
Python
10 lines
173 B
Python
include_rules = [
|
|
"+WebRTC",
|
|
"+webrtc/api",
|
|
"+webrtc/base",
|
|
"+webrtc/media",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/video_capture",
|
|
"+webrtc/p2p",
|
|
]
|