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

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: Re-enable appropriate warnings 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 1afc7ddf239dfc7113e90eeea9a1461736352ff2..6231367b9a3efd8edc8cd668ba6bdee1091e4d47 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -386,6 +386,7 @@ template("gcc_toolchain") {
"is_clang",
"is_component_build",
"is_nacl_glibc",
+ "is_nacl_nonsfi",
"use_gold",
"symbol_level",
])

Powered by Google App Engine
This is Rietveld 408576698