summaryrefslogtreecommitdiffstats
path: root/components/ownership
diff options
context:
space:
mode:
authorBrett Wilson <brettw@chromium.org>2014-09-12 12:46:29 -0700
committerBrett Wilson <brettw@chromium.org>2014-09-12 19:53:46 +0000
commit052ce13437f940da533740045acc70169243be27 (patch)
treefecd758c062a4601fcb837b83ec77e01738feb93 /components/ownership
parentf49954838f51461f18be37c68ff85ddbbd042a47 (diff)
downloadchromium_src-052ce13437f940da533740045acc70169243be27.zip
chromium_src-052ce13437f940da533740045acc70169243be27.tar.gz
chromium_src-052ce13437f940da533740045acc70169243be27.tar.bz2
Add chrome test support target to GN build.
Instead of putting all the files in a bit test_support target, I made separate smaller test support targets for the various sub-projects (browser, common, etc.) and linked those in. This helps distribute the complexity. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/559543003 Cr-Commit-Position: refs/heads/master@{#294641}
Diffstat (limited to 'components/ownership')
-rw-r--r--components/ownership/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index 067f71f..2e53f12 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -23,6 +23,7 @@ component("ownership") {
}
source_set("unit_tests") {
+ testonly = true
sources = ["owner_key_util_unittest.cc"]
deps = [