| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/thread_utils.h', |
| 59 'at_exit.cc', | 60 'at_exit.cc', |
| 60 'at_exit.h', | 61 'at_exit.h', |
| 61 'atomic_ref_count.h', | 62 'atomic_ref_count.h', |
| 62 'atomic_sequence_num.h', | 63 'atomic_sequence_num.h', |
| 63 'atomicops.h', | 64 'atomicops.h', |
| 64 'atomicops_internals_gcc.h', | 65 'atomicops_internals_gcc.h', |
| 65 'atomicops_internals_mac.h', | 66 'atomicops_internals_mac.h', |
| 66 'atomicops_internals_tsan.h', | 67 'atomicops_internals_tsan.h', |
| 67 'atomicops_internals_x86_gcc.cc', | 68 'atomicops_internals_x86_gcc.cc', |
| 68 'atomicops_internals_x86_gcc.h', | 69 'atomicops_internals_x86_gcc.h', |
| (...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 749 'sources/': [ | 750 'sources/': [ |
| 750 ['exclude', '^third_party/nspr/'], | 751 ['exclude', '^third_party/nspr/'], |
| 751 ], | 752 ], |
| 752 }], | 753 }], |
| 753 ], | 754 ], |
| 754 }], | 755 }], |
| 755 ], | 756 ], |
| 756 }, | 757 }, |
| 757 } | 758 } |
| OLD | NEW |