| Index: build/secondary/testing/gmock/BUILD.gn
|
| diff --git a/build/secondary/testing/gmock/BUILD.gn b/build/secondary/testing/gmock/BUILD.gn
|
| index 4ec62245e6b2ddaa11a0ac41de839f109d410021..6298241d1cea5af916640502808ba14f9e743cd3 100644
|
| --- a/build/secondary/testing/gmock/BUILD.gn
|
| +++ b/build/secondary/testing/gmock/BUILD.gn
|
| @@ -8,8 +8,7 @@ config("gmock_config") {
|
| }
|
|
|
| static_library("gmock") {
|
| - # TODO http://crbug.com/412064 enable this flag all the time.
|
| - testonly = !is_component_build
|
| + testonly = true
|
| sources = [
|
| # Sources based on files in r173 of gmock.
|
| "include/gmock/gmock-actions.h",
|
| @@ -43,8 +42,7 @@ static_library("gmock") {
|
| }
|
|
|
| static_library("gmock_main") {
|
| - # TODO http://crbug.com/412064 enable this flag all the time.
|
| - testonly = !is_component_build
|
| + testonly = true
|
| sources = [
|
| "src/gmock_main.cc",
|
| ]
|
|
|