Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: build/secondary/testing/gmock/BUILD.gn

Issue 2348283002: Add gmock helper to the BUILD.gn files (Closed)
Patch Set: updates Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698