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

Side by Side Diff: webrtc/api/statscollector_unittest.cc

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: rebase Created 4 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 | « webrtc/api/rtpsenderreceiver_unittest.cc ('k') | webrtc/api/test/androidtestinitializer.cc » ('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 * Copyright 2014 The WebRTC project authors. All Rights Reserved. 2 * Copyright 2014 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
11 #include <stdio.h> 11 #include <stdio.h>
12 12
13 #include <algorithm> 13 #include <algorithm>
14 #include <memory> 14 #include <memory>
15 15
16 #include "webrtc/api/statscollector.h" 16 #include "webrtc/api/statscollector.h"
17 17
18 #include "testing/gmock/include/gmock/gmock.h" 18 #include "webrtc/test/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h" 19 #include "webrtc/test/gtest.h"
20 #include "webrtc/api/mediastream.h" 20 #include "webrtc/api/mediastream.h"
21 #include "webrtc/api/mediastreaminterface.h" 21 #include "webrtc/api/mediastreaminterface.h"
22 #include "webrtc/api/mediastreamtrack.h" 22 #include "webrtc/api/mediastreamtrack.h"
23 #include "webrtc/api/peerconnection.h" 23 #include "webrtc/api/peerconnection.h"
24 #include "webrtc/api/peerconnectionfactory.h" 24 #include "webrtc/api/peerconnectionfactory.h"
25 #include "webrtc/api/test/fakedatachannelprovider.h" 25 #include "webrtc/api/test/fakedatachannelprovider.h"
26 #include "webrtc/api/test/fakevideotracksource.h" 26 #include "webrtc/api/test/fakevideotracksource.h"
27 #include "webrtc/api/test/mock_peerconnection.h" 27 #include "webrtc/api/test/mock_peerconnection.h"
28 #include "webrtc/api/test/mock_webrtcsession.h" 28 #include "webrtc/api/test/mock_webrtcsession.h"
29 #include "webrtc/api/videotrack.h" 29 #include "webrtc/api/videotrack.h"
(...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 cricket::VoiceSenderInfo new_voice_sender_info; 1882 cricket::VoiceSenderInfo new_voice_sender_info;
1883 InitVoiceSenderInfo(&new_voice_sender_info); 1883 InitVoiceSenderInfo(&new_voice_sender_info);
1884 cricket::VoiceMediaInfo new_stats_read; 1884 cricket::VoiceMediaInfo new_stats_read;
1885 reports.clear(); 1885 reports.clear();
1886 SetupAndVerifyAudioTrackStats( 1886 SetupAndVerifyAudioTrackStats(
1887 new_audio_track.get(), stream_.get(), &stats, &voice_channel, kVcName, 1887 new_audio_track.get(), stream_.get(), &stats, &voice_channel, kVcName,
1888 media_channel, &new_voice_sender_info, NULL, &new_stats_read, &reports); 1888 media_channel, &new_voice_sender_info, NULL, &new_stats_read, &reports);
1889 } 1889 }
1890 1890
1891 } // namespace webrtc 1891 } // namespace webrtc
OLDNEW
« no previous file with comments | « webrtc/api/rtpsenderreceiver_unittest.cc ('k') | webrtc/api/test/androidtestinitializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698