Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2015 The Native Client Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 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.
| |
| 6 os_toolchain_dir = "${nacl_toolchain_dir}/${host_os}_x86" | |
| OLD | NEW |