| 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'task_runner_util_unittest.cc', | 616 'task_runner_util_unittest.cc', |
| 617 'template_util_unittest.cc', | 617 'template_util_unittest.cc', |
| 618 'test/histogram_tester_unittest.cc', | 618 'test/histogram_tester_unittest.cc', |
| 619 'test/test_pending_task_unittest.cc', | 619 'test/test_pending_task_unittest.cc', |
| 620 'test/test_reg_util_win_unittest.cc', | 620 'test/test_reg_util_win_unittest.cc', |
| 621 'test/trace_event_analyzer_unittest.cc', | 621 'test/trace_event_analyzer_unittest.cc', |
| 622 'test/user_action_tester_unittest.cc', | 622 'test/user_action_tester_unittest.cc', |
| 623 'threading/non_thread_safe_unittest.cc', | 623 'threading/non_thread_safe_unittest.cc', |
| 624 'threading/platform_thread_unittest.cc', | 624 'threading/platform_thread_unittest.cc', |
| 625 'threading/sequenced_worker_pool_unittest.cc', | 625 'threading/sequenced_worker_pool_unittest.cc', |
| 626 'threading/sequenced_task_runner_handle_unittest.cc', |
| 626 'threading/simple_thread_unittest.cc', | 627 'threading/simple_thread_unittest.cc', |
| 627 'threading/thread_checker_unittest.cc', | 628 'threading/thread_checker_unittest.cc', |
| 628 'threading/thread_collision_warner_unittest.cc', | 629 'threading/thread_collision_warner_unittest.cc', |
| 629 'threading/thread_id_name_manager_unittest.cc', | 630 'threading/thread_id_name_manager_unittest.cc', |
| 630 'threading/thread_local_storage_unittest.cc', | 631 'threading/thread_local_storage_unittest.cc', |
| 631 'threading/thread_local_unittest.cc', | 632 'threading/thread_local_unittest.cc', |
| 632 'threading/thread_unittest.cc', | 633 'threading/thread_unittest.cc', |
| 633 'threading/watchdog_unittest.cc', | 634 'threading/watchdog_unittest.cc', |
| 634 'threading/worker_pool_posix_unittest.cc', | 635 'threading/worker_pool_posix_unittest.cc', |
| 635 'threading/worker_pool_unittest.cc', | 636 'threading/worker_pool_unittest.cc', |
| (...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1677 '../build/isolate.gypi', | 1678 '../build/isolate.gypi', |
| 1678 ], | 1679 ], |
| 1679 'sources': [ | 1680 'sources': [ |
| 1680 'base_unittests.isolate', | 1681 'base_unittests.isolate', |
| 1681 ], | 1682 ], |
| 1682 }, | 1683 }, |
| 1683 ], | 1684 ], |
| 1684 }], | 1685 }], |
| 1685 ], | 1686 ], |
| 1686 } | 1687 } |
| OLD | NEW |