| 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 'sync_socket_unittest.cc', | 546 'sync_socket_unittest.cc', |
| 547 'synchronization/cancellation_flag_unittest.cc', | 547 'synchronization/cancellation_flag_unittest.cc', |
| 548 'synchronization/condition_variable_unittest.cc', | 548 'synchronization/condition_variable_unittest.cc', |
| 549 'synchronization/lock_unittest.cc', | 549 'synchronization/lock_unittest.cc', |
| 550 'synchronization/waitable_event_unittest.cc', | 550 'synchronization/waitable_event_unittest.cc', |
| 551 'synchronization/waitable_event_watcher_unittest.cc', | 551 'synchronization/waitable_event_watcher_unittest.cc', |
| 552 'sys_info_unittest.cc', | 552 'sys_info_unittest.cc', |
| 553 'system_monitor/system_monitor_unittest.cc', | 553 'system_monitor/system_monitor_unittest.cc', |
| 554 'task/cancelable_task_tracker_unittest.cc', | 554 'task/cancelable_task_tracker_unittest.cc', |
| 555 'task_runner_util_unittest.cc', | 555 'task_runner_util_unittest.cc', |
| 556 'task_scheduler/delayed_task_manager_unittest.cc', |
| 556 'task_scheduler/priority_queue_unittest.cc', | 557 'task_scheduler/priority_queue_unittest.cc', |
| 557 'task_scheduler/scheduler_lock_unittest.cc', | 558 'task_scheduler/scheduler_lock_unittest.cc', |
| 558 'task_scheduler/scheduler_thread_pool_unittest.cc', | 559 'task_scheduler/scheduler_thread_pool_unittest.cc', |
| 559 'task_scheduler/scheduler_worker_thread_unittest.cc', | 560 'task_scheduler/scheduler_worker_thread_unittest.cc', |
| 560 'task_scheduler/sequence_sort_key_unittest.cc', | 561 'task_scheduler/sequence_sort_key_unittest.cc', |
| 561 'task_scheduler/sequence_unittest.cc', | 562 'task_scheduler/sequence_unittest.cc', |
| 562 'task_scheduler/task_tracker_unittest.cc', | 563 'task_scheduler/task_tracker_unittest.cc', |
| 563 'task_scheduler/test_utils.h', | 564 'task_scheduler/test_utils.h', |
| 564 'template_util_unittest.cc', | 565 'template_util_unittest.cc', |
| 565 'test/histogram_tester_unittest.cc', | 566 'test/histogram_tester_unittest.cc', |
| (...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 '../build/isolate.gypi', | 1726 '../build/isolate.gypi', |
| 1726 ], | 1727 ], |
| 1727 'sources': [ | 1728 'sources': [ |
| 1728 'base_unittests.isolate', | 1729 'base_unittests.isolate', |
| 1729 ], | 1730 ], |
| 1730 }, | 1731 }, |
| 1731 ], | 1732 ], |
| 1732 }], | 1733 }], |
| 1733 ], | 1734 ], |
| 1734 } | 1735 } |
| OLD | NEW |