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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 'time/time.cc', | 645 'time/time.cc', |
646 'time/time.h', | 646 'time/time.h', |
647 'time/time_mac.cc', | 647 'time/time_mac.cc', |
648 'time/time_posix.cc', | 648 'time/time_posix.cc', |
649 'time/time_win.cc', | 649 'time/time_win.cc', |
650 'timer/elapsed_timer.cc', | 650 'timer/elapsed_timer.cc', |
651 'timer/elapsed_timer.h', | 651 'timer/elapsed_timer.h', |
652 'timer/hi_res_timer_manager.h', | 652 'timer/hi_res_timer_manager.h', |
653 'timer/hi_res_timer_manager_posix.cc', | 653 'timer/hi_res_timer_manager_posix.cc', |
654 'timer/hi_res_timer_manager_win.cc', | 654 'timer/hi_res_timer_manager_win.cc', |
| 655 'timer/mock_elapsed_timer.cc', |
| 656 'timer/mock_elapsed_timer.h', |
655 'timer/mock_timer.cc', | 657 'timer/mock_timer.cc', |
656 'timer/mock_timer.h', | 658 'timer/mock_timer.h', |
657 'timer/timer.cc', | 659 'timer/timer.cc', |
658 'timer/timer.h', | 660 'timer/timer.h', |
659 'tracked_objects.cc', | 661 'tracked_objects.cc', |
660 'tracked_objects.h', | 662 'tracked_objects.h', |
661 'tracking_info.cc', | 663 'tracking_info.cc', |
662 'tracking_info.h', | 664 'tracking_info.h', |
663 'tuple.h', | 665 'tuple.h', |
664 'values.cc', | 666 'values.cc', |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 'i18n/time_formatting.h', | 995 'i18n/time_formatting.h', |
994 'i18n/timezone.cc', | 996 'i18n/timezone.cc', |
995 'i18n/timezone.h', | 997 'i18n/timezone.h', |
996 'i18n/utf8_validator_tables.cc', | 998 'i18n/utf8_validator_tables.cc', |
997 'i18n/utf8_validator_tables.h', | 999 'i18n/utf8_validator_tables.h', |
998 ], | 1000 ], |
999 }] | 1001 }] |
1000 ], | 1002 ], |
1001 }, | 1003 }, |
1002 } | 1004 } |
OLD | NEW |