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

Side by Side Diff: webrtc/test/test.gyp

Issue 1713493002: Roll chromium_revision 1d144ca..fa5d546 (375480:376142) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: A collection of fixes Created 4 years, 10 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/supplement.gypi ('k') | webrtc/webrtc_examples.gyp » ('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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 23 matching lines...) Expand all
34 'channel_transport/udp_socket_wrapper.cc', 34 'channel_transport/udp_socket_wrapper.cc',
35 'channel_transport/udp_socket_wrapper.h', 35 'channel_transport/udp_socket_wrapper.h',
36 'channel_transport/udp_socket2_manager_win.cc', 36 'channel_transport/udp_socket2_manager_win.cc',
37 'channel_transport/udp_socket2_manager_win.h', 37 'channel_transport/udp_socket2_manager_win.h',
38 'channel_transport/udp_socket2_win.cc', 38 'channel_transport/udp_socket2_win.cc',
39 'channel_transport/udp_socket2_win.h', 39 'channel_transport/udp_socket2_win.h',
40 'channel_transport/udp_transport.h', 40 'channel_transport/udp_transport.h',
41 'channel_transport/udp_transport_impl.cc', 41 'channel_transport/udp_transport_impl.cc',
42 'channel_transport/udp_transport_impl.h', 42 'channel_transport/udp_transport_impl.h',
43 ], 43 ],
44 'msvs_disabled_warnings': [
45 4302, # cast truncation
46 ],
44 'conditions': [ 47 'conditions': [
45 ['OS=="win" and clang==1', { 48 ['OS=="win" and clang==1', {
46 'msvs_settings': { 49 'msvs_settings': {
47 'VCCLCompilerTool': { 50 'VCCLCompilerTool': {
48 'AdditionalOptions': [ 51 'AdditionalOptions': [
49 # Disable warnings failing when compiling with Clang on Windows. 52 # Disable warnings failing when compiling with Clang on Windows.
50 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366 53 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366
51 '-Wno-parentheses-equality', 54 '-Wno-parentheses-equality',
52 '-Wno-reorder', 55 '-Wno-reorder',
53 '-Wno-tautological-constant-out-of-range-compare', 56 '-Wno-tautological-constant-out-of-range-compare',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '../build/isolate.gypi', 263 '../build/isolate.gypi',
261 ], 264 ],
262 'sources': [ 265 'sources': [
263 'test_support_unittests.isolate', 266 'test_support_unittests.isolate',
264 ], 267 ],
265 }, 268 },
266 ], 269 ],
267 }], 270 }],
268 ], 271 ],
269 } 272 }
OLDNEW
« no previous file with comments | « webrtc/supplement.gypi ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698