OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 'task_unittest.cc', | 626 'task_unittest.cc', |
627 'thread_collision_warner_unittest.cc', | 627 'thread_collision_warner_unittest.cc', |
628 'thread_local_storage_unittest.cc', | 628 'thread_local_storage_unittest.cc', |
629 'thread_local_unittest.cc', | 629 'thread_local_unittest.cc', |
630 'thread_unittest.cc', | 630 'thread_unittest.cc', |
631 'time_unittest.cc', | 631 'time_unittest.cc', |
632 'time_win_unittest.cc', | 632 'time_win_unittest.cc', |
633 'timer_unittest.cc', | 633 'timer_unittest.cc', |
634 'tracked_objects_unittest.cc', | 634 'tracked_objects_unittest.cc', |
635 'tuple_unittest.cc', | 635 'tuple_unittest.cc', |
| 636 'utf_string_conversions_unittest.cc', |
636 'values_unittest.cc', | 637 'values_unittest.cc', |
637 'version_unittest.cc', | 638 'version_unittest.cc', |
638 'waitable_event_unittest.cc', | 639 'waitable_event_unittest.cc', |
639 'waitable_event_watcher_unittest.cc', | 640 'waitable_event_watcher_unittest.cc', |
640 'watchdog_unittest.cc', | 641 'watchdog_unittest.cc', |
641 'weak_ptr_unittest.cc', | 642 'weak_ptr_unittest.cc', |
642 'win_util_unittest.cc', | 643 'win_util_unittest.cc', |
643 'wmi_util_unittest.cc', | 644 'wmi_util_unittest.cc', |
644 'worker_pool_unittest.cc', | 645 'worker_pool_unittest.cc', |
645 ], | 646 ], |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 ], | 839 ], |
839 }], | 840 }], |
840 ], | 841 ], |
841 } | 842 } |
842 | 843 |
843 # Local Variables: | 844 # Local Variables: |
844 # tab-width:2 | 845 # tab-width:2 |
845 # indent-tabs-mode:nil | 846 # indent-tabs-mode:nil |
846 # End: | 847 # End: |
847 # vim: set expandtab tabstop=2 shiftwidth=2: | 848 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |