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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1841453004: RtpPacket class introduced. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: added empty lines Created 4 years, 8 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 | « no previous file | webrtc/modules/rtp_rtcp/BUILD.gn » ('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) 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 'includes': [ 10 'includes': [
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'rtp_rtcp/source/rtcp_receiver_unittest.cc', 330 'rtp_rtcp/source/rtcp_receiver_unittest.cc',
331 'rtp_rtcp/source/rtcp_sender_unittest.cc', 331 'rtp_rtcp/source/rtcp_sender_unittest.cc',
332 'rtp_rtcp/source/rtcp_utility_unittest.cc', 332 'rtp_rtcp/source/rtcp_utility_unittest.cc',
333 'rtp_rtcp/source/rtp_fec_unittest.cc', 333 'rtp_rtcp/source/rtp_fec_unittest.cc',
334 'rtp_rtcp/source/rtp_format_h264_unittest.cc', 334 'rtp_rtcp/source/rtp_format_h264_unittest.cc',
335 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc', 335 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc',
336 'rtp_rtcp/source/rtp_format_vp8_test_helper.h', 336 'rtp_rtcp/source/rtp_format_vp8_test_helper.h',
337 'rtp_rtcp/source/rtp_format_vp8_unittest.cc', 337 'rtp_rtcp/source/rtp_format_vp8_unittest.cc',
338 'rtp_rtcp/source/rtp_format_vp9_unittest.cc', 338 'rtp_rtcp/source/rtp_format_vp9_unittest.cc',
339 'rtp_rtcp/source/rtp_packet_history_unittest.cc', 339 'rtp_rtcp/source/rtp_packet_history_unittest.cc',
340 'rtp_rtcp/source/rtp_packet_unittest.cc',
340 'rtp_rtcp/source/rtp_payload_registry_unittest.cc', 341 'rtp_rtcp/source/rtp_payload_registry_unittest.cc',
341 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc', 342 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc',
342 'rtp_rtcp/source/rtp_header_extension_unittest.cc', 343 'rtp_rtcp/source/rtp_header_extension_unittest.cc',
343 'rtp_rtcp/source/rtp_sender_unittest.cc', 344 'rtp_rtcp/source/rtp_sender_unittest.cc',
344 'rtp_rtcp/source/time_util_unittest.cc', 345 'rtp_rtcp/source/time_util_unittest.cc',
345 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', 346 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc',
346 'rtp_rtcp/test/testAPI/test_api.cc', 347 'rtp_rtcp/test/testAPI/test_api.cc',
347 'rtp_rtcp/test/testAPI/test_api.h', 348 'rtp_rtcp/test/testAPI/test_api.h',
348 'rtp_rtcp/test/testAPI/test_api_audio.cc', 349 'rtp_rtcp/test/testAPI/test_api_audio.cc',
349 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', 350 'rtp_rtcp/test/testAPI/test_api_rtcp.cc',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'sources': [ 795 'sources': [
795 'video_render_tests.isolate', 796 'video_render_tests.isolate',
796 ], 797 ],
797 }, 798 },
798 ], 799 ],
799 }], 800 }],
800 ], 801 ],
801 }], # include_tests 802 }], # include_tests
802 ], # conditions 803 ], # conditions
803 } 804 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698