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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 }, | 195 }, |
196 'sources': [ | 196 'sources': [ |
197 'app/webrtc/datachannel_unittest.cc', | 197 'app/webrtc/datachannel_unittest.cc', |
198 'app/webrtc/dtlsidentitystore_unittest.cc', | 198 'app/webrtc/dtlsidentitystore_unittest.cc', |
199 'app/webrtc/dtmfsender_unittest.cc', | 199 'app/webrtc/dtmfsender_unittest.cc', |
200 'app/webrtc/fakemetricsobserver.cc', | 200 'app/webrtc/fakemetricsobserver.cc', |
201 'app/webrtc/fakemetricsobserver.h', | 201 'app/webrtc/fakemetricsobserver.h', |
202 'app/webrtc/jsepsessiondescription_unittest.cc', | 202 'app/webrtc/jsepsessiondescription_unittest.cc', |
203 'app/webrtc/localaudiosource_unittest.cc', | 203 'app/webrtc/localaudiosource_unittest.cc', |
204 'app/webrtc/mediastream_unittest.cc', | 204 'app/webrtc/mediastream_unittest.cc', |
205 'app/webrtc/mediastreamhandler_unittest.cc', | |
206 'app/webrtc/mediastreamsignaling_unittest.cc', | 205 'app/webrtc/mediastreamsignaling_unittest.cc', |
207 'app/webrtc/peerconnection_unittest.cc', | 206 'app/webrtc/peerconnection_unittest.cc', |
208 'app/webrtc/peerconnectionendtoend_unittest.cc', | 207 'app/webrtc/peerconnectionendtoend_unittest.cc', |
209 'app/webrtc/peerconnectionfactory_unittest.cc', | 208 'app/webrtc/peerconnectionfactory_unittest.cc', |
210 'app/webrtc/peerconnectioninterface_unittest.cc', | 209 'app/webrtc/peerconnectioninterface_unittest.cc', |
211 # 'app/webrtc/peerconnectionproxy_unittest.cc', | 210 # 'app/webrtc/peerconnectionproxy_unittest.cc', |
212 'app/webrtc/remotevideocapturer_unittest.cc', | 211 'app/webrtc/remotevideocapturer_unittest.cc', |
| 212 'app/webrtc/rtpsenderreceiver_unittest.cc', |
213 'app/webrtc/sctputils.cc', | 213 'app/webrtc/sctputils.cc', |
214 'app/webrtc/statscollector_unittest.cc', | 214 'app/webrtc/statscollector_unittest.cc', |
215 'app/webrtc/test/fakeaudiocapturemodule.cc', | 215 'app/webrtc/test/fakeaudiocapturemodule.cc', |
216 'app/webrtc/test/fakeaudiocapturemodule.h', | 216 'app/webrtc/test/fakeaudiocapturemodule.h', |
217 'app/webrtc/test/fakeaudiocapturemodule_unittest.cc', | 217 'app/webrtc/test/fakeaudiocapturemodule_unittest.cc', |
218 'app/webrtc/test/fakeconstraints.h', | 218 'app/webrtc/test/fakeconstraints.h', |
219 'app/webrtc/test/fakedatachannelprovider.h', | 219 'app/webrtc/test/fakedatachannelprovider.h', |
220 'app/webrtc/test/fakedtlsidentitystore.h', | 220 'app/webrtc/test/fakedtlsidentitystore.h', |
221 'app/webrtc/test/fakemediastreamsignaling.h', | 221 'app/webrtc/test/fakemediastreamsignaling.h', |
222 'app/webrtc/test/fakeperiodicvideocapturer.h', | 222 'app/webrtc/test/fakeperiodicvideocapturer.h', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'build/isolate.gypi', | 433 'build/isolate.gypi', |
434 ], | 434 ], |
435 'sources': [ | 435 'sources': [ |
436 'libjingle_peerconnection_unittest.isolate', | 436 'libjingle_peerconnection_unittest.isolate', |
437 ], | 437 ], |
438 }, | 438 }, |
439 ], | 439 ], |
440 }], | 440 }], |
441 ], | 441 ], |
442 } | 442 } |
OLD | NEW |