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..1a5b76af7bbf954159c13f6f8b9a433a1a77cb02 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 = [ |
+ "//testing/gmock_custom", |
+ "include", |
+ ] |
} |
static_library("gmock") { |