| OLD | NEW |
| 1 # -*- gyp -*- | 1 # -*- gyp -*- |
| 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. | 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'includes': [ | 7 'includes': [ |
| 8 '../../../build/common.gypi', | 8 '../../../build/common.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'targets': [ | 57 'targets': [ |
| 58 { | 58 { |
| 59 'target_name': 'ncfileutils_x86_64', | 59 'target_name': 'ncfileutils_x86_64', |
| 60 'type': 'static_library', | 60 'type': 'static_library', |
| 61 'hard_dependency': 1, | 61 'hard_dependency': 1, |
| 62 'variables': { | 62 'variables': { |
| 63 'target_base': 'ncfileutils', | 63 'target_base': 'ncfileutils', |
| 64 }, | 64 }, |
| 65 }], | 65 }], |
| 66 }], | 66 }], |
| 67 ['target_arch=="arm"', { | |
| 68 'targets': [], | |
| 69 }], | |
| 70 ], | 67 ], |
| 71 } | 68 } |
| OLD | NEW |