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

Side by Side Diff: webrtc/base/base_tests.gyp

Issue 1413763003: Introduce rtc::Maybe<T>, which either contains a T or not. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: MSVC lacks support for C++11 =default for move construction and assignment Created 5 years, 2 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
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'includes': [ '../build/common.gypi', ], 9 'includes': [ '../build/common.gypi', ],
10 'targets': [ 10 'targets': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'event_unittest.cc', 63 'event_unittest.cc',
64 'exp_filter_unittest.cc', 64 'exp_filter_unittest.cc',
65 'filerotatingstream_unittest.cc', 65 'filerotatingstream_unittest.cc',
66 'fileutils_unittest.cc', 66 'fileutils_unittest.cc',
67 'helpers_unittest.cc', 67 'helpers_unittest.cc',
68 'httpbase_unittest.cc', 68 'httpbase_unittest.cc',
69 'httpcommon_unittest.cc', 69 'httpcommon_unittest.cc',
70 'httpserver_unittest.cc', 70 'httpserver_unittest.cc',
71 'ipaddress_unittest.cc', 71 'ipaddress_unittest.cc',
72 'logging_unittest.cc', 72 'logging_unittest.cc',
73 'maybe_unittest.cc',
73 'md5digest_unittest.cc', 74 'md5digest_unittest.cc',
74 'messagedigest_unittest.cc', 75 'messagedigest_unittest.cc',
75 'messagequeue_unittest.cc', 76 'messagequeue_unittest.cc',
76 'multipart_unittest.cc', 77 'multipart_unittest.cc',
77 'nat_unittest.cc', 78 'nat_unittest.cc',
78 'network_unittest.cc', 79 'network_unittest.cc',
79 'nullsocketserver_unittest.cc', 80 'nullsocketserver_unittest.cc',
80 'optionsfile_unittest.cc', 81 'optionsfile_unittest.cc',
81 'pathutils_unittest.cc', 82 'pathutils_unittest.cc',
82 'physicalsocketserver_unittest.cc', 83 'physicalsocketserver_unittest.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 157 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
157 'defines': [ 158 'defines': [
158 'CARBON_DEPRECATED=YES', 159 'CARBON_DEPRECATED=YES',
159 ], 160 ],
160 }], 161 }],
161 ], # conditions 162 ], # conditions
162 }, 163 },
163 }, 164 },
164 ], 165 ],
165 } 166 }
OLDNEW
« no previous file with comments | « webrtc/base/base.gyp ('k') | webrtc/base/maybe.h » ('j') | webrtc/base/maybe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698