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

Side by Side Diff: webrtc/video_engine/video_engine_core.gypi

Issue 1184443005: Remove implicit-int-conversion warnings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: size_t j Created 5 years, 6 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 | « webrtc/video_engine/report_block_stats.cc ('k') | webrtc/video_engine/vie_channel.cc » ('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 (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'report_block_stats.cc', 59 'report_block_stats.cc',
60 'stream_synchronization.cc', 60 'stream_synchronization.cc',
61 'vie_capturer.cc', 61 'vie_capturer.cc',
62 'vie_channel.cc', 62 'vie_channel.cc',
63 'vie_channel_group.cc', 63 'vie_channel_group.cc',
64 'vie_encoder.cc', 64 'vie_encoder.cc',
65 'vie_receiver.cc', 65 'vie_receiver.cc',
66 'vie_remb.cc', 66 'vie_remb.cc',
67 'vie_sync_module.cc', 67 'vie_sync_module.cc',
68 ], # source 68 ], # source
69 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
70 'msvs_disabled_warnings': [ 4267, ],
71 }, 69 },
72 ], # targets 70 ], # targets
73 'conditions': [ 71 'conditions': [
74 ['include_tests==1', { 72 ['include_tests==1', {
75 'targets': [ 73 'targets': [
76 { 74 {
77 'target_name': 'video_engine_core_unittests', 75 'target_name': 'video_engine_core_unittests',
78 'type': '<(gtest_target_type)', 76 'type': '<(gtest_target_type)',
79 'dependencies': [ 77 'dependencies': [
80 'video_engine_core', 78 'video_engine_core',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'sources': [ 128 'sources': [
131 'video_engine_core_unittests.isolate', 129 'video_engine_core_unittests.isolate',
132 ], 130 ],
133 }, 131 },
134 ], 132 ],
135 }], 133 }],
136 ], 134 ],
137 }], # include_tests 135 }], # include_tests
138 ], # conditions 136 ], # conditions
139 } 137 }
OLDNEW
« no previous file with comments | « webrtc/video_engine/report_block_stats.cc ('k') | webrtc/video_engine/vie_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698