Chromium Code Reviews| 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 'includes': [ | 6 'includes': [ |
| 7 '../../../../native_client/build/untrusted.gypi', | 7 '../../../../native_client/build/untrusted.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 # We need to override the variables in untrusted.gypi outside of a | 10 # We need to override the variables in untrusted.gypi outside of a |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 137 }], | 137 }], |
| 138 # TODO(ncbray) handle arm case. We don't have ARM glibc yet. | 138 # TODO(ncbray) handle arm case. We don't have ARM glibc yet. |
| 139 ], | 139 ], |
| 140 }, | 140 }, |
| 141 ], | 141 ], |
| 142 }], | 142 }], |
| 143 ], | 143 ], |
| 144 }], | 144 }], |
| 145 ], | 145 ], |
| 146 }, | 146 }, |
| 147 } | 147 } |
|
Mark Seaborn
2012/09/12 18:09:45
There are no changes to this file except whitespac
Nick Bray (chromium)
2012/09/12 20:50:59
Done.
| |
| OLD | NEW |