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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1176383004: DtlsIdentityStore[Interface/Impl] updated, DtlsIdentityService to be removed (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge w master AFTER the landing of 1268363002. "CreatePC(service,store)" using store instead of service. Created 5 years, 4 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/libjingle.gyp ('k') | webrtc/base/sslidentity.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 # 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'app/webrtc/peerconnectioninterface_unittest.cc', 211 'app/webrtc/peerconnectioninterface_unittest.cc',
212 # 'app/webrtc/peerconnectionproxy_unittest.cc', 212 # 'app/webrtc/peerconnectionproxy_unittest.cc',
213 'app/webrtc/remotevideocapturer_unittest.cc', 213 'app/webrtc/remotevideocapturer_unittest.cc',
214 'app/webrtc/sctputils.cc', 214 'app/webrtc/sctputils.cc',
215 'app/webrtc/statscollector_unittest.cc', 215 'app/webrtc/statscollector_unittest.cc',
216 'app/webrtc/test/fakeaudiocapturemodule.cc', 216 'app/webrtc/test/fakeaudiocapturemodule.cc',
217 'app/webrtc/test/fakeaudiocapturemodule.h', 217 'app/webrtc/test/fakeaudiocapturemodule.h',
218 'app/webrtc/test/fakeaudiocapturemodule_unittest.cc', 218 'app/webrtc/test/fakeaudiocapturemodule_unittest.cc',
219 'app/webrtc/test/fakeconstraints.h', 219 'app/webrtc/test/fakeconstraints.h',
220 'app/webrtc/test/fakedatachannelprovider.h', 220 'app/webrtc/test/fakedatachannelprovider.h',
221 'app/webrtc/test/fakedtlsidentityservice.h', 221 'app/webrtc/test/fakedtlsidentitystore.h',
222 'app/webrtc/test/fakemediastreamsignaling.h', 222 'app/webrtc/test/fakemediastreamsignaling.h',
223 'app/webrtc/test/fakeperiodicvideocapturer.h', 223 'app/webrtc/test/fakeperiodicvideocapturer.h',
224 'app/webrtc/test/fakevideotrackrenderer.h', 224 'app/webrtc/test/fakevideotrackrenderer.h',
225 'app/webrtc/test/mockpeerconnectionobservers.h', 225 'app/webrtc/test/mockpeerconnectionobservers.h',
226 'app/webrtc/test/peerconnectiontestwrapper.h', 226 'app/webrtc/test/peerconnectiontestwrapper.h',
227 'app/webrtc/test/peerconnectiontestwrapper.cc', 227 'app/webrtc/test/peerconnectiontestwrapper.cc',
228 'app/webrtc/test/testsdpstrings.h', 228 'app/webrtc/test/testsdpstrings.h',
229 'app/webrtc/videosource_unittest.cc', 229 'app/webrtc/videosource_unittest.cc',
230 'app/webrtc/videotrack_unittest.cc', 230 'app/webrtc/videotrack_unittest.cc',
231 'app/webrtc/webrtcsdp_unittest.cc', 231 'app/webrtc/webrtcsdp_unittest.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'build/isolate.gypi', 434 'build/isolate.gypi',
435 ], 435 ],
436 'sources': [ 436 'sources': [
437 'libjingle_peerconnection_unittest.isolate', 437 'libjingle_peerconnection_unittest.isolate',
438 ], 438 ],
439 }, 439 },
440 ], 440 ],
441 }], 441 }],
442 ], 442 ],
443 } 443 }
OLDNEW
« no previous file with comments | « talk/libjingle.gyp ('k') | webrtc/base/sslidentity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698