Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: components/sync/BUILD.gn

Issue 2205613002: Revert of [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index e1e0273044b889d55a4cddd372cc647f8ee5328e..0ed965235bc233e05fcaef9e71006a76c0ef03b0 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -609,8 +609,8 @@
]
}
-source_set("unit_tests") {
- testonly = true
+# GYP version: sync/sync_tests.gypi:sync_unit_tests
+test("sync_unit_tests") {
sources = [
"api/attachments/attachment_id_unittest.cc",
"api/attachments/attachment_metadata_unittest.cc",
@@ -712,6 +712,7 @@
":test_support_sync_core",
":test_support_sync_core_impl",
"//base",
+ "//base/test:run_all_unittests",
"//components/sync",
"//components/sync/protocol",
"//google_apis",
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698