From 0c8745ab0e0a81fd627d6fcbf4569928724ff8c2 Mon Sep 17 00:00:00 2001 From: Brett Wilson Date: Mon, 8 Sep 2014 15:59:49 -0700 Subject: 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} --- gin/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'gin') diff --git a/gin/BUILD.gn b/gin/BUILD.gn index 3c0ff19..1baa592 100644 --- a/gin/BUILD.gn +++ b/gin/BUILD.gn @@ -81,6 +81,7 @@ executable("gin_shell") { } source_set("gin_test") { + testonly = true sources = [ "test/file.cc", "test/file.h", -- cgit v1.1