| 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'task_scheduler/delayed_task_manager_unittest.cc', | 549 'task_scheduler/delayed_task_manager_unittest.cc', |
| 550 'task_scheduler/priority_queue_unittest.cc', | 550 'task_scheduler/priority_queue_unittest.cc', |
| 551 'task_scheduler/scheduler_lock_unittest.cc', | 551 'task_scheduler/scheduler_lock_unittest.cc', |
| 552 'task_scheduler/scheduler_thread_pool_unittest.cc', | 552 'task_scheduler/scheduler_thread_pool_unittest.cc', |
| 553 'task_scheduler/scheduler_unique_stack_unittest.cc', | 553 'task_scheduler/scheduler_unique_stack_unittest.cc', |
| 554 'task_scheduler/scheduler_worker_thread_unittest.cc', | 554 'task_scheduler/scheduler_worker_thread_unittest.cc', |
| 555 'task_scheduler/sequence_sort_key_unittest.cc', | 555 'task_scheduler/sequence_sort_key_unittest.cc', |
| 556 'task_scheduler/sequence_unittest.cc', | 556 'task_scheduler/sequence_unittest.cc', |
| 557 'task_scheduler/task_tracker_unittest.cc', | 557 'task_scheduler/task_tracker_unittest.cc', |
| 558 'task_scheduler/test_utils.h', | 558 'task_scheduler/test_utils.h', |
| 559 'task_scheduler/utils_unittest.cc', | |
| 560 'template_util_unittest.cc', | 559 'template_util_unittest.cc', |
| 561 'test/histogram_tester_unittest.cc', | 560 'test/histogram_tester_unittest.cc', |
| 562 'test/test_pending_task_unittest.cc', | 561 'test/test_pending_task_unittest.cc', |
| 563 'test/test_reg_util_win_unittest.cc', | 562 'test/test_reg_util_win_unittest.cc', |
| 564 'test/trace_event_analyzer_unittest.cc', | 563 'test/trace_event_analyzer_unittest.cc', |
| 565 'test/user_action_tester_unittest.cc', | 564 'test/user_action_tester_unittest.cc', |
| 566 'threading/non_thread_safe_unittest.cc', | 565 'threading/non_thread_safe_unittest.cc', |
| 567 'threading/platform_thread_unittest.cc', | 566 'threading/platform_thread_unittest.cc', |
| 568 'threading/sequenced_worker_pool_unittest.cc', | 567 'threading/sequenced_worker_pool_unittest.cc', |
| 569 'threading/sequenced_task_runner_handle_unittest.cc', | 568 'threading/sequenced_task_runner_handle_unittest.cc', |
| (...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 '../build/isolate.gypi', | 1723 '../build/isolate.gypi', |
| 1725 ], | 1724 ], |
| 1726 'sources': [ | 1725 'sources': [ |
| 1727 'base_unittests.isolate', | 1726 'base_unittests.isolate', |
| 1728 ], | 1727 ], |
| 1729 }, | 1728 }, |
| 1730 ], | 1729 ], |
| 1731 }], | 1730 }], |
| 1732 ], | 1731 ], |
| 1733 } | 1732 } |
| OLD | NEW |