summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/BUILD.gn
diff options
context:
space:
mode:
authorBrett Wilson <brettw@chromium.org>2014-09-08 15:59:49 -0700
committerBrett Wilson <brettw@chromium.org>2014-09-08 23:18:07 +0000
commit0c8745ab0e0a81fd627d6fcbf4569928724ff8c2 (patch)
tree8978c9f35cebc119a5ec76df0d5a4c6aaf59f7fe /components/enhanced_bookmarks/BUILD.gn
parent647665c49d055d6a4645f7c842b35f2d0c20a025 (diff)
downloadchromium_src-0c8745ab0e0a81fd627d6fcbf4569928724ff8c2.zip
chromium_src-0c8745ab0e0a81fd627d6fcbf4569928724ff8c2.tar.gz
chromium_src-0c8745ab0e0a81fd627d6fcbf4569928724ff8c2.tar.bz2
Mark gtest and gmock as testonly in GN.
This updates the targets that depend on these to also be test-only. BUG=http://crbug.com/412064 R=jamesr@chromium.org, tfarina@chromium.org Review URL: https://codereview.chromium.org/551933002 Cr-Commit-Position: refs/heads/master@{#293808}
Diffstat (limited to 'components/enhanced_bookmarks/BUILD.gn')
-rw-r--r--components/enhanced_bookmarks/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
index 1cb9ef5..5ff23d6 100644
--- a/components/enhanced_bookmarks/BUILD.gn
+++ b/components/enhanced_bookmarks/BUILD.gn
@@ -32,6 +32,7 @@ source_set("enhanced_bookmarks") {
}
source_set("test_support") {
+ testonly = true
sources = [
"test_image_store.cc",
"test_image_store.h",