| Index: build/secondary/testing/gmock/BUILD.gn
|
| diff --git a/build/secondary/testing/gmock/BUILD.gn b/build/secondary/testing/gmock/BUILD.gn
|
| index 3278b10e70258b5c295ebb4fb92f79c2e51aa35b..a0dbad7853e97590face44c54fdc8a2d0fb9bb08 100644
|
| --- a/build/secondary/testing/gmock/BUILD.gn
|
| +++ b/build/secondary/testing/gmock/BUILD.gn
|
| @@ -35,7 +35,7 @@ static_library("gmock") {
|
| # This project includes some stuff form gtest's guts.
|
| include_dirs = [ "../gtest/include" ]
|
|
|
| - direct_dependent_configs = [
|
| + public_configs = [
|
| ":gmock_config",
|
| "//testing/gtest:gtest_config",
|
| ]
|
|
|