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

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

Issue 281293002: Cast: Remove SenderRtcpEventSubscriber from cast library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | media/cast/cast_testing.gypi » ('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 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 'conditions': [ 10 'conditions': [
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'rtcp/rtcp_defines.cc', 140 'rtcp/rtcp_defines.cc',
141 'rtcp/rtcp_defines.h', 141 'rtcp/rtcp_defines.h',
142 'rtcp/rtcp.h', 142 'rtcp/rtcp.h',
143 'rtcp/rtcp.cc', 143 'rtcp/rtcp.cc',
144 'rtcp/rtcp_receiver.cc', 144 'rtcp/rtcp_receiver.cc',
145 'rtcp/rtcp_receiver.h', 145 'rtcp/rtcp_receiver.h',
146 'rtcp/rtcp_sender.cc', 146 'rtcp/rtcp_sender.cc',
147 'rtcp/rtcp_sender.h', 147 'rtcp/rtcp_sender.h',
148 'rtcp/rtcp_utility.cc', 148 'rtcp/rtcp_utility.cc',
149 'rtcp/rtcp_utility.h', 149 'rtcp/rtcp_utility.h',
150 'rtcp/sender_rtcp_event_subscriber.cc',
151 'rtcp/sender_rtcp_event_subscriber.h',
152 'rtcp/receiver_rtcp_event_subscriber.cc', 150 'rtcp/receiver_rtcp_event_subscriber.cc',
153 'rtcp/receiver_rtcp_event_subscriber.cc', 151 'rtcp/receiver_rtcp_event_subscriber.cc',
154 ], # source 152 ], # source
155 }, 153 },
156 { 154 {
157 'target_name': 'cast_sender', 155 'target_name': 'cast_sender',
158 'type': 'static_library', 156 'type': 'static_library',
159 'include_dirs': [ 157 'include_dirs': [
160 '<(DEPTH)/', 158 '<(DEPTH)/',
161 ], 159 ],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'transport/transport_audio_sender.cc', 220 'transport/transport_audio_sender.cc',
223 'transport/transport_audio_sender.h', 221 'transport/transport_audio_sender.h',
224 'transport/transport_video_sender.cc', 222 'transport/transport_video_sender.cc',
225 'transport/transport_video_sender.h', 223 'transport/transport_video_sender.h',
226 'transport/utility/transport_encryption_handler.cc', 224 'transport/utility/transport_encryption_handler.cc',
227 'transport/utility/transport_encryption_handler.h', 225 'transport/utility/transport_encryption_handler.h',
228 ], # source 226 ], # source
229 }, 227 },
230 ], 228 ],
231 } 229 }
OLDNEW
« no previous file with comments | « no previous file | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698