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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 1395573003: Build nacl_helper_nonsfi with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/toolchain/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index c4feb9732a985213a5bb24417a1a680908df3d2b..99fbea73fe2af82e34bd638c083c5ec047b50dc3 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -349,6 +349,7 @@ template("gcc_toolchain") {
"is_nacl_glibc",
"use_gold",
"symbol_level",
+ "is_nacl_nonsfi",
Dirk Pranke 2015/10/21 20:03:52 nit: sort these?
Petr Hosek 2015/10/22 18:32:13 Done.
])
if (defined(invoker.clear_sanitizers) && invoker.clear_sanitizers) {

Powered by Google App Engine
This is Rietveld 408576698