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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 1119613002: Fix building NaCl in Linux component GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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/config/features.gni » ('j') | build/config/features.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 455ec0d3dc4bebd3cee1b670fe5c87c277c99bfb..99000448b3ed501cfd3bc2e9e46fbd6662c00dea 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -159,6 +159,9 @@ if (current_os == "win") {
is_nacl = true
is_posix = true
is_win = false
+
+ # Component build never makes sense for the nacl toolchains.
+ is_component_build = false
} else if (current_os == "ios") {
is_android = false
is_chromeos = false
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | build/config/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698