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

Side by Side Diff: talk/app/webrtc/legacy_objc_api.gyp

Issue 1692243003: Move RTCFileLogger to webrtc/base/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix path Created 4 years, 10 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 | « no previous file | talk/app/webrtc/objc/RTCFileLogger.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 25 matching lines...) Expand all
36 'dependencies': [ 36 'dependencies': [
37 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection', 37 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection',
38 ], 38 ],
39 'sources': [ 39 'sources': [
40 'objc/RTCAudioTrack+Internal.h', 40 'objc/RTCAudioTrack+Internal.h',
41 'objc/RTCAudioTrack.mm', 41 'objc/RTCAudioTrack.mm',
42 'objc/RTCDataChannel+Internal.h', 42 'objc/RTCDataChannel+Internal.h',
43 'objc/RTCDataChannel.mm', 43 'objc/RTCDataChannel.mm',
44 'objc/RTCEnumConverter.h', 44 'objc/RTCEnumConverter.h',
45 'objc/RTCEnumConverter.mm', 45 'objc/RTCEnumConverter.mm',
46 'objc/RTCFileLogger.mm',
47 'objc/RTCI420Frame+Internal.h', 46 'objc/RTCI420Frame+Internal.h',
48 'objc/RTCI420Frame.mm', 47 'objc/RTCI420Frame.mm',
49 'objc/RTCICECandidate+Internal.h', 48 'objc/RTCICECandidate+Internal.h',
50 'objc/RTCICECandidate.mm', 49 'objc/RTCICECandidate.mm',
51 'objc/RTCICEServer+Internal.h', 50 'objc/RTCICEServer+Internal.h',
52 'objc/RTCICEServer.mm', 51 'objc/RTCICEServer.mm',
53 'objc/RTCLogging.mm', 52 'objc/RTCLogging.mm',
54 'objc/RTCMediaConstraints+Internal.h', 53 'objc/RTCMediaConstraints+Internal.h',
55 'objc/RTCMediaConstraints.mm', 54 'objc/RTCMediaConstraints.mm',
56 'objc/RTCMediaConstraintsNative.cc', 55 'objc/RTCMediaConstraintsNative.cc',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ], 181 ],
183 }, 182 },
184 }, 183 },
185 }], 184 }],
186 ], 185 ],
187 }, # target libjingle_peerconnection_objc 186 }, # target libjingle_peerconnection_objc
188 ], 187 ],
189 }], 188 }],
190 ], 189 ],
191 } 190 }
OLDNEW
« no previous file with comments | « no previous file | talk/app/webrtc/objc/RTCFileLogger.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698