| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'android/jni_array.cc', | 56 'android/jni_array.cc', |
| 57 'android/jni_array.h', | 57 'android/jni_array.h', |
| 58 'android/jni_helper.cc', | 58 'android/jni_helper.cc', |
| 59 'android/jni_helper.h', | 59 'android/jni_helper.h', |
| 60 'android/jni_registrar.cc', | 60 'android/jni_registrar.cc', |
| 61 'android/jni_registrar.h', | 61 'android/jni_registrar.h', |
| 62 'android/jni_string.cc', | 62 'android/jni_string.cc', |
| 63 'android/jni_string.h', | 63 'android/jni_string.h', |
| 64 'android/library_loader/library_loader_hooks.cc', | 64 'android/library_loader/library_loader_hooks.cc', |
| 65 'android/library_loader/library_loader_hooks.h', | 65 'android/library_loader/library_loader_hooks.h', |
| 66 'android/library_loader/results_codes.h', | |
| 67 'android/library_loader/results_codes_list.h', | |
| 68 'android/memory_pressure_listener_android.cc', | 66 'android/memory_pressure_listener_android.cc', |
| 69 'android/memory_pressure_listener_android.h', | 67 'android/memory_pressure_listener_android.h', |
| 70 'android/java_handler_thread.cc', | 68 'android/java_handler_thread.cc', |
| 71 'android/java_handler_thread.h', | 69 'android/java_handler_thread.h', |
| 72 'android/path_service_android.cc', | 70 'android/path_service_android.cc', |
| 73 'android/path_service_android.h', | 71 'android/path_service_android.h', |
| 74 'android/path_utils.cc', | 72 'android/path_utils.cc', |
| 75 'android/path_utils.h', | 73 'android/path_utils.h', |
| 76 'android/sys_utils.cc', | 74 'android/sys_utils.cc', |
| 77 'android/sys_utils.h', | 75 'android/sys_utils.h', |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 'i18n/time_formatting.h', | 980 'i18n/time_formatting.h', |
| 983 'i18n/timezone.cc', | 981 'i18n/timezone.cc', |
| 984 'i18n/timezone.h', | 982 'i18n/timezone.h', |
| 985 'i18n/utf8_validator_tables.cc', | 983 'i18n/utf8_validator_tables.cc', |
| 986 'i18n/utf8_validator_tables.h', | 984 'i18n/utf8_validator_tables.h', |
| 987 ], | 985 ], |
| 988 }] | 986 }] |
| 989 ], | 987 ], |
| 990 }, | 988 }, |
| 991 } | 989 } |
| OLD | NEW |