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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 20 matching lines...) Expand all Loading... |
31 'third_party/xdg_mime/xdgmime.h', | 31 'third_party/xdg_mime/xdgmime.h', |
32 'allocator/allocator_extension.cc', | 32 'allocator/allocator_extension.cc', |
33 'allocator/allocator_extension.h', | 33 'allocator/allocator_extension.h', |
34 'allocator/type_profiler_control.cc', | 34 'allocator/type_profiler_control.cc', |
35 'allocator/type_profiler_control.h', | 35 'allocator/type_profiler_control.h', |
36 'android/base_jni_registrar.cc', | 36 'android/base_jni_registrar.cc', |
37 'android/base_jni_registrar.h', | 37 'android/base_jni_registrar.h', |
38 'android/build_info.cc', | 38 'android/build_info.cc', |
39 'android/build_info.h', | 39 'android/build_info.h', |
40 'android/cpu_features.cc', | 40 'android/cpu_features.cc', |
41 'android/scoped_java_ref.cc', | |
42 'android/scoped_java_ref.h', | |
43 'android/jni_android.cc', | 41 'android/jni_android.cc', |
44 'android/jni_android.h', | 42 'android/jni_android.h', |
45 'android/jni_array.cc', | 43 'android/jni_array.cc', |
46 'android/jni_array.h', | 44 'android/jni_array.h', |
47 'android/jni_helper.cc', | 45 'android/jni_helper.cc', |
48 'android/jni_helper.h', | 46 'android/jni_helper.h', |
| 47 'android/jni_local_ref_extensions.cc', |
| 48 'android/jni_local_ref_extensions.h', |
49 'android/jni_registrar.cc', | 49 'android/jni_registrar.cc', |
50 'android/jni_registrar.h', | 50 'android/jni_registrar.h', |
51 'android/jni_string.cc', | 51 'android/jni_string.cc', |
52 'android/jni_string.h', | 52 'android/jni_string.h', |
53 'android/locale_utils.cc', | 53 'android/locale_utils.cc', |
54 'android/locale_utils.h', | 54 'android/locale_utils.h', |
55 'android/path_service_android.cc', | 55 'android/path_service_android.cc', |
56 'android/path_service_android.h', | 56 'android/path_service_android.h', |
57 'android/path_utils.cc', | 57 'android/path_utils.cc', |
58 'android/path_utils.h', | 58 'android/path_utils.h', |
| 59 'android/scoped_java_ref.cc', |
| 60 'android/scoped_java_ref.h', |
59 'android/thread_utils.h', | 61 'android/thread_utils.h', |
60 'at_exit.cc', | 62 'at_exit.cc', |
61 'at_exit.h', | 63 'at_exit.h', |
62 'atomic_ref_count.h', | 64 'atomic_ref_count.h', |
63 'atomic_sequence_num.h', | 65 'atomic_sequence_num.h', |
64 'atomicops.h', | 66 'atomicops.h', |
65 'atomicops_internals_gcc.h', | 67 'atomicops_internals_gcc.h', |
66 'atomicops_internals_mac.h', | 68 'atomicops_internals_mac.h', |
67 'atomicops_internals_tsan.h', | 69 'atomicops_internals_tsan.h', |
68 'atomicops_internals_x86_gcc.cc', | 70 'atomicops_internals_x86_gcc.cc', |
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 765 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
764 'sources/': [ | 766 'sources/': [ |
765 ['exclude', '^third_party/nspr/'], | 767 ['exclude', '^third_party/nspr/'], |
766 ], | 768 ], |
767 }], | 769 }], |
768 ], | 770 ], |
769 }], | 771 }], |
770 ], | 772 ], |
771 }, | 773 }, |
772 } | 774 } |
OLD | NEW |