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

Side by Side Diff: webrtc/test/webrtc_test_common.gyp

Issue 1416783006: Register header extensions in RtpRtcpObserver to avoid log spam. (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 | « webrtc/test/rtp_rtcp_observer.h ('k') | webrtc/video/video_quality_test.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 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'webrtc_test_common', 14 'target_name': 'webrtc_test_common',
15 'type': 'static_library', 15 'type': 'static_library',
16 'sources': [ 16 'sources': [
17 'call_test.cc', 17 'call_test.cc',
18 'call_test.h', 18 'call_test.h',
19 'configurable_frame_size_encoder.cc', 19 'configurable_frame_size_encoder.cc',
20 'configurable_frame_size_encoder.h', 20 'configurable_frame_size_encoder.h',
21 'constants.cc',
22 'constants.h',
21 'direct_transport.cc', 23 'direct_transport.cc',
22 'direct_transport.h', 24 'direct_transport.h',
23 'encoder_settings.cc', 25 'encoder_settings.cc',
24 'encoder_settings.h', 26 'encoder_settings.h',
25 'fake_audio_device.cc', 27 'fake_audio_device.cc',
26 'fake_audio_device.h', 28 'fake_audio_device.h',
27 'fake_decoder.cc', 29 'fake_decoder.cc',
28 'fake_decoder.h', 30 'fake_decoder.h',
29 'fake_encoder.cc', 31 'fake_encoder.cc',
30 'fake_encoder.h', 32 'fake_encoder.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'fake_network_pipe_unittest.cc', 167 'fake_network_pipe_unittest.cc',
166 'frame_generator_unittest.cc', 168 'frame_generator_unittest.cc',
167 'rtp_file_reader_unittest.cc', 169 'rtp_file_reader_unittest.cc',
168 'rtp_file_writer_unittest.cc', 170 'rtp_file_writer_unittest.cc',
169 ], 171 ],
170 }, 172 },
171 ], #targets 173 ], #targets
172 }], # include_tests 174 }], # include_tests
173 ], # conditions 175 ], # conditions
174 } 176 }
OLDNEW
« no previous file with comments | « webrtc/test/rtp_rtcp_observer.h ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698