Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Side by Side Diff: webrtc/sdk/objc/DEPS

Issue 2890733003: Reland of Split iOS sdk in to separate targets (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/sdk/BUILD.gn ('k') | webrtc/sdk/objc/Framework/Classes/Common/NSString+StdString.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+WebRTC", 2 "+WebRTC",
3 "+Common",
4 "+Video",
5 "+Audio",
6 "+UI",
7 "+PeerConnection",
8 "+VideoToolbox",
9 "+Metal",
3 "+webrtc/api", 10 "+webrtc/api",
4 "+webrtc/common_video/h264", 11 "+webrtc/common_video/h264",
5 "+webrtc/common_video/include", 12 "+webrtc/common_video/include",
6 "+webrtc/common_video/libyuv/include", 13 "+webrtc/common_video/libyuv/include",
7 "+webrtc/media", 14 "+webrtc/media",
8 "+webrtc/modules/video_coding", 15 "+webrtc/modules/video_coding",
9 "+webrtc/pc", 16 "+webrtc/pc",
10 "+webrtc/system_wrappers", 17 "+webrtc/system_wrappers",
11 ] 18 ]
OLDNEW
« no previous file with comments | « webrtc/sdk/BUILD.gn ('k') | webrtc/sdk/objc/Framework/Classes/Common/NSString+StdString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698