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 'includes': [ '../build/common.gypi', ], | 9 'includes': [ '../build/common.gypi', ], |
10 'targets': [ | 10 'targets': [ |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'httpserver_unittest.cc', | 72 'httpserver_unittest.cc', |
73 'ipaddress_unittest.cc', | 73 'ipaddress_unittest.cc', |
74 'logging_unittest.cc', | 74 'logging_unittest.cc', |
75 'md5digest_unittest.cc', | 75 'md5digest_unittest.cc', |
76 'messagedigest_unittest.cc', | 76 'messagedigest_unittest.cc', |
77 'messagequeue_unittest.cc', | 77 'messagequeue_unittest.cc', |
78 'mod_ops_unittest.cc', | 78 'mod_ops_unittest.cc', |
79 'multipart_unittest.cc', | 79 'multipart_unittest.cc', |
80 'nat_unittest.cc', | 80 'nat_unittest.cc', |
81 'network_unittest.cc', | 81 'network_unittest.cc', |
| 82 'onetimeevent_unittest.cc', |
82 'optional_unittest.cc', | 83 'optional_unittest.cc', |
83 'optionsfile_unittest.cc', | 84 'optionsfile_unittest.cc', |
84 'pathutils_unittest.cc', | 85 'pathutils_unittest.cc', |
85 'platform_thread_unittest.cc', | 86 'platform_thread_unittest.cc', |
86 'profiler_unittest.cc', | 87 'profiler_unittest.cc', |
87 'proxy_unittest.cc', | 88 'proxy_unittest.cc', |
88 'proxydetect_unittest.cc', | 89 'proxydetect_unittest.cc', |
89 'random_unittest.cc', | 90 'random_unittest.cc', |
90 'rate_statistics_unittest.cc', | 91 'rate_statistics_unittest.cc', |
91 'ratelimiter_unittest.cc', | 92 'ratelimiter_unittest.cc', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 167 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
167 'defines': [ | 168 'defines': [ |
168 'CARBON_DEPRECATED=YES', | 169 'CARBON_DEPRECATED=YES', |
169 ], | 170 ], |
170 }], | 171 }], |
171 ], # conditions | 172 ], # conditions |
172 }, | 173 }, |
173 }, | 174 }, |
174 ], | 175 ], |
175 } | 176 } |
OLD | NEW |