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

Side by Side Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 2449523002: Revert of Fix chromium-style warnings. (Closed)
Patch Set: Created 4 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
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'source/rtp_header_extensions.cc', 101 'source/rtp_header_extensions.cc',
102 'source/rtp_header_extensions.h', 102 'source/rtp_header_extensions.h',
103 'source/rtp_header_parser.cc', 103 'source/rtp_header_parser.cc',
104 'source/rtp_packet.cc', 104 'source/rtp_packet.cc',
105 'source/rtp_packet.h', 105 'source/rtp_packet.h',
106 'source/rtp_packet_received.h', 106 'source/rtp_packet_received.h',
107 'source/rtp_packet_to_send.h', 107 'source/rtp_packet_to_send.h',
108 'source/rtp_receiver_impl.cc', 108 'source/rtp_receiver_impl.cc',
109 'source/rtp_receiver_impl.h', 109 'source/rtp_receiver_impl.h',
110 'source/rtp_rtcp_config.h', 110 'source/rtp_rtcp_config.h',
111 'source/rtp_rtcp_defines_nullimpl.cc',
112 'source/rtp_rtcp_defines_nullimpl.h',
113 'source/rtp_rtcp_impl.cc', 111 'source/rtp_rtcp_impl.cc',
114 'source/rtp_rtcp_impl.h', 112 'source/rtp_rtcp_impl.h',
115 'source/rtp_sender.cc', 113 'source/rtp_sender.cc',
116 'source/rtp_sender.h', 114 'source/rtp_sender.h',
117 'source/rtp_utility.cc', 115 'source/rtp_utility.cc',
118 'source/rtp_utility.h', 116 'source/rtp_utility.h',
119 'source/ssrc_database.cc', 117 'source/ssrc_database.cc',
120 'source/ssrc_database.h', 118 'source/ssrc_database.h',
121 'source/time_util.cc', 119 'source/time_util.cc',
122 'source/time_util.h', 120 'source/time_util.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], 171 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
174 }, { 172 }, {
175 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], 173 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
176 }], 174 }],
177 ], 175 ],
178 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 176 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
179 'msvs_disabled_warnings': [ 4267, ], 177 'msvs_disabled_warnings': [ 4267, ],
180 }, 178 },
181 ], 179 ],
182 } 180 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h ('k') | webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698