| 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 23 matching lines...) Expand all Loading... |
| 34 'android/jni_array.cc', | 34 'android/jni_array.cc', |
| 35 'android/jni_array.h', | 35 'android/jni_array.h', |
| 36 'android/jni_helper.cc', | 36 'android/jni_helper.cc', |
| 37 'android/jni_helper.h', | 37 'android/jni_helper.h', |
| 38 'android/jni_registrar.cc', | 38 'android/jni_registrar.cc', |
| 39 'android/jni_registrar.h', | 39 'android/jni_registrar.h', |
| 40 'android/jni_string.cc', | 40 'android/jni_string.cc', |
| 41 'android/jni_string.h', | 41 'android/jni_string.h', |
| 42 'android/locale_utils.cc', | 42 'android/locale_utils.cc', |
| 43 'android/locale_utils.h', | 43 'android/locale_utils.h', |
| 44 'android/path_service.cc', |
| 45 'android/path_service.h', |
| 44 'android/path_utils.cc', | 46 'android/path_utils.cc', |
| 45 'android/path_utils.h', | 47 'android/path_utils.h', |
| 46 'at_exit.cc', | 48 'at_exit.cc', |
| 47 'at_exit.h', | 49 'at_exit.h', |
| 48 'atomic_ref_count.h', | 50 'atomic_ref_count.h', |
| 49 'atomic_sequence_num.h', | 51 'atomic_sequence_num.h', |
| 50 'atomicops.h', | 52 'atomicops.h', |
| 51 'atomicops_internals_mac.h', | 53 'atomicops_internals_mac.h', |
| 52 'atomicops_internals_x86_gcc.cc', | 54 'atomicops_internals_x86_gcc.cc', |
| 53 'atomicops_internals_x86_gcc.h', | 55 'atomicops_internals_x86_gcc.h', |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 676 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 675 # command-line-string limitation when building NaCl on Windows. | 677 # command-line-string limitation when building NaCl on Windows. |
| 676 ['OS == "win" and >(nacl_untrusted_build)==1', { | 678 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 677 'sources/': [ ['exclude', '\\.h$'] ], | 679 'sources/': [ ['exclude', '\\.h$'] ], |
| 678 }], | 680 }], |
| 679 ], | 681 ], |
| 680 }], | 682 }], |
| 681 ], | 683 ], |
| 682 }, | 684 }, |
| 683 } | 685 } |
| OLD | NEW |