| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'android/java_handler_thread.h', | 70 'android/java_handler_thread.h', |
| 71 'android/path_service_android.cc', | 71 'android/path_service_android.cc', |
| 72 'android/path_service_android.h', | 72 'android/path_service_android.h', |
| 73 'android/path_utils.cc', | 73 'android/path_utils.cc', |
| 74 'android/path_utils.h', | 74 'android/path_utils.h', |
| 75 'android/record_histogram.cc', | 75 'android/record_histogram.cc', |
| 76 'android/record_histogram.h', | 76 'android/record_histogram.h', |
| 77 'android/sys_utils.cc', | 77 'android/sys_utils.cc', |
| 78 'android/sys_utils.h', | 78 'android/sys_utils.h', |
| 79 'android/thread_utils.h', | 79 'android/thread_utils.h', |
| 80 'android/early_trace_event.cc', |
| 81 'android/early_trace_event.h', |
| 80 'android/trace_event_binding.cc', | 82 'android/trace_event_binding.cc', |
| 81 'android/trace_event_binding.h', | 83 'android/trace_event_binding.h', |
| 82 'at_exit.cc', | 84 'at_exit.cc', |
| 83 'at_exit.h', | 85 'at_exit.h', |
| 84 'atomic_ref_count.h', | 86 'atomic_ref_count.h', |
| 85 'atomic_sequence_num.h', | 87 'atomic_sequence_num.h', |
| 86 'atomicops.h', | 88 'atomicops.h', |
| 87 'atomicops_internals_gcc.h', | 89 'atomicops_internals_gcc.h', |
| 88 'atomicops_internals_mac.h', | 90 'atomicops_internals_mac.h', |
| 89 'atomicops_internals_portable.h', | 91 'atomicops_internals_portable.h', |
| (...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 'i18n/time_formatting.h', | 1032 'i18n/time_formatting.h', |
| 1031 'i18n/timezone.cc', | 1033 'i18n/timezone.cc', |
| 1032 'i18n/timezone.h', | 1034 'i18n/timezone.h', |
| 1033 'i18n/utf8_validator_tables.cc', | 1035 'i18n/utf8_validator_tables.cc', |
| 1034 'i18n/utf8_validator_tables.h', | 1036 'i18n/utf8_validator_tables.h', |
| 1035 ], | 1037 ], |
| 1036 }] | 1038 }] |
| 1037 ], | 1039 ], |
| 1038 }, | 1040 }, |
| 1039 } | 1041 } |
| OLD | NEW |