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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1393563002: Moving MediaStreamSignaling logic into PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing ASan warnings. Created 5 years, 2 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 | « talk/app/webrtc/webrtcsessiondescriptionfactory.cc ('k') | no next file » | 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 }, 193 },
194 'sources': [ 194 'sources': [
195 'app/webrtc/datachannel_unittest.cc', 195 'app/webrtc/datachannel_unittest.cc',
196 'app/webrtc/dtlsidentitystore_unittest.cc', 196 'app/webrtc/dtlsidentitystore_unittest.cc',
197 'app/webrtc/dtmfsender_unittest.cc', 197 'app/webrtc/dtmfsender_unittest.cc',
198 'app/webrtc/fakemetricsobserver.cc', 198 'app/webrtc/fakemetricsobserver.cc',
199 'app/webrtc/fakemetricsobserver.h', 199 'app/webrtc/fakemetricsobserver.h',
200 'app/webrtc/jsepsessiondescription_unittest.cc', 200 'app/webrtc/jsepsessiondescription_unittest.cc',
201 'app/webrtc/localaudiosource_unittest.cc', 201 'app/webrtc/localaudiosource_unittest.cc',
202 'app/webrtc/mediastream_unittest.cc', 202 'app/webrtc/mediastream_unittest.cc',
203 'app/webrtc/mediastreamsignaling_unittest.cc',
pthatcher1 2015/10/07 02:50:52 Do we need to worry about the GN file also?
Taylor Brandstetter 2015/10/09 19:54:09 If you mean the Chrome GN file, no; they don't bui
204 'app/webrtc/peerconnection_unittest.cc', 203 'app/webrtc/peerconnection_unittest.cc',
205 'app/webrtc/peerconnectionendtoend_unittest.cc', 204 'app/webrtc/peerconnectionendtoend_unittest.cc',
206 'app/webrtc/peerconnectionfactory_unittest.cc', 205 'app/webrtc/peerconnectionfactory_unittest.cc',
207 'app/webrtc/peerconnectioninterface_unittest.cc', 206 'app/webrtc/peerconnectioninterface_unittest.cc',
208 # 'app/webrtc/peerconnectionproxy_unittest.cc', 207 # 'app/webrtc/peerconnectionproxy_unittest.cc',
209 'app/webrtc/remotevideocapturer_unittest.cc', 208 'app/webrtc/remotevideocapturer_unittest.cc',
210 'app/webrtc/rtpsenderreceiver_unittest.cc', 209 'app/webrtc/rtpsenderreceiver_unittest.cc',
211 'app/webrtc/sctputils.cc', 210 'app/webrtc/sctputils.cc',
212 'app/webrtc/statscollector_unittest.cc', 211 'app/webrtc/statscollector_unittest.cc',
213 'app/webrtc/test/fakeaudiocapturemodule.cc', 212 'app/webrtc/test/fakeaudiocapturemodule.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'build/isolate.gypi', 430 'build/isolate.gypi',
432 ], 431 ],
433 'sources': [ 432 'sources': [
434 'libjingle_peerconnection_unittest.isolate', 433 'libjingle_peerconnection_unittest.isolate',
435 ], 434 ],
436 }, 435 },
437 ], 436 ],
438 }], 437 }],
439 ], 438 ],
440 } 439 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/webrtcsessiondescriptionfactory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698