Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: build/config/nacl/config.gni

Issue 1365973004: Build PPAPI PNaCl Newlib tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-is-pnacl
Patch Set: Review feedback addressed Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/toolchain/nacl/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 nacl_toolchain_dir = rebase_path("//native_client/toolchain", root_build_dir)
6 os_toolchain_dir = "${nacl_toolchain_dir}/${host_os}_x86"
brettw 2015/10/01 17:27:36 Since this is going to be basically a global varia
Petr Hosek 2015/10/03 05:25:27 Done.
7
5 declare_args() { 8 declare_args() {
6 # Native Client supports both Newlib and Glibc C libraries where Newlib 9 # Native Client supports both Newlib and Glibc C libraries where Newlib
7 # is assumed to be the default one; use this to determine whether Glibc 10 # is assumed to be the default one; use this to determine whether Glibc
8 # is being used instead. 11 # is being used instead.
9 is_nacl_glibc = false 12 is_nacl_glibc = false
10 } 13 }
OLDNEW
« no previous file with comments | « no previous file | build/toolchain/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698