| 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 11 matching lines...) Expand all Loading... |
| 22 'third_party/nspr/prcpucfg_linux.h', | 22 'third_party/nspr/prcpucfg_linux.h', |
| 23 'third_party/xdg_mime/xdgmime.h', | 23 'third_party/xdg_mime/xdgmime.h', |
| 24 'allocator/allocator_extension.cc', | 24 'allocator/allocator_extension.cc', |
| 25 'allocator/allocator_extension.h', | 25 'allocator/allocator_extension.h', |
| 26 'allocator/type_profiler_control.cc', | 26 'allocator/type_profiler_control.cc', |
| 27 'allocator/type_profiler_control.h', | 27 'allocator/type_profiler_control.h', |
| 28 'android/base_jni_registrar.cc', | 28 'android/base_jni_registrar.cc', |
| 29 'android/base_jni_registrar.h', | 29 'android/base_jni_registrar.h', |
| 30 'android/build_info.cc', | 30 'android/build_info.cc', |
| 31 'android/build_info.h', | 31 'android/build_info.h', |
| 32 'android/cpu_features.cc', |
| 32 'android/scoped_java_ref.cc', | 33 'android/scoped_java_ref.cc', |
| 33 'android/scoped_java_ref.h', | 34 'android/scoped_java_ref.h', |
| 34 'android/jni_android.cc', | 35 'android/jni_android.cc', |
| 35 'android/jni_android.h', | 36 'android/jni_android.h', |
| 36 'android/jni_array.cc', | 37 'android/jni_array.cc', |
| 37 'android/jni_array.h', | 38 'android/jni_array.h', |
| 38 'android/jni_helper.cc', | 39 'android/jni_helper.cc', |
| 39 'android/jni_helper.h', | 40 'android/jni_helper.h', |
| 40 'android/jni_registrar.cc', | 41 'android/jni_registrar.cc', |
| 41 'android/jni_registrar.h', | 42 'android/jni_registrar.h', |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 723 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 723 # command-line-string limitation when building NaCl on Windows. | 724 # command-line-string limitation when building NaCl on Windows. |
| 724 ['OS == "win" and >(nacl_untrusted_build)==1', { | 725 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 725 'sources/': [ ['exclude', '\\.h$'] ], | 726 'sources/': [ ['exclude', '\\.h$'] ], |
| 726 }], | 727 }], |
| 727 ], | 728 ], |
| 728 }], | 729 }], |
| 729 ], | 730 ], |
| 730 }, | 731 }, |
| 731 } | 732 } |
| OLD | NEW |