| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'android/library_loader/library_loader_hooks.cc', | 57 'android/library_loader/library_loader_hooks.cc', |
| 58 'android/library_loader/library_loader_hooks.h', | 58 'android/library_loader/library_loader_hooks.h', |
| 59 'android/memory_pressure_listener_android.cc', | 59 'android/memory_pressure_listener_android.cc', |
| 60 'android/memory_pressure_listener_android.h', | 60 'android/memory_pressure_listener_android.h', |
| 61 'android/java_handler_thread.cc', | 61 'android/java_handler_thread.cc', |
| 62 'android/java_handler_thread.h', | 62 'android/java_handler_thread.h', |
| 63 'android/path_service_android.cc', | 63 'android/path_service_android.cc', |
| 64 'android/path_service_android.h', | 64 'android/path_service_android.h', |
| 65 'android/path_utils.cc', | 65 'android/path_utils.cc', |
| 66 'android/path_utils.h', | 66 'android/path_utils.h', |
| 67 'android/sys_utils.cc', | 67 'android/sys_utils_android.cc', |
| 68 'android/sys_utils.h', | 68 'android/sys_utils_android.h', |
| 69 'android/thread_utils.h', | 69 'android/thread_utils.h', |
| 70 'android/trace_event_binding.cc', | 70 'android/trace_event_binding.cc', |
| 71 'android/trace_event_binding.h', | 71 'android/trace_event_binding.h', |
| 72 'at_exit.cc', | 72 'at_exit.cc', |
| 73 'at_exit.h', | 73 'at_exit.h', |
| 74 'atomic_ref_count.h', | 74 'atomic_ref_count.h', |
| 75 'atomic_sequence_num.h', | 75 'atomic_sequence_num.h', |
| 76 'atomicops.h', | 76 'atomicops.h', |
| 77 'atomicops_internals_gcc.h', | 77 'atomicops_internals_gcc.h', |
| 78 'atomicops_internals_mac.h', | 78 'atomicops_internals_mac.h', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'sys_info_android.cc', | 567 'sys_info_android.cc', |
| 568 'sys_info_chromeos.cc', | 568 'sys_info_chromeos.cc', |
| 569 'sys_info_freebsd.cc', | 569 'sys_info_freebsd.cc', |
| 570 'sys_info_internal.h', | 570 'sys_info_internal.h', |
| 571 'sys_info_ios.mm', | 571 'sys_info_ios.mm', |
| 572 'sys_info_linux.cc', | 572 'sys_info_linux.cc', |
| 573 'sys_info_mac.cc', | 573 'sys_info_mac.cc', |
| 574 'sys_info_openbsd.cc', | 574 'sys_info_openbsd.cc', |
| 575 'sys_info_posix.cc', | 575 'sys_info_posix.cc', |
| 576 'sys_info_win.cc', | 576 'sys_info_win.cc', |
| 577 'sys_utils.cc', |
| 578 'sys_utils.h', |
| 577 'task/cancelable_task_tracker.cc', | 579 'task/cancelable_task_tracker.cc', |
| 578 'task/cancelable_task_tracker.h', | 580 'task/cancelable_task_tracker.h', |
| 579 'task_runner.cc', | 581 'task_runner.cc', |
| 580 'task_runner.h', | 582 'task_runner.h', |
| 581 'task_runner_util.h', | 583 'task_runner_util.h', |
| 582 'template_util.h', | 584 'template_util.h', |
| 583 'thread_task_runner_handle.cc', | 585 'thread_task_runner_handle.cc', |
| 584 'thread_task_runner_handle.h', | 586 'thread_task_runner_handle.h', |
| 585 'threading/non_thread_safe.h', | 587 'threading/non_thread_safe.h', |
| 586 'threading/non_thread_safe_impl.cc', | 588 'threading/non_thread_safe_impl.cc', |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 'i18n/time_formatting.h', | 963 'i18n/time_formatting.h', |
| 962 'i18n/timezone.cc', | 964 'i18n/timezone.cc', |
| 963 'i18n/timezone.h', | 965 'i18n/timezone.h', |
| 964 'i18n/utf8_validator_tables.cc', | 966 'i18n/utf8_validator_tables.cc', |
| 965 'i18n/utf8_validator_tables.h', | 967 'i18n/utf8_validator_tables.h', |
| 966 ], | 968 ], |
| 967 }] | 969 }] |
| 968 ], | 970 ], |
| 969 }, | 971 }, |
| 970 } | 972 } |
| OLD | NEW |