OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |