Commit 03f3d50e authored by jochen's avatar jochen Committed by Commit bot

Add gmock helper to the BUILD.gn files

R=dpranke@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2348283002
Cr-Commit-Position: refs/heads/master@{#419495}
parent 4ba84b91
...@@ -27,6 +27,9 @@ static_library("gmock") { ...@@ -27,6 +27,9 @@ static_library("gmock") {
"include/gmock/internal/gmock-internal-utils.h", "include/gmock/internal/gmock-internal-utils.h",
"include/gmock/internal/gmock-port.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-all.cc", # Not needed by our build.
"src/gmock-cardinalities.cc", "src/gmock-cardinalities.cc",
"src/gmock-internal-utils.cc", "src/gmock-internal-utils.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment