Chromium Code Reviews| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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"', { | 67 ['target_arch=="arm"', { |
| 68 'targets': [], | 68 'targets': [], |
| 69 }], | 69 }], |
| 70 ['target_arch=="mipsel"', { | |
| 71 'targets': [], | |
|
Mark Seaborn
2013/09/20 23:11:17
This is presumably just a no-op? Can you omit it,
petarj
2013/09/23 17:49:24
Done.
| |
| 72 }], | |
| 70 ], | 73 ], |
| 71 } | 74 } |
| OLD | NEW |