| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'sync_socket_unittest.cc', | 526 'sync_socket_unittest.cc', |
| 527 'synchronization/cancellation_flag_unittest.cc', | 527 'synchronization/cancellation_flag_unittest.cc', |
| 528 'synchronization/condition_variable_unittest.cc', | 528 'synchronization/condition_variable_unittest.cc', |
| 529 'synchronization/lock_unittest.cc', | 529 'synchronization/lock_unittest.cc', |
| 530 'synchronization/waitable_event_unittest.cc', | 530 'synchronization/waitable_event_unittest.cc', |
| 531 'synchronization/waitable_event_watcher_unittest.cc', | 531 'synchronization/waitable_event_watcher_unittest.cc', |
| 532 'sys_info_unittest.cc', | 532 'sys_info_unittest.cc', |
| 533 'system_monitor/system_monitor_unittest.cc', | 533 'system_monitor/system_monitor_unittest.cc', |
| 534 'task/cancelable_task_tracker_unittest.cc', | 534 'task/cancelable_task_tracker_unittest.cc', |
| 535 'task_runner_util_unittest.cc', | 535 'task_runner_util_unittest.cc', |
| 536 'task_scheduler/priority_queue_unittest.cc', |
| 536 'task_scheduler/scheduler_lock_unittest.cc', | 537 'task_scheduler/scheduler_lock_unittest.cc', |
| 537 'task_scheduler/sequence_sort_key_unittest.cc', | 538 'task_scheduler/sequence_sort_key_unittest.cc', |
| 538 'task_scheduler/sequence_unittest.cc', | 539 'task_scheduler/sequence_unittest.cc', |
| 539 'task_scheduler/test_util.cc', | 540 'task_scheduler/test_util.cc', |
| 540 'task_scheduler/test_util.h', | 541 'task_scheduler/test_util.h', |
| 541 'template_util_unittest.cc', | 542 'template_util_unittest.cc', |
| 542 'test/histogram_tester_unittest.cc', | 543 'test/histogram_tester_unittest.cc', |
| 543 'test/test_pending_task_unittest.cc', | 544 'test/test_pending_task_unittest.cc', |
| 544 'test/test_reg_util_win_unittest.cc', | 545 'test/test_reg_util_win_unittest.cc', |
| 545 'test/trace_event_analyzer_unittest.cc', | 546 'test/trace_event_analyzer_unittest.cc', |
| (...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1643 '../build/isolate.gypi', | 1644 '../build/isolate.gypi', |
| 1644 ], | 1645 ], |
| 1645 'sources': [ | 1646 'sources': [ |
| 1646 'base_unittests.isolate', | 1647 'base_unittests.isolate', |
| 1647 ], | 1648 ], |
| 1648 }, | 1649 }, |
| 1649 ], | 1650 ], |
| 1650 }], | 1651 }], |
| 1651 ], | 1652 ], |
| 1652 } | 1653 } |
| OLD | NEW |