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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 'threading/thread.cc', | 603 'threading/thread.cc', |
604 'threading/thread.h', | 604 'threading/thread.h', |
605 'threading/thread_checker.h', | 605 'threading/thread_checker.h', |
606 'threading/thread_checker_impl.cc', | 606 'threading/thread_checker_impl.cc', |
607 'threading/thread_checker_impl.h', | 607 'threading/thread_checker_impl.h', |
608 'threading/thread_collision_warner.cc', | 608 'threading/thread_collision_warner.cc', |
609 'threading/thread_collision_warner.h', | 609 'threading/thread_collision_warner.h', |
610 'threading/thread_id_name_manager.cc', | 610 'threading/thread_id_name_manager.cc', |
611 'threading/thread_id_name_manager.h', | 611 'threading/thread_id_name_manager.h', |
612 'threading/thread_local.h', | 612 'threading/thread_local.h', |
| 613 'threading/thread_local_android.cc', |
613 'threading/thread_local_posix.cc', | 614 'threading/thread_local_posix.cc', |
614 'threading/thread_local_storage.cc', | 615 'threading/thread_local_storage.cc', |
615 'threading/thread_local_storage.h', | 616 'threading/thread_local_storage.h', |
616 'threading/thread_local_storage_posix.cc', | 617 'threading/thread_local_storage_posix.cc', |
617 'threading/thread_local_storage_win.cc', | 618 'threading/thread_local_storage_win.cc', |
618 'threading/thread_local_win.cc', | 619 'threading/thread_local_win.cc', |
619 'threading/thread_restrictions.h', | 620 'threading/thread_restrictions.h', |
620 'threading/thread_restrictions.cc', | 621 'threading/thread_restrictions.cc', |
621 'threading/watchdog.cc', | 622 'threading/watchdog.cc', |
622 'threading/watchdog.h', | 623 'threading/watchdog.h', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 'i18n/time_formatting.h', | 965 'i18n/time_formatting.h', |
965 'i18n/timezone.cc', | 966 'i18n/timezone.cc', |
966 'i18n/timezone.h', | 967 'i18n/timezone.h', |
967 'i18n/utf8_validator_tables.cc', | 968 'i18n/utf8_validator_tables.cc', |
968 'i18n/utf8_validator_tables.h', | 969 'i18n/utf8_validator_tables.h', |
969 ], | 970 ], |
970 }] | 971 }] |
971 ], | 972 ], |
972 }, | 973 }, |
973 } | 974 } |
OLD | NEW |