OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'mac/foundation_util_unittest.mm', | 169 'mac/foundation_util_unittest.mm', |
170 'mac/mac_util_unittest.mm', | 170 'mac/mac_util_unittest.mm', |
171 'mac/objc_property_releaser_unittest.mm', | 171 'mac/objc_property_releaser_unittest.mm', |
172 'mac/scoped_sending_event_unittest.mm', | 172 'mac/scoped_sending_event_unittest.mm', |
173 'md5_unittest.cc', | 173 'md5_unittest.cc', |
174 'memory/linked_ptr_unittest.cc', | 174 'memory/linked_ptr_unittest.cc', |
175 'memory/mru_cache_unittest.cc', | 175 'memory/mru_cache_unittest.cc', |
176 'memory/ref_counted_memory_unittest.cc', | 176 'memory/ref_counted_memory_unittest.cc', |
177 'memory/ref_counted_unittest.cc', | 177 'memory/ref_counted_unittest.cc', |
178 'memory/scoped_ptr_unittest.cc', | 178 'memory/scoped_ptr_unittest.cc', |
| 179 'memory/scoped_ptr_unittest.nc', |
179 'memory/scoped_vector_unittest.cc', | 180 'memory/scoped_vector_unittest.cc', |
180 'memory/singleton_unittest.cc', | 181 'memory/singleton_unittest.cc', |
181 'memory/weak_ptr_unittest.cc', | 182 'memory/weak_ptr_unittest.cc', |
182 'message_loop_proxy_impl_unittest.cc', | 183 'message_loop_proxy_impl_unittest.cc', |
183 'message_loop_proxy_unittest.cc', | 184 'message_loop_proxy_unittest.cc', |
184 'message_loop_unittest.cc', | 185 'message_loop_unittest.cc', |
185 'message_pump_glib_unittest.cc', | 186 'message_pump_glib_unittest.cc', |
186 'message_pump_libevent_unittest.cc', | 187 'message_pump_libevent_unittest.cc', |
187 'metrics/field_trial_unittest.cc', | 188 'metrics/field_trial_unittest.cc', |
188 'metrics/histogram_unittest.cc', | 189 'metrics/histogram_unittest.cc', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 'msvs_settings': { | 465 'msvs_settings': { |
465 'VCLinkerTool': { | 466 'VCLinkerTool': { |
466 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 467 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
467 }, | 468 }, |
468 }, | 469 }, |
469 }, | 470 }, |
470 ], | 471 ], |
471 }], | 472 }], |
472 ], | 473 ], |
473 } | 474 } |
OLD | NEW |