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

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

Issue 281453003: Cast: Simplify code path for RTCP sender report (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged 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 | Annotate | Revision Log
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/cast_defines.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 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'logging/raw_event_subscriber.h', 48 'logging/raw_event_subscriber.h',
49 'logging/raw_event_subscriber_bundle.cc', 49 'logging/raw_event_subscriber_bundle.cc',
50 'logging/raw_event_subscriber_bundle.h', 50 'logging/raw_event_subscriber_bundle.h',
51 'logging/receiver_time_offset_estimator.h', 51 'logging/receiver_time_offset_estimator.h',
52 'logging/receiver_time_offset_estimator_impl.cc', 52 'logging/receiver_time_offset_estimator_impl.cc',
53 'logging/receiver_time_offset_estimator_impl.h', 53 'logging/receiver_time_offset_estimator_impl.h',
54 'logging/simple_event_subscriber.cc', 54 'logging/simple_event_subscriber.cc',
55 'logging/simple_event_subscriber.h', 55 'logging/simple_event_subscriber.h',
56 'logging/stats_event_subscriber.cc', 56 'logging/stats_event_subscriber.cc',
57 'logging/stats_event_subscriber.h', 57 'logging/stats_event_subscriber.h',
58 'rtp_timestamp_helper.cc',
59 'rtp_timestamp_helper.h',
58 'transport/cast_transport_config.cc', 60 'transport/cast_transport_config.cc',
59 'transport/cast_transport_config.h', 61 'transport/cast_transport_config.h',
60 'transport/cast_transport_defines.h', 62 'transport/cast_transport_defines.h',
61 'transport/cast_transport_sender.h', 63 'transport/cast_transport_sender.h',
62 ], # source 64 ], # source
63 }, 65 },
64 { 66 {
65 'target_name': 'cast_logging_proto', 67 'target_name': 'cast_logging_proto',
66 'type': 'static_library', 68 'type': 'static_library',
67 'include_dirs': [ 69 'include_dirs': [
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'transport/transport_audio_sender.cc', 222 'transport/transport_audio_sender.cc',
221 'transport/transport_audio_sender.h', 223 'transport/transport_audio_sender.h',
222 'transport/transport_video_sender.cc', 224 'transport/transport_video_sender.cc',
223 'transport/transport_video_sender.h', 225 'transport/transport_video_sender.h',
224 'transport/utility/transport_encryption_handler.cc', 226 'transport/utility/transport_encryption_handler.cc',
225 'transport/utility/transport_encryption_handler.h', 227 'transport/utility/transport_encryption_handler.h',
226 ], # source 228 ], # source
227 }, 229 },
228 ], 230 ],
229 } 231 }
OLDNEW
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698