summaryrefslogtreecommitdiffstats
path: root/sync/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'sync/BUILD.gn')
-rw-r--r--sync/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 8c9788c..52f9a34 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -610,6 +610,15 @@ static_library("test_support_sync_api") {
]
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("sync_unit_tests_run") {
+ testonly = true
+ deps = [
+ ":sync_unit_tests",
+ ]
+}
+
# GYP version: sync/sync_tests.gypi:sync_unit_tests
test("sync_unit_tests") {
sources = [