Move webrtc/sdk/DEPS to webrtc/sdk/objc/DEPS

The folder webrtc/sdk/ now contains android as well, so we should move the objc DEPS file to the objc folder.

TBR=tommi
BUG=None

Review-Url: https://codereview.webrtc.org/2644733008
Cr-Commit-Position: refs/heads/master@{#16191}
This commit is contained in:
magjed
2017-01-20 06:56:44 -08:00
committed by Commit bot
parent 3c9151b953
commit aea1a017ed

9
webrtc/sdk/objc/DEPS Normal file
View File

@ -0,0 +1,9 @@
include_rules = [
"+WebRTC",
"+webrtc/api",
"+webrtc/common_video/include",
"+webrtc/common_video/h264",
"+webrtc/media",
"+webrtc/modules/video_coding",
"+webrtc/system_wrappers",
]