Chromium Code Reviews| Index: build/secondary/testing/gmock/BUILD.gn |
| diff --git a/build/secondary/testing/gmock/BUILD.gn b/build/secondary/testing/gmock/BUILD.gn |
| index 6298241d1cea5af916640502808ba14f9e743cd3..91fc4887a4d2b6d2a5c912e9208d45de0c0e6c82 100644 |
| --- a/build/secondary/testing/gmock/BUILD.gn |
| +++ b/build/secondary/testing/gmock/BUILD.gn |
| @@ -4,7 +4,10 @@ |
| config("gmock_config") { |
| # Gmock headers need to be able to find themselves. |
| - include_dirs = [ "include" ] |
| + include_dirs = [ |
| + "../gmock_custom", |
|
Dirk Pranke
2016/07/22 16:29:02
does this work as "//testing/gmock_custom" instead
tzik
2016/07/22 16:48:20
Done.
|
| + "include", |
| + ] |
| } |
| static_library("gmock") { |