| 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 'strings/utf_offset_string_conversions_unittest.cc', | 539 'strings/utf_offset_string_conversions_unittest.cc', |
| 540 'strings/utf_string_conversions_unittest.cc', | 540 'strings/utf_string_conversions_unittest.cc', |
| 541 'supports_user_data_unittest.cc', | 541 'supports_user_data_unittest.cc', |
| 542 'sync_socket_unittest.cc', | 542 'sync_socket_unittest.cc', |
| 543 'synchronization/cancellation_flag_unittest.cc', | 543 'synchronization/cancellation_flag_unittest.cc', |
| 544 'synchronization/condition_variable_unittest.cc', | 544 'synchronization/condition_variable_unittest.cc', |
| 545 'synchronization/lock_unittest.cc', | 545 'synchronization/lock_unittest.cc', |
| 546 'synchronization/read_write_lock_unittest.cc', | 546 'synchronization/read_write_lock_unittest.cc', |
| 547 'synchronization/waitable_event_unittest.cc', | 547 'synchronization/waitable_event_unittest.cc', |
| 548 'synchronization/waitable_event_watcher_unittest.cc', | 548 'synchronization/waitable_event_watcher_unittest.cc', |
| 549 'sys_byteorder_unittest.cc', |
| 549 'sys_info_unittest.cc', | 550 'sys_info_unittest.cc', |
| 550 'system_monitor/system_monitor_unittest.cc', | 551 'system_monitor/system_monitor_unittest.cc', |
| 551 'task/cancelable_task_tracker_unittest.cc', | 552 'task/cancelable_task_tracker_unittest.cc', |
| 552 'task_runner_util_unittest.cc', | 553 'task_runner_util_unittest.cc', |
| 553 'task_scheduler/delayed_task_manager_unittest.cc', | 554 'task_scheduler/delayed_task_manager_unittest.cc', |
| 554 'task_scheduler/priority_queue_unittest.cc', | 555 'task_scheduler/priority_queue_unittest.cc', |
| 555 'task_scheduler/scheduler_lock_unittest.cc', | 556 'task_scheduler/scheduler_lock_unittest.cc', |
| 556 'task_scheduler/scheduler_service_thread_unittest.cc', | 557 'task_scheduler/scheduler_service_thread_unittest.cc', |
| 557 'task_scheduler/scheduler_thread_pool_impl_unittest.cc', | 558 'task_scheduler/scheduler_thread_pool_impl_unittest.cc', |
| 558 'task_scheduler/scheduler_worker_thread_stack_unittest.cc', | 559 'task_scheduler/scheduler_worker_thread_stack_unittest.cc', |
| (...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1755 '../build/isolate.gypi', | 1756 '../build/isolate.gypi', |
| 1756 ], | 1757 ], |
| 1757 'sources': [ | 1758 'sources': [ |
| 1758 'base_unittests.isolate', | 1759 'base_unittests.isolate', |
| 1759 ], | 1760 ], |
| 1760 }, | 1761 }, |
| 1761 ], | 1762 ], |
| 1762 }], | 1763 }], |
| 1763 ], | 1764 ], |
| 1764 } | 1765 } |
| OLD | NEW |