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

Side by Side Diff: media/cast/cast_testing.gypi

Issue 1377273003: cast: cleanup rtp header and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 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 | « media/cast/cast.gyp ('k') | media/cast/net/rtp/cast_message_builder.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //media/cast:test_support 8 # GN version: //media/cast:test_support
9 'target_name': 'cast_test_utility', 9 'target_name': 'cast_test_utility',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 # TODO(miu): The following two are test utility modules. Rename/move the files. 96 # TODO(miu): The following two are test utility modules. Rename/move the files.
97 'net/rtcp/test_rtcp_packet_builder.cc', 97 'net/rtcp/test_rtcp_packet_builder.cc',
98 'net/rtcp/test_rtcp_packet_builder.h', 98 'net/rtcp/test_rtcp_packet_builder.h',
99 'net/rtp/cast_message_builder_unittest.cc', 99 'net/rtp/cast_message_builder_unittest.cc',
100 'net/rtp/frame_buffer_unittest.cc', 100 'net/rtp/frame_buffer_unittest.cc',
101 'net/rtp/framer_unittest.cc', 101 'net/rtp/framer_unittest.cc',
102 'net/rtp/mock_rtp_payload_feedback.cc', 102 'net/rtp/mock_rtp_payload_feedback.cc',
103 'net/rtp/mock_rtp_payload_feedback.h', 103 'net/rtp/mock_rtp_payload_feedback.h',
104 'net/rtp/packet_storage_unittest.cc', 104 'net/rtp/packet_storage_unittest.cc',
105 'net/rtp/receiver_stats_unittest.cc', 105 'net/rtp/receiver_stats_unittest.cc',
106 'net/rtp/rtp_header_parser.cc',
107 'net/rtp/rtp_header_parser.h',
108 'net/rtp/rtp_packet_builder.cc', 106 'net/rtp/rtp_packet_builder.cc',
109 'net/rtp/rtp_packetizer_unittest.cc', 107 'net/rtp/rtp_packetizer_unittest.cc',
108 'net/rtp/rtp_parser.cc',
109 'net/rtp/rtp_parser.h',
110 'net/rtp/rtp_parser_unittest.cc', 110 'net/rtp/rtp_parser_unittest.cc',
111 'net/rtp/rtp_receiver_defines.h',
112 'net/udp_transport_unittest.cc', 111 'net/udp_transport_unittest.cc',
113 'receiver/audio_decoder_unittest.cc', 112 'receiver/audio_decoder_unittest.cc',
114 'receiver/frame_receiver_unittest.cc', 113 'receiver/frame_receiver_unittest.cc',
115 'receiver/video_decoder_unittest.cc', 114 'receiver/video_decoder_unittest.cc',
116 'sender/audio_encoder_unittest.cc', 115 'sender/audio_encoder_unittest.cc',
117 'sender/audio_sender_unittest.cc', 116 'sender/audio_sender_unittest.cc',
118 'sender/congestion_control_unittest.cc', 117 'sender/congestion_control_unittest.cc',
119 'sender/external_video_encoder_unittest.cc', 118 'sender/external_video_encoder_unittest.cc',
120 'sender/fake_video_encode_accelerator_factory.cc', 119 'sender/fake_video_encode_accelerator_factory.cc',
121 'sender/fake_video_encode_accelerator_factory.h', 120 'sender/fake_video_encode_accelerator_factory.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 386 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
388 ], 387 ],
389 } 388 }
390 ], 389 ],
391 ], 390 ],
392 }, 391 },
393 ], 392 ],
394 }], 393 }],
395 ], # conditions 394 ], # conditions
396 } 395 }
OLDNEW
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/net/rtp/cast_message_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698