| Index: build/secondary/testing/gtest/BUILD.gn
|
| diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
|
| index 8e5cdcccede667ffd151cfb0d652dc1cd00bcc7a..13d49f124686b4d67434b44c5a34c5d527f77c1f 100644
|
| --- a/build/secondary/testing/gtest/BUILD.gn
|
| +++ b/build/secondary/testing/gtest/BUILD.gn
|
| @@ -68,8 +68,7 @@ config("gtest_warnings") {
|
| }
|
|
|
| static_library("gtest") {
|
| - # TODO http://crbug.com/412064 enable this flag all the time.
|
| - testonly = !is_component_build
|
| + testonly = true
|
| sources = [
|
| "include/gtest/gtest-death-test.h",
|
| "include/gtest/gtest-message.h",
|
| @@ -139,8 +138,7 @@ static_library("gtest") {
|
| }
|
|
|
| source_set("gtest_main") {
|
| - # TODO http://crbug.com/412064 enable this flag all the time.
|
| - testonly = !is_component_build
|
| + testonly = true
|
| sources = [
|
| "src/gtest_main.cc",
|
| ]
|
|
|