diff options
author | Brett Wilson <brettw@chromium.org> | 2014-09-08 12:50:24 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-09-08 20:12:00 +0000 |
commit | 8f80ad0b602647f3dd40b88866c19bbd3a67915a (patch) | |
tree | a35155f18cab553b2b483a441af42740e2152e2c /content/test/BUILD.gn | |
parent | 50c219e6a3219aa278d96ab5a8f89a8abe24b4e5 (diff) | |
download | chromium_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 'content/test/BUILD.gn')
-rw-r--r-- | content/test/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn index 5de3754..6224b5f 100644 --- a/content/test/BUILD.gn +++ b/content/test/BUILD.gn @@ -14,6 +14,7 @@ content_tests_gypi_values = exec_script( # GYP version //content/content_tests.gypi:test_support_content static_library("test_support") { + testonly = true deps = [ "//content/public/app:both", "//content/public/browser", @@ -139,6 +140,7 @@ if (!is_ios) { # GYP version //content/content_tests.gypi:layouttest_support_content static_library("layouttest_support") { + testonly = true sources = rebase_path(content_tests_gypi_values.layouttest_support_content_sources, ".", "//content") |