| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'android/memory_pressure_listener_android.h', | 65 'android/memory_pressure_listener_android.h', |
| 66 'android/java_handler_thread.cc', | 66 'android/java_handler_thread.cc', |
| 67 'android/java_handler_thread.h', | 67 'android/java_handler_thread.h', |
| 68 'android/path_service_android.cc', | 68 'android/path_service_android.cc', |
| 69 'android/path_service_android.h', | 69 'android/path_service_android.h', |
| 70 'android/path_utils.cc', | 70 'android/path_utils.cc', |
| 71 'android/path_utils.h', | 71 'android/path_utils.h', |
| 72 'android/sys_utils.cc', | 72 'android/sys_utils.cc', |
| 73 'android/sys_utils.h', | 73 'android/sys_utils.h', |
| 74 'android/thread_utils.h', | 74 'android/thread_utils.h', |
| 75 'android/trace_event_binding.cc', |
| 76 'android/trace_event_binding.h', |
| 75 'at_exit.cc', | 77 'at_exit.cc', |
| 76 'at_exit.h', | 78 'at_exit.h', |
| 77 'atomic_ref_count.h', | 79 'atomic_ref_count.h', |
| 78 'atomic_sequence_num.h', | 80 'atomic_sequence_num.h', |
| 79 'atomicops.h', | 81 'atomicops.h', |
| 80 'atomicops_internals_gcc.h', | 82 'atomicops_internals_gcc.h', |
| 81 'atomicops_internals_mac.h', | 83 'atomicops_internals_mac.h', |
| 82 'atomicops_internals_tsan.h', | 84 'atomicops_internals_tsan.h', |
| 83 'atomicops_internals_x86_gcc.cc', | 85 'atomicops_internals_x86_gcc.cc', |
| 84 'atomicops_internals_x86_gcc.h', | 86 'atomicops_internals_x86_gcc.h', |
| (...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 'i18n/string_search.h', | 989 'i18n/string_search.h', |
| 988 'i18n/time_formatting.cc', | 990 'i18n/time_formatting.cc', |
| 989 'i18n/time_formatting.h', | 991 'i18n/time_formatting.h', |
| 990 'i18n/timezone.cc', | 992 'i18n/timezone.cc', |
| 991 'i18n/timezone.h', | 993 'i18n/timezone.h', |
| 992 ], | 994 ], |
| 993 }] | 995 }] |
| 994 ], | 996 ], |
| 995 }, | 997 }, |
| 996 } | 998 } |
| OLD | NEW |