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

Side by Side Diff: media/cast/cast.gyp

Issue 225023010: [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'include_tests%': 1, 7 'include_tests%': 1,
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'rtcp/rtcp_sender_unittest.cc', 58 'rtcp/rtcp_sender_unittest.cc',
59 'rtcp/rtcp_unittest.cc', 59 'rtcp/rtcp_unittest.cc',
60 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', 60 'rtcp/receiver_rtcp_event_subscriber_unittest.cc',
61 'rtcp/sender_rtcp_event_subscriber_unittest.cc', 61 'rtcp/sender_rtcp_event_subscriber_unittest.cc',
62 'rtp_receiver/rtp_receiver_defines.h', 62 'rtp_receiver/rtp_receiver_defines.h',
63 'rtp_receiver/mock_rtp_payload_feedback.cc', 63 'rtp_receiver/mock_rtp_payload_feedback.cc',
64 'rtp_receiver/mock_rtp_payload_feedback.h', 64 'rtp_receiver/mock_rtp_payload_feedback.h',
65 'rtp_receiver/receiver_stats_unittest.cc', 65 'rtp_receiver/receiver_stats_unittest.cc',
66 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc', 66 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc',
67 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc', 67 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc',
68 'test/encode_decode_test.cc',
69 'test/end2end_unittest.cc', 68 'test/end2end_unittest.cc',
70 'test/fake_single_thread_task_runner.cc', 69 'test/fake_single_thread_task_runner.cc',
71 'test/fake_single_thread_task_runner.h', 70 'test/fake_single_thread_task_runner.h',
72 'test/fake_video_encode_accelerator.cc', 71 'test/fake_video_encode_accelerator.cc',
73 'test/fake_video_encode_accelerator.h', 72 'test/fake_video_encode_accelerator.h',
74 'test/utility/audio_utility_unittest.cc', 73 'test/utility/audio_utility_unittest.cc',
75 'test/utility/barcode_unittest.cc', 74 'test/utility/barcode_unittest.cc',
76 'transport/cast_transport_sender_impl_unittest.cc', 75 'transport/cast_transport_sender_impl_unittest.cc',
77 'transport/pacing/mock_paced_packet_sender.cc', 76 'transport/pacing/mock_paced_packet_sender.cc',
78 'transport/pacing/mock_paced_packet_sender.h', 77 'transport/pacing/mock_paced_packet_sender.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 '<(DEPTH)/media/cast/test/linux_output_window.cc', 140 '<(DEPTH)/media/cast/test/linux_output_window.cc',
142 '<(DEPTH)/media/cast/test/linux_output_window.h', 141 '<(DEPTH)/media/cast/test/linux_output_window.h',
143 ], 142 ],
144 }], 143 }],
145 ], 144 ],
146 }, 145 },
147 ], # targets 146 ], # targets
148 }], # include_tests 147 }], # include_tests
149 ], 148 ],
150 } 149 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698