Index: build/secondary/testing/gmock/BUILD.gn |
diff --git a/build/secondary/testing/gmock/BUILD.gn b/build/secondary/testing/gmock/BUILD.gn |
index 1a5b76af7bbf954159c13f6f8b9a433a1a77cb02..c7e109d2a0b04de9a87a628a2b4c23b8ceb9a191 100644 |
--- a/build/secondary/testing/gmock/BUILD.gn |
+++ b/build/secondary/testing/gmock/BUILD.gn |
@@ -27,6 +27,9 @@ static_library("gmock") { |
"include/gmock/internal/gmock-internal-utils.h", |
"include/gmock/internal/gmock-port.h", |
+ # gmock helpers. |
+ "../gmock_custom/gmock/internal/custom/gmock-port.h", |
+ |
#"src/gmock-all.cc", # Not needed by our build. |
"src/gmock-cardinalities.cc", |
"src/gmock-internal-utils.cc", |