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

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

Issue 311833004: GN: Remove dependency on //base for gmock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved gmock_mutant to its own target Created 6 years, 6 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
« tools/gn/secondary/testing/BUILD.gn ('K') | « tools/gn/secondary/testing/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/testing/gmock/BUILD.gn
diff --git a/tools/gn/secondary/testing/gmock/BUILD.gn b/tools/gn/secondary/testing/gmock/BUILD.gn
index 8b5f8dbeb9ba68af467398bce2decb23477bd102..e682abf58bf18d738ae4132f92f8ca020bf58737 100644
--- a/tools/gn/secondary/testing/gmock/BUILD.gn
+++ b/tools/gn/secondary/testing/gmock/BUILD.gn
@@ -28,7 +28,6 @@ static_library("gmock") {
"src/gmock-matchers.cc",
"src/gmock-spec-builders.cc",
"src/gmock.cc",
- "../gmock_mutant.h", # gMock helpers
]
# This project includes some stuff form gtest's guts.
@@ -38,8 +37,6 @@ static_library("gmock") {
":gmock_config",
"//testing/gtest:gtest_config",
]
-
- deps = [ "//base" ]
}
static_library("gmock_main") {
« tools/gn/secondary/testing/BUILD.gn ('K') | « tools/gn/secondary/testing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698