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

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

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 6 years, 8 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 | « tools/gn/ninja_binary_target_writer.cc ('k') | tools/gn/secondary/third_party/modp_b64/BUILD.gn » ('j') | 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 907d117ac0971010fb35f6e30c7469dd87e4bdf8..8b5f8dbeb9ba68af467398bce2decb23477bd102 100644
--- a/tools/gn/secondary/testing/gmock/BUILD.gn
+++ b/tools/gn/secondary/testing/gmock/BUILD.gn
@@ -28,7 +28,7 @@ static_library("gmock") {
"src/gmock-matchers.cc",
"src/gmock-spec-builders.cc",
"src/gmock.cc",
- "gmock_mutant.h", # gMock helpers
+ "../gmock_mutant.h", # gMock helpers
]
# This project includes some stuff form gtest's guts.
@@ -38,6 +38,8 @@ static_library("gmock") {
":gmock_config",
"//testing/gtest:gtest_config",
]
+
+ deps = [ "//base" ]
}
static_library("gmock_main") {
« no previous file with comments | « tools/gn/ninja_binary_target_writer.cc ('k') | tools/gn/secondary/third_party/modp_b64/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698