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

Unified Diff: components/bookmarks/test/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 | « components/bookmarks/browser/BUILD.gn ('k') | components/captive_portal/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/test/BUILD.gn
diff --git a/components/bookmarks/test/BUILD.gn b/components/bookmarks/test/BUILD.gn
index f2e12c16c82a444cdf3caea6da2c4eee244a840d..fbc6e593133900e1a7d6e88e1fbd4858318300d9 100644
--- a/components/bookmarks/test/BUILD.gn
+++ b/components/bookmarks/test/BUILD.gn
@@ -5,6 +5,7 @@
import ("//build/config/ui.gni")
source_set("test") {
+ testonly = true
sources = [
"bookmark_test_helpers.cc",
"bookmark_test_helpers.h",
« no previous file with comments | « components/bookmarks/browser/BUILD.gn ('k') | components/captive_portal/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698