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

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

Issue 2890513002: Revert 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",
10 "+webrtc/api", 3 "+webrtc/api",
11 "+webrtc/common_video/h264", 4 "+webrtc/common_video/h264",
12 "+webrtc/common_video/include", 5 "+webrtc/common_video/include",
13 "+webrtc/common_video/libyuv/include", 6 "+webrtc/common_video/libyuv/include",
14 "+webrtc/media", 7 "+webrtc/media",
15 "+webrtc/modules/video_coding", 8 "+webrtc/modules/video_coding",
16 "+webrtc/pc", 9 "+webrtc/pc",
17 "+webrtc/system_wrappers", 10 "+webrtc/system_wrappers",
18 ] 11 ]
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