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

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

Issue 1515433002: Replace uses of raw uint32's with a type-checked RtpTimeTicks data type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative workaround fix for win8_chromium_ng compile error. Created 4 years, 11 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/BUILD.gn ('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 20 matching lines...) Expand all
31 'cast_logging_proto', 31 'cast_logging_proto',
32 ], 32 ],
33 'sources': [ 33 'sources': [
34 'cast_config.cc', 34 'cast_config.cc',
35 'cast_config.h', 35 'cast_config.h',
36 'cast_defines.h', 36 'cast_defines.h',
37 'cast_environment.cc', 37 'cast_environment.cc',
38 'cast_environment.h', 38 'cast_environment.h',
39 'common/clock_drift_smoother.cc', 39 'common/clock_drift_smoother.cc',
40 'common/clock_drift_smoother.h', 40 'common/clock_drift_smoother.h',
41 'common/expanded_value_base.h',
42 'common/rtp_time.cc',
43 'common/rtp_time.h',
41 'common/transport_encryption_handler.cc', 44 'common/transport_encryption_handler.cc',
42 'common/transport_encryption_handler.h', 45 'common/transport_encryption_handler.h',
43 'constants.h', 46 'constants.h',
44 'logging/encoding_event_subscriber.cc', 47 'logging/encoding_event_subscriber.cc',
45 'logging/encoding_event_subscriber.h', 48 'logging/encoding_event_subscriber.h',
46 'logging/log_deserializer.cc', 49 'logging/log_deserializer.cc',
47 'logging/log_deserializer.h', 50 'logging/log_deserializer.h',
48 'logging/log_event_dispatcher.cc', 51 'logging/log_event_dispatcher.cc',
49 'logging/log_event_dispatcher.h', 52 'logging/log_event_dispatcher.h',
50 'logging/log_serializer.cc', 53 'logging/log_serializer.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'net/rtp/rtp_parser.cc', 257 'net/rtp/rtp_parser.cc',
255 'net/rtp/rtp_parser.h', 258 'net/rtp/rtp_parser.h',
256 'net/rtp/rtp_sender.cc', 259 'net/rtp/rtp_sender.cc',
257 'net/rtp/rtp_sender.h', 260 'net/rtp/rtp_sender.h',
258 'net/udp_transport.cc', 261 'net/udp_transport.cc',
259 'net/udp_transport.h', 262 'net/udp_transport.h',
260 ], # sources 263 ], # sources
261 }, 264 },
262 ], 265 ],
263 } 266 }
OLDNEW
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698