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

Unified Diff: components/crx_file/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/component_updater/BUILD.gn ('k') | components/data_reduction_proxy/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crx_file/BUILD.gn
diff --git a/components/crx_file/BUILD.gn b/components/crx_file/BUILD.gn
index db28483a1feae88144a107001e2b0a725e6de31c..701bcb9aad0d620138bb2647b26daba7f3f61212 100644
--- a/components/crx_file/BUILD.gn
+++ b/components/crx_file/BUILD.gn
@@ -17,6 +17,7 @@ source_set("crx_file") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"id_util_unittest.cc",
]
« no previous file with comments | « components/component_updater/BUILD.gn ('k') | components/data_reduction_proxy/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698