| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'template_util_unittest.cc', | 261 'template_util_unittest.cc', |
| 262 'test/sequenced_worker_pool_owner.cc', |
| 263 'test/sequenced_worker_pool_owner.h', |
| 262 'test/trace_event_analyzer_unittest.cc', | 264 'test/trace_event_analyzer_unittest.cc', |
| 263 'threading/non_thread_safe_unittest.cc', | 265 'threading/non_thread_safe_unittest.cc', |
| 264 'threading/platform_thread_unittest.cc', | 266 'threading/platform_thread_unittest.cc', |
| 267 'threading/sequenced_worker_pool_task_runner_unittest.cc', |
| 265 'threading/sequenced_worker_pool_unittest.cc', | 268 'threading/sequenced_worker_pool_unittest.cc', |
| 266 'threading/simple_thread_unittest.cc', | 269 'threading/simple_thread_unittest.cc', |
| 267 'threading/thread_checker_unittest.cc', | 270 'threading/thread_checker_unittest.cc', |
| 268 'threading/thread_collision_warner_unittest.cc', | 271 'threading/thread_collision_warner_unittest.cc', |
| 269 'threading/thread_local_storage_unittest.cc', | 272 'threading/thread_local_storage_unittest.cc', |
| 270 'threading/thread_local_unittest.cc', | 273 'threading/thread_local_unittest.cc', |
| 271 'threading/thread_unittest.cc', | 274 'threading/thread_unittest.cc', |
| 272 'threading/watchdog_unittest.cc', | 275 'threading/watchdog_unittest.cc', |
| 273 'threading/worker_pool_posix_unittest.cc', | 276 'threading/worker_pool_posix_unittest.cc', |
| 274 'threading/worker_pool_unittest.cc', | 277 'threading/worker_pool_unittest.cc', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'test/mock_devices_changed_observer.cc', | 448 'test/mock_devices_changed_observer.cc', |
| 446 'test/mock_devices_changed_observer.h', | 449 'test/mock_devices_changed_observer.h', |
| 447 'test/mock_time_provider.cc', | 450 'test/mock_time_provider.cc', |
| 448 'test/mock_time_provider.h', | 451 'test/mock_time_provider.h', |
| 449 'test/multiprocess_test.cc', | 452 'test/multiprocess_test.cc', |
| 450 'test/multiprocess_test.h', | 453 'test/multiprocess_test.h', |
| 451 'test/perf_test_suite.cc', | 454 'test/perf_test_suite.cc', |
| 452 'test/perf_test_suite.h', | 455 'test/perf_test_suite.h', |
| 453 'test/scoped_locale.cc', | 456 'test/scoped_locale.cc', |
| 454 'test/scoped_locale.h', | 457 'test/scoped_locale.h', |
| 458 'test/sequenced_task_runner_test_template.cc', |
| 459 'test/sequenced_task_runner_test_template.h', |
| 455 'test/task_runner_test_template.cc', | 460 'test/task_runner_test_template.cc', |
| 456 'test/task_runner_test_template.h', | 461 'test/task_runner_test_template.h', |
| 457 'test/test_file_util.h', | 462 'test/test_file_util.h', |
| 458 'test/test_file_util_linux.cc', | 463 'test/test_file_util_linux.cc', |
| 459 'test/test_file_util_mac.cc', | 464 'test/test_file_util_mac.cc', |
| 460 'test/test_file_util_posix.cc', | 465 'test/test_file_util_posix.cc', |
| 461 'test/test_file_util_win.cc', | 466 'test/test_file_util_win.cc', |
| 462 'test/test_reg_util_win.cc', | 467 'test/test_reg_util_win.cc', |
| 463 'test/test_reg_util_win.h', | 468 'test/test_reg_util_win.h', |
| 464 'test/test_suite.cc', | 469 'test/test_suite.cc', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 # treated as weak imports in dependents, who still must | 654 # treated as weak imports in dependents, who still must |
| 650 # #include closure_blocks_leopard_compat.h to get weak imports. | 655 # #include closure_blocks_leopard_compat.h to get weak imports. |
| 651 'type': 'none', | 656 'type': 'none', |
| 652 }], | 657 }], |
| 653 ], | 658 ], |
| 654 }, | 659 }, |
| 655 ], | 660 ], |
| 656 }], | 661 }], |
| 657 ], | 662 ], |
| 658 } | 663 } |
| OLD | NEW |