| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'stringprintf_unittest.cc', | 216 'stringprintf_unittest.cc', |
| 217 'synchronization/cancellation_flag_unittest.cc', | 217 'synchronization/cancellation_flag_unittest.cc', |
| 218 'synchronization/condition_variable_unittest.cc', | 218 'synchronization/condition_variable_unittest.cc', |
| 219 'synchronization/lock_unittest.cc', | 219 'synchronization/lock_unittest.cc', |
| 220 'synchronization/waitable_event_unittest.cc', | 220 'synchronization/waitable_event_unittest.cc', |
| 221 'synchronization/waitable_event_watcher_unittest.cc', | 221 'synchronization/waitable_event_watcher_unittest.cc', |
| 222 'sys_info_unittest.cc', | 222 'sys_info_unittest.cc', |
| 223 'sys_string_conversions_mac_unittest.mm', | 223 'sys_string_conversions_mac_unittest.mm', |
| 224 'sys_string_conversions_unittest.cc', | 224 'sys_string_conversions_unittest.cc', |
| 225 'system_monitor/system_monitor_unittest.cc', | 225 'system_monitor/system_monitor_unittest.cc', |
| 226 'task_runner_test_template.cc', |
| 227 'task_runner_test_template.h', |
| 226 'template_util_unittest.cc', | 228 'template_util_unittest.cc', |
| 227 'test/trace_event_analyzer_unittest.cc', | 229 'test/trace_event_analyzer_unittest.cc', |
| 228 'threading/non_thread_safe_unittest.cc', | 230 'threading/non_thread_safe_unittest.cc', |
| 229 'threading/platform_thread_unittest.cc', | 231 'threading/platform_thread_unittest.cc', |
| 230 'threading/sequenced_worker_pool_unittest.cc', | 232 'threading/sequenced_worker_pool_unittest.cc', |
| 231 'threading/simple_thread_unittest.cc', | 233 'threading/simple_thread_unittest.cc', |
| 232 'threading/thread_checker_unittest.cc', | 234 'threading/thread_checker_unittest.cc', |
| 233 'threading/thread_collision_warner_unittest.cc', | 235 'threading/thread_collision_warner_unittest.cc', |
| 234 'threading/thread_local_storage_unittest.cc', | 236 'threading/thread_local_storage_unittest.cc', |
| 235 'threading/thread_local_unittest.cc', | 237 'threading/thread_local_unittest.cc', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 'msvs_settings': { | 472 'msvs_settings': { |
| 471 'VCLinkerTool': { | 473 'VCLinkerTool': { |
| 472 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 474 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 473 }, | 475 }, |
| 474 }, | 476 }, |
| 475 }, | 477 }, |
| 476 ], | 478 ], |
| 477 }], | 479 }], |
| 478 ], | 480 ], |
| 479 } | 481 } |
| OLD | NEW |