| # Copyright 2015 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| declare_args() { |
| # Native Client supports both Newlib and Glibc C libraries where Newlib |
| # is assumed to be the default one; use this to determine whether Glibc |
| # is being used instead. |
| is_nacl_glibc = false |
| |
| # Native Client has a portable (PNaCl) and native variant; use this to |
| # determine which one is currently being used. |
| is_pnacl = false |
| } |