Chromium Code Reviews| Index: build/config/nacl/nacl.gni |
| diff --git a/build/config/nacl/nacl.gni b/build/config/nacl/nacl.gni |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ae99915a556f6f46033c9c16dcfc3ec69b8afb77 |
| --- /dev/null |
| +++ b/build/config/nacl/nacl.gni |
| @@ -0,0 +1,6 @@ |
| +# Copyright 2015 The Native Client Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +nacl_toolchain_dir = rebase_path("//native_client/toolchain") |
|
brettw
2015/09/09 20:52:30
I prefer keeping all variables in GN-style and the
Petr Hosek
2015/09/09 22:14:49
Done.
|
| +os_toolchain_dir = "${nacl_toolchain_dir}/${host_os}_x86" |