| 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 'threading/thread.cc', | 609 'threading/thread.cc', |
| 610 'threading/thread.h', | 610 'threading/thread.h', |
| 611 'threading/thread_checker.h', | 611 'threading/thread_checker.h', |
| 612 'threading/thread_checker_impl.cc', | 612 'threading/thread_checker_impl.cc', |
| 613 'threading/thread_checker_impl.h', | 613 'threading/thread_checker_impl.h', |
| 614 'threading/thread_collision_warner.cc', | 614 'threading/thread_collision_warner.cc', |
| 615 'threading/thread_collision_warner.h', | 615 'threading/thread_collision_warner.h', |
| 616 'threading/thread_id_name_manager.cc', | 616 'threading/thread_id_name_manager.cc', |
| 617 'threading/thread_id_name_manager.h', | 617 'threading/thread_id_name_manager.h', |
| 618 'threading/thread_local.h', | 618 'threading/thread_local.h', |
| 619 'threading/thread_local_posix.cc', | |
| 620 'threading/thread_local_storage.cc', | 619 'threading/thread_local_storage.cc', |
| 621 'threading/thread_local_storage.h', | 620 'threading/thread_local_storage.h', |
| 622 'threading/thread_local_storage_posix.cc', | 621 'threading/thread_local_storage_posix.cc', |
| 623 'threading/thread_local_storage_win.cc', | 622 'threading/thread_local_storage_win.cc', |
| 624 'threading/thread_local_win.cc', | |
| 625 'threading/thread_restrictions.h', | 623 'threading/thread_restrictions.h', |
| 626 'threading/thread_restrictions.cc', | 624 'threading/thread_restrictions.cc', |
| 627 'threading/watchdog.cc', | 625 'threading/watchdog.cc', |
| 628 'threading/watchdog.h', | 626 'threading/watchdog.h', |
| 629 'threading/worker_pool.h', | 627 'threading/worker_pool.h', |
| 630 'threading/worker_pool.cc', | 628 'threading/worker_pool.cc', |
| 631 'threading/worker_pool_posix.cc', | 629 'threading/worker_pool_posix.cc', |
| 632 'threading/worker_pool_posix.h', | 630 'threading/worker_pool_posix.h', |
| 633 'threading/worker_pool_win.cc', | 631 'threading/worker_pool_win.cc', |
| 634 'time/clock.cc', | 632 'time/clock.cc', |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 'i18n/time_formatting.h', | 978 'i18n/time_formatting.h', |
| 981 'i18n/timezone.cc', | 979 'i18n/timezone.cc', |
| 982 'i18n/timezone.h', | 980 'i18n/timezone.h', |
| 983 'i18n/utf8_validator_tables.cc', | 981 'i18n/utf8_validator_tables.cc', |
| 984 'i18n/utf8_validator_tables.h', | 982 'i18n/utf8_validator_tables.h', |
| 985 ], | 983 ], |
| 986 }] | 984 }] |
| 987 ], | 985 ], |
| 988 }, | 986 }, |
| 989 } | 987 } |
| OLD | NEW |