| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'stringprintf_unittest.cc', | 200 'stringprintf_unittest.cc', |
| 201 'synchronization/cancellation_flag_unittest.cc', | 201 'synchronization/cancellation_flag_unittest.cc', |
| 202 'synchronization/condition_variable_unittest.cc', | 202 'synchronization/condition_variable_unittest.cc', |
| 203 'synchronization/lock_unittest.cc', | 203 'synchronization/lock_unittest.cc', |
| 204 'synchronization/waitable_event_unittest.cc', | 204 'synchronization/waitable_event_unittest.cc', |
| 205 'synchronization/waitable_event_watcher_unittest.cc', | 205 'synchronization/waitable_event_watcher_unittest.cc', |
| 206 'sys_info_unittest.cc', | 206 'sys_info_unittest.cc', |
| 207 'sys_string_conversions_mac_unittest.mm', | 207 'sys_string_conversions_mac_unittest.mm', |
| 208 'sys_string_conversions_unittest.cc', | 208 'sys_string_conversions_unittest.cc', |
| 209 'system_monitor/system_monitor_unittest.cc', | 209 'system_monitor/system_monitor_unittest.cc', |
| 210 'task_queue_unittest.cc', | |
| 211 'task_unittest.cc', | 210 'task_unittest.cc', |
| 212 'template_util_unittest.cc', | 211 'template_util_unittest.cc', |
| 213 'test/trace_event_analyzer_unittest.cc', | 212 'test/trace_event_analyzer_unittest.cc', |
| 214 'threading/non_thread_safe_unittest.cc', | 213 'threading/non_thread_safe_unittest.cc', |
| 215 'threading/platform_thread_unittest.cc', | 214 'threading/platform_thread_unittest.cc', |
| 216 'threading/simple_thread_unittest.cc', | 215 'threading/simple_thread_unittest.cc', |
| 217 'threading/thread_checker_unittest.cc', | 216 'threading/thread_checker_unittest.cc', |
| 218 'threading/thread_collision_warner_unittest.cc', | 217 'threading/thread_collision_warner_unittest.cc', |
| 219 'threading/thread_local_storage_unittest.cc', | 218 'threading/thread_local_storage_unittest.cc', |
| 220 'threading/thread_local_unittest.cc', | 219 'threading/thread_local_unittest.cc', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'msvs_settings': { | 445 'msvs_settings': { |
| 447 'VCLinkerTool': { | 446 'VCLinkerTool': { |
| 448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 447 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 449 }, | 448 }, |
| 450 }, | 449 }, |
| 451 }, | 450 }, |
| 452 ], | 451 ], |
| 453 }], | 452 }], |
| 454 ], | 453 ], |
| 455 } | 454 } |
| OLD | NEW |