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

Unified Diff: components/policy/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/password_manager/core/browser/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/BUILD.gn
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
index 9f992aaf70a4c51b7f72fd6b79f9ed613139a0cd..21dd6a1518af1a000a2f032f56b5d4fc9091344a 100644
--- a/components/policy/BUILD.gn
+++ b/components/policy/BUILD.gn
@@ -138,6 +138,7 @@ if (enable_configuration_policy) {
}
static_library("policy_component_test_support") {
+ testonly = true
sources = [
"core/browser/configuration_policy_pref_store_test.cc",
"core/browser/configuration_policy_pref_store_test.h",
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698