| OLD | NEW |
| 1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2011 The Native Client 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 # TODO(bradchen): eliminate need for the warning flag removals below | 5 # TODO(bradchen): eliminate need for the warning flag removals below |
| 6 { | 6 { |
| 7 'includes': [ | 7 'includes': [ |
| 8 '../../../build/common.gypi', | 8 '../../../build/common.gypi', |
| 9 ], | 9 ], |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'targets': [ | 65 'targets': [ |
| 66 { | 66 { |
| 67 'target_name': 'nccopy_x86_64', | 67 'target_name': 'nccopy_x86_64', |
| 68 'type': 'static_library', | 68 'type': 'static_library', |
| 69 'hard_dependency': 1, | 69 'hard_dependency': 1, |
| 70 'variables': { | 70 'variables': { |
| 71 'target_base': 'nccopy', | 71 'target_base': 'nccopy', |
| 72 }, | 72 }, |
| 73 }], | 73 }], |
| 74 }], | 74 }], |
| 75 [ 'target_arch=="arm"', { | |
| 76 'targets': [] | |
| 77 }], | |
| 78 ], | 75 ], |
| 79 } | 76 } |
| OLD | NEW |