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

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

Issue 1395573003: Build nacl_helper_nonsfi with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: build/config/nacl/config.gni
diff --git a/build/config/nacl/config.gni b/build/config/nacl/config.gni
index b743910ef4a8e4a950a92c5595d181b6cbc3a0e8..b757fdce370ea29a0521483e45f06ed3a83afde5 100644
--- a/build/config/nacl/config.gni
+++ b/build/config/nacl/config.gni
@@ -7,6 +7,7 @@ declare_args() {
# is assumed to be the default one; use this to determine whether Glibc
# is being used instead.
is_nacl_glibc = false
+ is_nacl_nonsfi = false
brettw 2015/10/26 00:49:47 This can just be defined outside of the declare ar
Petr Hosek 2015/10/26 01:55:11 Done.
}
nacl_toolchain_dir = "//native_client/toolchain/${host_os}_x86"

Powered by Google App Engine
This is Rietveld 408576698