| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'stringize_macros_unittest.cc', | 214 'stringize_macros_unittest.cc', |
| 215 'stringprintf_unittest.cc', | 215 'stringprintf_unittest.cc', |
| 216 'synchronization/cancellation_flag_unittest.cc', | 216 'synchronization/cancellation_flag_unittest.cc', |
| 217 'synchronization/condition_variable_unittest.cc', | 217 'synchronization/condition_variable_unittest.cc', |
| 218 'synchronization/lock_unittest.cc', | 218 'synchronization/lock_unittest.cc', |
| 219 'synchronization/waitable_event_unittest.cc', | 219 'synchronization/waitable_event_unittest.cc', |
| 220 'synchronization/waitable_event_watcher_unittest.cc', | 220 'synchronization/waitable_event_watcher_unittest.cc', |
| 221 'sys_info_unittest.cc', | 221 'sys_info_unittest.cc', |
| 222 'sys_string_conversions_mac_unittest.mm', | 222 'sys_string_conversions_mac_unittest.mm', |
| 223 'sys_string_conversions_unittest.cc', | 223 'sys_string_conversions_unittest.cc', |
| 224 'system_monitor/mock_devices_changed_observer.h', |
| 224 'system_monitor/system_monitor_unittest.cc', | 225 'system_monitor/system_monitor_unittest.cc', |
| 225 'template_util_unittest.cc', | 226 'template_util_unittest.cc', |
| 226 'test/trace_event_analyzer_unittest.cc', | 227 'test/trace_event_analyzer_unittest.cc', |
| 227 'threading/non_thread_safe_unittest.cc', | 228 'threading/non_thread_safe_unittest.cc', |
| 228 'threading/platform_thread_unittest.cc', | 229 'threading/platform_thread_unittest.cc', |
| 229 'threading/sequenced_worker_pool_unittest.cc', | 230 'threading/sequenced_worker_pool_unittest.cc', |
| 230 'threading/simple_thread_unittest.cc', | 231 'threading/simple_thread_unittest.cc', |
| 231 'threading/thread_checker_unittest.cc', | 232 'threading/thread_checker_unittest.cc', |
| 232 'threading/thread_collision_warner_unittest.cc', | 233 'threading/thread_collision_warner_unittest.cc', |
| 233 'threading/thread_local_storage_unittest.cc', | 234 'threading/thread_local_storage_unittest.cc', |
| (...skipping 232 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 |