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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'scopedptrcollection_unittest.cc', | 96 'scopedptrcollection_unittest.cc', |
97 'sha1digest_unittest.cc', | 97 'sha1digest_unittest.cc', |
98 'sharedexclusivelock_unittest.cc', | 98 'sharedexclusivelock_unittest.cc', |
99 'signalthread_unittest.cc', | 99 'signalthread_unittest.cc', |
100 'sigslot_unittest.cc', | 100 'sigslot_unittest.cc', |
101 'sigslottester.h', | 101 'sigslottester.h', |
102 'sigslottester.h.pump', | 102 'sigslottester.h.pump', |
103 'stream_unittest.cc', | 103 'stream_unittest.cc', |
104 'stringencode_unittest.cc', | 104 'stringencode_unittest.cc', |
105 'stringutils_unittest.cc', | 105 'stringutils_unittest.cc', |
| 106 'swap_queue_unittest.cc', |
106 # TODO(ronghuawu): Reenable this test. | 107 # TODO(ronghuawu): Reenable this test. |
107 # 'systeminfo_unittest.cc', | 108 # 'systeminfo_unittest.cc', |
108 'task_unittest.cc', | 109 'task_unittest.cc', |
109 'testclient_unittest.cc', | 110 'testclient_unittest.cc', |
110 'thread_checker_unittest.cc', | 111 'thread_checker_unittest.cc', |
111 'thread_unittest.cc', | 112 'thread_unittest.cc', |
112 'timeutils_unittest.cc', | 113 'timeutils_unittest.cc', |
113 'urlencode_unittest.cc', | 114 'urlencode_unittest.cc', |
114 'versionparsing_unittest.cc', | 115 'versionparsing_unittest.cc', |
115 # TODO(ronghuawu): Reenable this test. | 116 # TODO(ronghuawu): Reenable this test. |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 166 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
166 'defines': [ | 167 'defines': [ |
167 'CARBON_DEPRECATED=YES', | 168 'CARBON_DEPRECATED=YES', |
168 ], | 169 ], |
169 }], | 170 }], |
170 ], # conditions | 171 ], # conditions |
171 }, | 172 }, |
172 }, | 173 }, |
173 ], | 174 ], |
174 } | 175 } |
OLD | NEW |