| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'stringprintf_unittest.cc', | 251 'stringprintf_unittest.cc', |
| 252 'synchronization/cancellation_flag_unittest.cc', | 252 'synchronization/cancellation_flag_unittest.cc', |
| 253 'synchronization/condition_variable_unittest.cc', | 253 'synchronization/condition_variable_unittest.cc', |
| 254 'synchronization/lock_unittest.cc', | 254 'synchronization/lock_unittest.cc', |
| 255 'synchronization/waitable_event_unittest.cc', | 255 'synchronization/waitable_event_unittest.cc', |
| 256 'synchronization/waitable_event_watcher_unittest.cc', | 256 'synchronization/waitable_event_watcher_unittest.cc', |
| 257 'sys_info_unittest.cc', | 257 'sys_info_unittest.cc', |
| 258 'sys_string_conversions_mac_unittest.mm', | 258 'sys_string_conversions_mac_unittest.mm', |
| 259 'sys_string_conversions_unittest.cc', | 259 'sys_string_conversions_unittest.cc', |
| 260 'system_monitor/system_monitor_unittest.cc', | 260 'system_monitor/system_monitor_unittest.cc', |
| 261 'task_runner_unittest.cc', |
| 261 'template_util_unittest.cc', | 262 'template_util_unittest.cc', |
| 262 'test/trace_event_analyzer_unittest.cc', | 263 'test/trace_event_analyzer_unittest.cc', |
| 263 'threading/non_thread_safe_unittest.cc', | 264 'threading/non_thread_safe_unittest.cc', |
| 264 'threading/platform_thread_unittest.cc', | 265 'threading/platform_thread_unittest.cc', |
| 265 'threading/sequenced_worker_pool_unittest.cc', | 266 'threading/sequenced_worker_pool_unittest.cc', |
| 266 'threading/simple_thread_unittest.cc', | 267 'threading/simple_thread_unittest.cc', |
| 267 'threading/thread_checker_unittest.cc', | 268 'threading/thread_checker_unittest.cc', |
| 268 'threading/thread_collision_warner_unittest.cc', | 269 'threading/thread_collision_warner_unittest.cc', |
| 269 'threading/thread_local_storage_unittest.cc', | 270 'threading/thread_local_storage_unittest.cc', |
| 270 'threading/thread_local_unittest.cc', | 271 'threading/thread_local_unittest.cc', |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 # treated as weak imports in dependents, who still must | 650 # treated as weak imports in dependents, who still must |
| 650 # #include closure_blocks_leopard_compat.h to get weak imports. | 651 # #include closure_blocks_leopard_compat.h to get weak imports. |
| 651 'type': 'none', | 652 'type': 'none', |
| 652 }], | 653 }], |
| 653 ], | 654 ], |
| 654 }, | 655 }, |
| 655 ], | 656 ], |
| 656 }], | 657 }], |
| 657 ], | 658 ], |
| 658 } | 659 } |
| OLD | NEW |