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

Side by Side Diff: talk/app/webrtc/webrtcsession_unittest.cc

Issue 1460483005: Removed dummy "mediastreamsignaling.h" (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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/webrtcsession.cc ('k') | talk/libjingle.gyp » ('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 15 matching lines...) Expand all
26 */ 26 */
27 27
28 #include <vector> 28 #include <vector>
29 29
30 #include "talk/app/webrtc/audiotrack.h" 30 #include "talk/app/webrtc/audiotrack.h"
31 #include "talk/app/webrtc/fakemediacontroller.h" 31 #include "talk/app/webrtc/fakemediacontroller.h"
32 #include "talk/app/webrtc/fakemetricsobserver.h" 32 #include "talk/app/webrtc/fakemetricsobserver.h"
33 #include "talk/app/webrtc/jsepicecandidate.h" 33 #include "talk/app/webrtc/jsepicecandidate.h"
34 #include "talk/app/webrtc/jsepsessiondescription.h" 34 #include "talk/app/webrtc/jsepsessiondescription.h"
35 #include "talk/app/webrtc/peerconnection.h" 35 #include "talk/app/webrtc/peerconnection.h"
36 #include "talk/app/webrtc/mediastreamsignaling.h"
37 #include "talk/app/webrtc/sctputils.h" 36 #include "talk/app/webrtc/sctputils.h"
38 #include "talk/app/webrtc/streamcollection.h" 37 #include "talk/app/webrtc/streamcollection.h"
39 #include "talk/app/webrtc/streamcollection.h" 38 #include "talk/app/webrtc/streamcollection.h"
40 #include "talk/app/webrtc/test/fakeconstraints.h" 39 #include "talk/app/webrtc/test/fakeconstraints.h"
41 #include "talk/app/webrtc/test/fakedtlsidentitystore.h" 40 #include "talk/app/webrtc/test/fakedtlsidentitystore.h"
42 #include "talk/app/webrtc/videotrack.h" 41 #include "talk/app/webrtc/videotrack.h"
43 #include "talk/app/webrtc/webrtcsession.h" 42 #include "talk/app/webrtc/webrtcsession.h"
44 #include "talk/app/webrtc/webrtcsessiondescriptionfactory.h" 43 #include "talk/app/webrtc/webrtcsessiondescriptionfactory.h"
45 #include "talk/media/base/fakemediaengine.h" 44 #include "talk/media/base/fakemediaengine.h"
46 #include "talk/media/base/fakevideorenderer.h" 45 #include "talk/media/base/fakevideorenderer.h"
(...skipping 4157 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 } 4203 }
4205 4204
4206 // TODO(bemasc): Add a TestIceStatesBundle with BUNDLE enabled. That test 4205 // TODO(bemasc): Add a TestIceStatesBundle with BUNDLE enabled. That test
4207 // currently fails because upon disconnection and reconnection OnIceComplete is 4206 // currently fails because upon disconnection and reconnection OnIceComplete is
4208 // called more than once without returning to IceGatheringGathering. 4207 // called more than once without returning to IceGatheringGathering.
4209 4208
4210 INSTANTIATE_TEST_CASE_P(WebRtcSessionTests, 4209 INSTANTIATE_TEST_CASE_P(WebRtcSessionTests,
4211 WebRtcSessionTest, 4210 WebRtcSessionTest,
4212 testing::Values(ALREADY_GENERATED, 4211 testing::Values(ALREADY_GENERATED,
4213 DTLS_IDENTITY_STORE)); 4212 DTLS_IDENTITY_STORE));
OLDNEW
« no previous file with comments | « talk/app/webrtc/webrtcsession.cc ('k') | talk/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698