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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 2299633002: Remove all reference to carbon api (Closed)
Patch Set: Fix chromium build errors Created 4 years, 3 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/modules/desktop_capture/mac/desktop_configuration.h ('k') | no next file » | 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'base/macutils_unittest.cc', 158 'base/macutils_unittest.cc',
159 ], 159 ],
160 }], 160 }],
161 ['os_posix==1', { 161 ['os_posix==1', {
162 'sources': [ 162 'sources': [
163 'base/ssladapter_unittest.cc', 163 'base/ssladapter_unittest.cc',
164 'base/sslidentity_unittest.cc', 164 'base/sslidentity_unittest.cc',
165 'base/sslstreamadapter_unittest.cc', 165 'base/sslstreamadapter_unittest.cc',
166 ], 166 ],
167 }], 167 }],
168 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
169 'defines': [
170 'CARBON_DEPRECATED=YES',
171 ],
172 }],
173 ['use_quic==1', { 168 ['use_quic==1', {
174 'sources': [ 169 'sources': [
175 'p2p/quic/quicconnectionhelper_unittest.cc', 170 'p2p/quic/quicconnectionhelper_unittest.cc',
176 'p2p/quic/quicsession_unittest.cc', 171 'p2p/quic/quicsession_unittest.cc',
177 'p2p/quic/quictransport_unittest.cc', 172 'p2p/quic/quictransport_unittest.cc',
178 'p2p/quic/quictransportchannel_unittest.cc', 173 'p2p/quic/quictransportchannel_unittest.cc',
179 'p2p/quic/reliablequicstream_unittest.cc', 174 'p2p/quic/reliablequicstream_unittest.cc',
180 ], 175 ],
181 }], 176 }],
182 ['OS=="android"', { 177 ['OS=="android"', {
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ['OS=="win"', { 491 ['OS=="win"', {
497 'sources': [ 492 'sources': [
498 'base/win32socketserver_unittest.cc', 493 'base/win32socketserver_unittest.cc',
499 ], 494 ],
500 }], 495 }],
501 ['OS=="mac"', { 496 ['OS=="mac"', {
502 'sources': [ 497 'sources': [
503 'base/macsocketserver_unittest.cc', 498 'base/macsocketserver_unittest.cc',
504 ], 499 ],
505 }], 500 }],
506 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
507 'defines': [
508 'CARBON_DEPRECATED=YES',
509 ],
510 }],
511 ], 501 ],
512 }, 502 },
513 ], 503 ],
514 'conditions': [ 504 'conditions': [
515 ['OS=="android"', { 505 ['OS=="android"', {
516 'targets': [ 506 'targets': [
517 { 507 {
518 'target_name': 'rtc_unittests_apk_target', 508 'target_name': 'rtc_unittests_apk_target',
519 'type': 'none', 509 'type': 'none',
520 'dependencies': [ 510 'dependencies': [
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'build/isolate.gypi', 652 'build/isolate.gypi',
663 ], 653 ],
664 'sources': [ 654 'sources': [
665 'webrtc_perf_tests.isolate', 655 'webrtc_perf_tests.isolate',
666 ], 656 ],
667 }, 657 },
668 ], 658 ],
669 }], 659 }],
670 ], 660 ],
671 } 661 }
OLDNEW
« no previous file with comments | « webrtc/modules/desktop_capture/mac/desktop_configuration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698