| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'json/json_writer_unittest.cc', | 164 'json/json_writer_unittest.cc', |
| 165 'json/string_escape_unittest.cc', | 165 'json/string_escape_unittest.cc', |
| 166 'lazy_instance_unittest.cc', | 166 'lazy_instance_unittest.cc', |
| 167 'linked_list_unittest.cc', | 167 'linked_list_unittest.cc', |
| 168 'logging_unittest.cc', | 168 'logging_unittest.cc', |
| 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/aligned_memory_unittest.cc', |
| 174 'memory/linked_ptr_unittest.cc', | 175 'memory/linked_ptr_unittest.cc', |
| 175 'memory/mru_cache_unittest.cc', | 176 'memory/mru_cache_unittest.cc', |
| 176 'memory/ref_counted_memory_unittest.cc', | 177 'memory/ref_counted_memory_unittest.cc', |
| 177 'memory/ref_counted_unittest.cc', | 178 'memory/ref_counted_unittest.cc', |
| 178 'memory/scoped_nsobject_unittest.mm', | 179 'memory/scoped_nsobject_unittest.mm', |
| 179 'memory/scoped_ptr_unittest.cc', | 180 'memory/scoped_ptr_unittest.cc', |
| 180 'memory/scoped_ptr_unittest.nc', | 181 'memory/scoped_ptr_unittest.nc', |
| 181 'memory/scoped_vector_unittest.cc', | 182 'memory/scoped_vector_unittest.cc', |
| 182 'memory/singleton_unittest.cc', | 183 'memory/singleton_unittest.cc', |
| 183 'memory/weak_ptr_unittest.cc', | 184 'memory/weak_ptr_unittest.cc', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'msvs_settings': { | 467 'msvs_settings': { |
| 467 'VCLinkerTool': { | 468 'VCLinkerTool': { |
| 468 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 469 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 469 }, | 470 }, |
| 470 }, | 471 }, |
| 471 }, | 472 }, |
| 472 ], | 473 ], |
| 473 }], | 474 }], |
| 474 ], | 475 ], |
| 475 } | 476 } |
| OLD | NEW |