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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'signalthread_unittest.cc', | 93 'signalthread_unittest.cc', |
94 'sigslot_unittest.cc', | 94 'sigslot_unittest.cc', |
95 'sigslottester.h', | 95 'sigslottester.h', |
96 'sigslottester.h.pump', | 96 'sigslottester.h.pump', |
97 'stream_unittest.cc', | 97 'stream_unittest.cc', |
98 'stringencode_unittest.cc', | 98 'stringencode_unittest.cc', |
99 'stringutils_unittest.cc', | 99 'stringutils_unittest.cc', |
100 'swap_queue_unittest.cc', | 100 'swap_queue_unittest.cc', |
101 # TODO(ronghuawu): Reenable this test. | 101 # TODO(ronghuawu): Reenable this test. |
102 # 'systeminfo_unittest.cc', | 102 # 'systeminfo_unittest.cc', |
| 103 'task_queue_unittest.cc', |
103 'task_unittest.cc', | 104 'task_unittest.cc', |
104 'testclient_unittest.cc', | 105 'testclient_unittest.cc', |
105 'thread_checker_unittest.cc', | 106 'thread_checker_unittest.cc', |
106 'thread_unittest.cc', | 107 'thread_unittest.cc', |
107 'timeutils_unittest.cc', | 108 'timeutils_unittest.cc', |
108 'urlencode_unittest.cc', | 109 'urlencode_unittest.cc', |
109 'versionparsing_unittest.cc', | 110 'versionparsing_unittest.cc', |
110 # TODO(ronghuawu): Reenable this test. | 111 # TODO(ronghuawu): Reenable this test. |
111 # 'windowpicker_unittest.cc', | 112 # 'windowpicker_unittest.cc', |
112 ], | 113 ], |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 161 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
161 'defines': [ | 162 'defines': [ |
162 'CARBON_DEPRECATED=YES', | 163 'CARBON_DEPRECATED=YES', |
163 ], | 164 ], |
164 }], | 165 }], |
165 ], # conditions | 166 ], # conditions |
166 }, | 167 }, |
167 }, | 168 }, |
168 ], | 169 ], |
169 } | 170 } |
OLD | NEW |