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

Unified Diff: build/config/nacl/nacl.gni

Issue 1333673002: Build PPAPI NaCl Glibc tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/toolchain/nacl/BUILD.gn » ('j') | ppapi/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | build/toolchain/nacl/BUILD.gn » ('j') | ppapi/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698