| 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 15 matching lines...) Expand all Loading... |
| 26 'third_party/nspr/prcpucfg_solaris.h', | 26 'third_party/nspr/prcpucfg_solaris.h', |
| 27 'third_party/nspr/prcpucfg_win.h', | 27 'third_party/nspr/prcpucfg_win.h', |
| 28 'third_party/nspr/prtime.cc', | 28 'third_party/nspr/prtime.cc', |
| 29 'third_party/nspr/prtime.h', | 29 'third_party/nspr/prtime.h', |
| 30 'third_party/nspr/prtypes.h', | 30 'third_party/nspr/prtypes.h', |
| 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/activity_status.cc', |
| 37 'android/activity_status.h', |
| 36 'android/base_jni_registrar.cc', | 38 'android/base_jni_registrar.cc', |
| 37 'android/base_jni_registrar.h', | 39 'android/base_jni_registrar.h', |
| 38 'android/build_info.cc', | 40 'android/build_info.cc', |
| 39 'android/build_info.h', | 41 'android/build_info.h', |
| 40 'android/cpu_features.cc', | 42 'android/cpu_features.cc', |
| 41 'android/important_file_writer_android.cc', | 43 'android/important_file_writer_android.cc', |
| 42 'android/important_file_writer_android.h', | 44 'android/important_file_writer_android.h', |
| 43 'android/scoped_java_ref.cc', | 45 'android/scoped_java_ref.cc', |
| 44 'android/scoped_java_ref.h', | 46 'android/scoped_java_ref.h', |
| 45 'android/jni_android.cc', | 47 'android/jni_android.cc', |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 779 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 778 'sources/': [ | 780 'sources/': [ |
| 779 ['exclude', '^third_party/nspr/'], | 781 ['exclude', '^third_party/nspr/'], |
| 780 ], | 782 ], |
| 781 }], | 783 }], |
| 782 ], | 784 ], |
| 783 }], | 785 }], |
| 784 ], | 786 ], |
| 785 }, | 787 }, |
| 786 } | 788 } |
| OLD | NEW |