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

Unified 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 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/config.gni
diff --git a/build/config/nacl/config.gni b/build/config/nacl/config.gni
index 887c853a3d25eeda9fa83411ab2853b5f591aef9..cb8769caf8d1577d774ffa358d480a2614429936 100644
--- a/build/config/nacl/config.gni
+++ b/build/config/nacl/config.gni
@@ -8,3 +8,6 @@ declare_args() {
# is being used instead.
is_nacl_glibc = false
}
+
+nacl_toolchain_dir = rebase_path("//native_client/toolchain", root_build_dir)
+nacl_host_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