| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'android/java_handler_thread.h', | 73 'android/java_handler_thread.h', |
| 74 'android/path_service_android.cc', | 74 'android/path_service_android.cc', |
| 75 'android/path_service_android.h', | 75 'android/path_service_android.h', |
| 76 'android/path_utils.cc', | 76 'android/path_utils.cc', |
| 77 'android/path_utils.h', | 77 'android/path_utils.h', |
| 78 'android/record_histogram.cc', | 78 'android/record_histogram.cc', |
| 79 'android/record_histogram.h', | 79 'android/record_histogram.h', |
| 80 'android/sys_utils.cc', | 80 'android/sys_utils.cc', |
| 81 'android/sys_utils.h', | 81 'android/sys_utils.h', |
| 82 'android/thread_utils.h', | 82 'android/thread_utils.h', |
| 83 'android/early_trace_event.cc', |
| 84 'android/early_trace_event.h', |
| 83 'android/trace_event_binding.cc', | 85 'android/trace_event_binding.cc', |
| 84 'android/trace_event_binding.h', | 86 'android/trace_event_binding.h', |
| 85 'at_exit.cc', | 87 'at_exit.cc', |
| 86 'at_exit.h', | 88 'at_exit.h', |
| 87 'atomic_ref_count.h', | 89 'atomic_ref_count.h', |
| 88 'atomic_sequence_num.h', | 90 'atomic_sequence_num.h', |
| 89 'atomicops.h', | 91 'atomicops.h', |
| 90 'atomicops_internals_gcc.h', | 92 'atomicops_internals_gcc.h', |
| 91 'atomicops_internals_mac.h', | 93 'atomicops_internals_mac.h', |
| 92 'atomicops_internals_portable.h', | 94 'atomicops_internals_portable.h', |
| (...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 'i18n/time_formatting.h', | 1042 'i18n/time_formatting.h', |
| 1041 'i18n/timezone.cc', | 1043 'i18n/timezone.cc', |
| 1042 'i18n/timezone.h', | 1044 'i18n/timezone.h', |
| 1043 'i18n/utf8_validator_tables.cc', | 1045 'i18n/utf8_validator_tables.cc', |
| 1044 'i18n/utf8_validator_tables.h', | 1046 'i18n/utf8_validator_tables.h', |
| 1045 ], | 1047 ], |
| 1046 }] | 1048 }] |
| 1047 ], | 1049 ], |
| 1048 }, | 1050 }, |
| 1049 } | 1051 } |
| OLD | NEW |