| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'json/json_reader_unittest.cc', | 153 'json/json_reader_unittest.cc', |
| 154 'json/json_value_serializer_unittest.cc', | 154 'json/json_value_serializer_unittest.cc', |
| 155 'json/json_writer_unittest.cc', | 155 'json/json_writer_unittest.cc', |
| 156 'json/string_escape_unittest.cc', | 156 'json/string_escape_unittest.cc', |
| 157 'lazy_instance_unittest.cc', | 157 'lazy_instance_unittest.cc', |
| 158 'linked_list_unittest.cc', | 158 'linked_list_unittest.cc', |
| 159 'logging_unittest.cc', | 159 'logging_unittest.cc', |
| 160 'mac/foundation_util_unittest.mm', | 160 'mac/foundation_util_unittest.mm', |
| 161 'mac/mac_util_unittest.mm', | 161 'mac/mac_util_unittest.mm', |
| 162 'mac/objc_property_releaser_unittest.mm', | 162 'mac/objc_property_releaser_unittest.mm', |
| 163 'mac/scoped_sending_event_unittest.mm', |
| 163 'md5_unittest.cc', | 164 'md5_unittest.cc', |
| 164 'memory/linked_ptr_unittest.cc', | 165 'memory/linked_ptr_unittest.cc', |
| 165 'memory/mru_cache_unittest.cc', | 166 'memory/mru_cache_unittest.cc', |
| 166 'memory/ref_counted_memory_unittest.cc', | 167 'memory/ref_counted_memory_unittest.cc', |
| 167 'memory/ref_counted_unittest.cc', | 168 'memory/ref_counted_unittest.cc', |
| 168 'memory/scoped_ptr_unittest.cc', | 169 'memory/scoped_ptr_unittest.cc', |
| 169 'memory/scoped_vector_unittest.cc', | 170 'memory/scoped_vector_unittest.cc', |
| 170 'memory/singleton_unittest.cc', | 171 'memory/singleton_unittest.cc', |
| 171 'memory/weak_ptr_unittest.cc', | 172 'memory/weak_ptr_unittest.cc', |
| 172 'message_loop_proxy_impl_unittest.cc', | 173 'message_loop_proxy_impl_unittest.cc', |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'msvs_settings': { | 447 'msvs_settings': { |
| 447 'VCLinkerTool': { | 448 'VCLinkerTool': { |
| 448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 449 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 449 }, | 450 }, |
| 450 }, | 451 }, |
| 451 }, | 452 }, |
| 452 ], | 453 ], |
| 453 }], | 454 }], |
| 454 ], | 455 ], |
| 455 } | 456 } |
| OLD | NEW |