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

Unified Diff: mojo/embedder/BUILD.gn

Issue 551933002: Mark gtest and gmock as testonly in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testonly
Patch Set: android Created 6 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 | « media/base/android/BUILD.gn ('k') | mojo/public/c/system/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/BUILD.gn
diff --git a/mojo/embedder/BUILD.gn b/mojo/embedder/BUILD.gn
index c763c386ec68fb5173f769060acb6328e5a6c78c..540cd832b73415a405bbe645f5b1a34d89fb10ee 100644
--- a/mojo/embedder/BUILD.gn
+++ b/mojo/embedder/BUILD.gn
@@ -52,6 +52,7 @@ source_set("embedder") {
}
source_set("embedder_unittests") {
+ testonly = true
visibility = [ "//mojo/system:mojo_system_unittests" ]
testonly = true
« no previous file with comments | « media/base/android/BUILD.gn ('k') | mojo/public/c/system/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698