summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorBrett Wilson <brettw@chromium.org>2014-09-08 12:50:24 -0700
committerBrett Wilson <brettw@chromium.org>2014-09-08 20:12:00 +0000
commit8f80ad0b602647f3dd40b88866c19bbd3a67915a (patch)
treea35155f18cab553b2b483a441af42740e2152e2c /ash
parent50c219e6a3219aa278d96ab5a8f89a8abe24b4e5 (diff)
downloadchromium_src-8f80ad0b602647f3dd40b88866c19bbd3a67915a.zip
chromium_src-8f80ad0b602647f3dd40b88866c19bbd3a67915a.tar.gz
chromium_src-8f80ad0b602647f3dd40b88866c19bbd3a67915a.tar.bz2
Add lots of testonly annotations to the GN build.
BUG= R=hclam@chromium.org Review URL: https://codereview.chromium.org/547793002 Cr-Commit-Position: refs/heads/master@{#293774}
Diffstat (limited to 'ash')
-rw-r--r--ash/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index a52394b..fb546dc 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -165,6 +165,7 @@ component("ash_with_content") {
}
static_library("test_support") {
+ testonly = true
sources = gypi_values.ash_test_support_sources
deps = [
@@ -198,6 +199,7 @@ static_library("test_support") {
}
static_library("ash_shell_lib") {
+ testonly = true
sources = gypi_values.ash_shell_lib_sources
deps = [
@@ -338,6 +340,7 @@ test("ash_unittests") {
}
executable("ash_shell") {
+ testonly = true
sources = [
"shell/shell_main.cc",
]