| 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 752 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 751 'sources/': [ | 753 'sources/': [ |
| 752 ['exclude', '^third_party/nspr/'], | 754 ['exclude', '^third_party/nspr/'], |
| 753 ], | 755 ], |
| 754 }], | 756 }], |
| 755 ], | 757 ], |
| 756 }], | 758 }], |
| 757 ], | 759 ], |
| 758 }, | 760 }, |
| 759 } | 761 } |
| OLD | NEW |