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 |