summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorqsr <qsr@chromium.org>2015-01-21 07:57:22 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-21 15:58:20 +0000
commitfb5251d1ff4f36ea296da4be72ddf26a9e3e5643 (patch)
tree2ad55b0c4bf8cbc75fde7692f9c6a441d589b304 /components/BUILD.gn
parent063efcf45e7d9ea6eb65ace73220b380d47a591a (diff)
downloadchromium_src-fb5251d1ff4f36ea296da4be72ddf26a9e3e5643.zip
chromium_src-fb5251d1ff4f36ea296da4be72ddf26a9e3e5643.tar.gz
chromium_src-fb5251d1ff4f36ea296da4be72ddf26a9e3e5643.tar.bz2
Move the test template to //testing/test.gni (part 2)
This CL move the test target from build/config/BUILDCONFIG.gn to testing/test.gni It also update the test template to automatically build an apk on Android. R=cjhopman@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/824263004 Cr-Commit-Position: refs/heads/master@{#312396}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index cb58e34..921ac25 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
+import("//testing/test.gni")
# Collection of all components. You wouldn't link to this, but this is rather
# to reference the files so they can be compiled by the build system.
@@ -242,6 +243,7 @@ test("components_unittests") {
"//components/domain_reliability:unit_tests",
"//components/favicon_base:unit_tests",
"//components/google/core/browser:unit_tests",
+ "//components/invalidation:unittests",
"//components/login:unit_tests",
"//components/metrics:unit_tests",
"//components/omnibox:unit_tests",