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 28 matching lines...) Expand all Loading... |
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', | 41 'android/scoped_java_ref.cc', |
42 'android/scoped_java_ref.h', | 42 'android/scoped_java_ref.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_helper.cc', | 47 'android/jni_helper.cc', |
48 'android/jni_helper.h', | 48 'android/jni_helper.h', |
| 49 'android/jni_map.cc', |
| 50 'android/jni_map.h', |
49 'android/jni_registrar.cc', | 51 'android/jni_registrar.cc', |
50 'android/jni_registrar.h', | 52 'android/jni_registrar.h', |
51 'android/jni_string.cc', | 53 'android/jni_string.cc', |
52 'android/jni_string.h', | 54 'android/jni_string.h', |
53 'android/locale_utils.cc', | 55 'android/locale_utils.cc', |
54 'android/locale_utils.h', | 56 'android/locale_utils.h', |
55 'android/path_service_android.cc', | 57 'android/path_service_android.cc', |
56 'android/path_service_android.h', | 58 'android/path_service_android.h', |
57 'android/path_utils.cc', | 59 'android/path_utils.cc', |
58 'android/path_utils.h', | 60 'android/path_utils.h', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 761 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
760 'sources/': [ | 762 'sources/': [ |
761 ['exclude', '^third_party/nspr/'], | 763 ['exclude', '^third_party/nspr/'], |
762 ], | 764 ], |
763 }], | 765 }], |
764 ], | 766 ], |
765 }], | 767 }], |
766 ], | 768 ], |
767 }, | 769 }, |
768 } | 770 } |
OLD | NEW |