summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-02-03 15:40:16 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 23:41:01 +0000
commit3c0ef4309a77bbf172f081c99bbb33e732ea07af (patch)
tree3dbc3f8ce89bda5bfca4a356935db91adbda8097 /google_apis
parentdb5cc6687e396fc77282e2c32c39731e20d4fb94 (diff)
downloadchromium_src-3c0ef4309a77bbf172f081c99bbb33e732ea07af.zip
chromium_src-3c0ef4309a77bbf172f081c99bbb33e732ea07af.tar.gz
chromium_src-3c0ef4309a77bbf172f081c99bbb33e732ea07af.tar.bz2
Move gn _run target generation into test(). (RELAND)
This is a reland of https://codereview.chromium.org/1653003006/ Consolidating the _run targets into the test template should make them easier to maintain (and, eventually, remove). BUG=583694 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1662053002 Cr-Commit-Position: refs/heads/master@{#373385}
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/BUILD.gn9
-rw-r--r--google_apis/gcm/BUILD.gn9
2 files changed, 0 insertions, 18 deletions
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index 46048ff..d491b48 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -224,15 +224,6 @@ source_set("test_support") {
}
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("google_apis_unittests_run") {
- testonly = true
- deps = [
- ":google_apis_unittests",
- ]
-}
-
test("google_apis_unittests") {
sources = [
"gaia/gaia_auth_fetcher_unittest.cc",
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
index 30ab4a6..f63aefb 100644
--- a/google_apis/gcm/BUILD.gn
+++ b/google_apis/gcm/BUILD.gn
@@ -123,15 +123,6 @@ executable("mcs_probe") {
]
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("gcm_unit_tests_run") {
- testonly = true
- deps = [
- ":gcm_unit_tests",
- ]
-}
-
test("gcm_unit_tests") {
sources = [
"base/mcs_message_unittest.cc",