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 26 matching lines...) Expand all Loading... |
37 'android/fifo_utils.cc', | 37 'android/fifo_utils.cc', |
38 'android/fifo_utils.h', | 38 'android/fifo_utils.h', |
39 'android/important_file_writer_android.cc', | 39 'android/important_file_writer_android.cc', |
40 'android/important_file_writer_android.h', | 40 'android/important_file_writer_android.h', |
41 'android/java_handler_thread.cc', | 41 'android/java_handler_thread.cc', |
42 'android/java_handler_thread.h', | 42 'android/java_handler_thread.h', |
43 'android/jni_android.cc', | 43 'android/jni_android.cc', |
44 'android/jni_android.h', | 44 'android/jni_android.h', |
45 'android/jni_array.cc', | 45 'android/jni_array.cc', |
46 'android/jni_array.h', | 46 'android/jni_array.h', |
47 'android/jni_onload_delegate.h', | |
48 'android/jni_registrar.cc', | 47 'android/jni_registrar.cc', |
49 'android/jni_registrar.h', | 48 'android/jni_registrar.h', |
50 'android/jni_string.cc', | 49 'android/jni_string.cc', |
51 'android/jni_string.h', | 50 'android/jni_string.h', |
52 'android/jni_utils.cc', | 51 'android/jni_utils.cc', |
53 'android/jni_utils.h', | 52 'android/jni_utils.h', |
54 'android/jni_weak_ref.cc', | 53 'android/jni_weak_ref.cc', |
55 'android/jni_weak_ref.h', | 54 'android/jni_weak_ref.h', |
56 'android/library_loader/library_load_from_apk_status_codes.h', | 55 'android/library_loader/library_load_from_apk_status_codes.h', |
57 'android/library_loader/library_loader_hooks.cc', | 56 'android/library_loader/library_loader_hooks.cc', |
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 'i18n/time_formatting.h', | 1046 'i18n/time_formatting.h', |
1048 'i18n/timezone.cc', | 1047 'i18n/timezone.cc', |
1049 'i18n/timezone.h', | 1048 'i18n/timezone.h', |
1050 'i18n/utf8_validator_tables.cc', | 1049 'i18n/utf8_validator_tables.cc', |
1051 'i18n/utf8_validator_tables.h', | 1050 'i18n/utf8_validator_tables.h', |
1052 ], | 1051 ], |
1053 }] | 1052 }] |
1054 ], | 1053 ], |
1055 }, | 1054 }, |
1056 } | 1055 } |
OLD | NEW |