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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 1121643002: Modify the NaCL GN toolchains to force component build off. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 8 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_toolchain.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index 00b6c05797648e16dcb62a8fa83c0b68007153f1..2083b195c7b8b6e93011a3c63354045df1fa2a5b 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -222,6 +222,9 @@ template("gcc_toolchain") {
if (defined(invoker.is_clang)) {
is_clang = invoker.is_clang
}
+ if (defined(invoker.is_component_build)) {
+ is_component_build = invoker.is_component_build
+ }
}
if (defined(invoker.deps)) {
« no previous file with comments | « no previous file | build/toolchain/nacl_toolchain.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698