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 29 matching lines...) Expand all Loading... |
40 'android/fifo_utils.cc', | 40 'android/fifo_utils.cc', |
41 'android/fifo_utils.h', | 41 'android/fifo_utils.h', |
42 'android/important_file_writer_android.cc', | 42 'android/important_file_writer_android.cc', |
43 'android/important_file_writer_android.h', | 43 'android/important_file_writer_android.h', |
44 'android/scoped_java_ref.cc', | 44 'android/scoped_java_ref.cc', |
45 'android/scoped_java_ref.h', | 45 'android/scoped_java_ref.h', |
46 'android/jni_android.cc', | 46 'android/jni_android.cc', |
47 'android/jni_android.h', | 47 'android/jni_android.h', |
48 'android/jni_array.cc', | 48 'android/jni_array.cc', |
49 'android/jni_array.h', | 49 'android/jni_array.h', |
50 'android/jni_helper.cc', | |
51 'android/jni_helper.h', | 50 'android/jni_helper.h', |
52 'android/jni_registrar.cc', | 51 'android/jni_registrar.cc', |
53 'android/jni_registrar.h', | 52 'android/jni_registrar.h', |
54 'android/jni_string.cc', | 53 'android/jni_string.cc', |
55 'android/jni_string.h', | 54 'android/jni_string.h', |
| 55 'android/jni_weak_ref.cc', |
| 56 'android/jni_weak_ref.h', |
56 'android/library_loader/library_loader_hooks.cc', | 57 'android/library_loader/library_loader_hooks.cc', |
57 'android/library_loader/library_loader_hooks.h', | 58 'android/library_loader/library_loader_hooks.h', |
58 'android/memory_pressure_listener_android.cc', | 59 'android/memory_pressure_listener_android.cc', |
59 'android/memory_pressure_listener_android.h', | 60 'android/memory_pressure_listener_android.h', |
60 'android/java_handler_thread.cc', | 61 'android/java_handler_thread.cc', |
61 'android/java_handler_thread.h', | 62 'android/java_handler_thread.h', |
62 'android/path_service_android.cc', | 63 'android/path_service_android.cc', |
63 'android/path_service_android.h', | 64 'android/path_service_android.h', |
64 'android/path_utils.cc', | 65 'android/path_utils.cc', |
65 'android/path_utils.h', | 66 'android/path_utils.h', |
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 'i18n/time_formatting.h', | 955 'i18n/time_formatting.h', |
955 'i18n/timezone.cc', | 956 'i18n/timezone.cc', |
956 'i18n/timezone.h', | 957 'i18n/timezone.h', |
957 'i18n/utf8_validator_tables.cc', | 958 'i18n/utf8_validator_tables.cc', |
958 'i18n/utf8_validator_tables.h', | 959 'i18n/utf8_validator_tables.h', |
959 ], | 960 ], |
960 }] | 961 }] |
961 ], | 962 ], |
962 }, | 963 }, |
963 } | 964 } |
OLD | NEW |