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

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

Issue 1506883005: Revert of RTCCertificate::Expires() and ::HasExpired() implemented (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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 | « no previous file | webrtc/base/fakesslidentity.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 (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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'optionsfile_unittest.cc', 81 'optionsfile_unittest.cc',
82 'pathutils_unittest.cc', 82 'pathutils_unittest.cc',
83 'platform_thread_unittest.cc', 83 'platform_thread_unittest.cc',
84 'profiler_unittest.cc', 84 'profiler_unittest.cc',
85 'proxy_unittest.cc', 85 'proxy_unittest.cc',
86 'proxydetect_unittest.cc', 86 'proxydetect_unittest.cc',
87 'ratelimiter_unittest.cc', 87 'ratelimiter_unittest.cc',
88 'ratetracker_unittest.cc', 88 'ratetracker_unittest.cc',
89 'referencecountedsingletonfactory_unittest.cc', 89 'referencecountedsingletonfactory_unittest.cc',
90 'rollingaccumulator_unittest.cc', 90 'rollingaccumulator_unittest.cc',
91 'rtccertificate_unittests.cc',
92 'scopedptrcollection_unittest.cc', 91 'scopedptrcollection_unittest.cc',
93 'sha1digest_unittest.cc', 92 'sha1digest_unittest.cc',
94 'sharedexclusivelock_unittest.cc', 93 'sharedexclusivelock_unittest.cc',
95 'signalthread_unittest.cc', 94 'signalthread_unittest.cc',
96 'sigslot_unittest.cc', 95 'sigslot_unittest.cc',
97 'sigslottester.h', 96 'sigslottester.h',
98 'sigslottester.h.pump', 97 'sigslottester.h.pump',
99 'stream_unittest.cc', 98 'stream_unittest.cc',
100 'stringencode_unittest.cc', 99 'stringencode_unittest.cc',
101 'stringutils_unittest.cc', 100 'stringutils_unittest.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 147 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
149 'defines': [ 148 'defines': [
150 'CARBON_DEPRECATED=YES', 149 'CARBON_DEPRECATED=YES',
151 ], 150 ],
152 }], 151 }],
153 ], # conditions 152 ], # conditions
154 }, 153 },
155 }, 154 },
156 ], 155 ],
157 } 156 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/fakesslidentity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698