summaryrefslogtreecommitdiffstats
path: root/jingle
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 /jingle
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 'jingle')
-rw-r--r--jingle/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 67e0105..7fd8f12 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -90,6 +90,7 @@ if (enable_webrtc || !is_android) {
# GYP version: jingle/jingle.gyp:notifier_test_util
static_library("notifier_test_util") {
+ testonly = true
sources = [
"notifier/base/fake_base_task.cc",
"notifier/base/fake_base_task.h",