| 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 'time/time.cc', | 642 'time/time.cc', |
| 643 'time/time.h', | 643 'time/time.h', |
| 644 'time/time_mac.cc', | 644 'time/time_mac.cc', |
| 645 'time/time_posix.cc', | 645 'time/time_posix.cc', |
| 646 'time/time_win.cc', | 646 'time/time_win.cc', |
| 647 'timer/elapsed_timer.cc', | 647 'timer/elapsed_timer.cc', |
| 648 'timer/elapsed_timer.h', | 648 'timer/elapsed_timer.h', |
| 649 'timer/hi_res_timer_manager.h', | 649 'timer/hi_res_timer_manager.h', |
| 650 'timer/hi_res_timer_manager_posix.cc', | 650 'timer/hi_res_timer_manager_posix.cc', |
| 651 'timer/hi_res_timer_manager_win.cc', | 651 'timer/hi_res_timer_manager_win.cc', |
| 652 'timer/mock_timer.cc', |
| 653 'timer/mock_timer.h', |
| 652 'timer/timer.cc', | 654 'timer/timer.cc', |
| 653 'timer/timer.h', | 655 'timer/timer.h', |
| 654 'tracked_objects.cc', | 656 'tracked_objects.cc', |
| 655 'tracked_objects.h', | 657 'tracked_objects.h', |
| 656 'tracking_info.cc', | 658 'tracking_info.cc', |
| 657 'tracking_info.h', | 659 'tracking_info.h', |
| 658 'tuple.h', | 660 'tuple.h', |
| 659 'values.cc', | 661 'values.cc', |
| 660 'values.h', | 662 'values.h', |
| 661 'value_conversions.cc', | 663 'value_conversions.cc', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 'i18n/time_formatting.h', | 982 'i18n/time_formatting.h', |
| 981 'i18n/timezone.cc', | 983 'i18n/timezone.cc', |
| 982 'i18n/timezone.h', | 984 'i18n/timezone.h', |
| 983 'i18n/utf8_validator_tables.cc', | 985 'i18n/utf8_validator_tables.cc', |
| 984 'i18n/utf8_validator_tables.h', | 986 'i18n/utf8_validator_tables.h', |
| 985 ], | 987 ], |
| 986 }] | 988 }] |
| 987 ], | 989 ], |
| 988 }, | 990 }, |
| 989 } | 991 } |
| OLD | NEW |