OLD | NEW |
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'base/macutils_unittest.cc', | 157 'base/macutils_unittest.cc', |
158 ], | 158 ], |
159 }], | 159 }], |
160 ['os_posix==1', { | 160 ['os_posix==1', { |
161 'sources': [ | 161 'sources': [ |
162 'base/ssladapter_unittest.cc', | 162 'base/ssladapter_unittest.cc', |
163 'base/sslidentity_unittest.cc', | 163 'base/sslidentity_unittest.cc', |
164 'base/sslstreamadapter_unittest.cc', | 164 'base/sslstreamadapter_unittest.cc', |
165 ], | 165 ], |
166 }], | 166 }], |
167 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | |
168 'defines': [ | |
169 'CARBON_DEPRECATED=YES', | |
170 ], | |
171 }], | |
172 ['use_quic==1', { | 167 ['use_quic==1', { |
173 'sources': [ | 168 'sources': [ |
174 'p2p/quic/quicconnectionhelper_unittest.cc', | 169 'p2p/quic/quicconnectionhelper_unittest.cc', |
175 'p2p/quic/quicsession_unittest.cc', | 170 'p2p/quic/quicsession_unittest.cc', |
176 'p2p/quic/quictransport_unittest.cc', | 171 'p2p/quic/quictransport_unittest.cc', |
177 'p2p/quic/quictransportchannel_unittest.cc', | 172 'p2p/quic/quictransportchannel_unittest.cc', |
178 'p2p/quic/reliablequicstream_unittest.cc', | 173 'p2p/quic/reliablequicstream_unittest.cc', |
179 ], | 174 ], |
180 }], | 175 }], |
181 ['OS=="android"', { | 176 ['OS=="android"', { |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 ['OS=="win"', { | 489 ['OS=="win"', { |
495 'sources': [ | 490 'sources': [ |
496 'base/win32socketserver_unittest.cc', | 491 'base/win32socketserver_unittest.cc', |
497 ], | 492 ], |
498 }], | 493 }], |
499 ['OS=="mac"', { | 494 ['OS=="mac"', { |
500 'sources': [ | 495 'sources': [ |
501 'base/macsocketserver_unittest.cc', | 496 'base/macsocketserver_unittest.cc', |
502 ], | 497 ], |
503 }], | 498 }], |
504 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | |
505 'defines': [ | |
506 'CARBON_DEPRECATED=YES', | |
507 ], | |
508 }], | |
509 ], | 499 ], |
510 }, | 500 }, |
511 ], | 501 ], |
512 'conditions': [ | 502 'conditions': [ |
513 ['OS=="android"', { | 503 ['OS=="android"', { |
514 'targets': [ | 504 'targets': [ |
515 { | 505 { |
516 'target_name': 'rtc_unittests_apk_target', | 506 'target_name': 'rtc_unittests_apk_target', |
517 'type': 'none', | 507 'type': 'none', |
518 'dependencies': [ | 508 'dependencies': [ |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 'build/isolate.gypi', | 650 'build/isolate.gypi', |
661 ], | 651 ], |
662 'sources': [ | 652 'sources': [ |
663 'webrtc_perf_tests.isolate', | 653 'webrtc_perf_tests.isolate', |
664 ], | 654 ], |
665 }, | 655 }, |
666 ], | 656 ], |
667 }], | 657 }], |
668 ], | 658 ], |
669 } | 659 } |
OLD | NEW |