Index: base/test/BUILD.gn |
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn |
index 8af09252fd989a2ebea197f0e185bf66258db36c..5cbd56e400db10ab61f6f30c00a6dbe1957c2c40 100644 |
--- a/base/test/BUILD.gn |
+++ b/base/test/BUILD.gn |
@@ -9,7 +9,8 @@ if (is_android) { |
} |
source_set("test_support") { |
- testonly = true |
+ # TODO http://crbug.com/412064 enable this flag all the time. |
+ testonly = !is_component_build |
sources = [ |
"expectations/expectation.cc", |
"expectations/expectation.h", |