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

Unified Diff: chrome/test/BUILD.gn

Issue 2328393002: [Sync] Add a sanity integration test for USS. (Closed)
Patch Set: Ensure static changes don't persist between tests. Created 4 years, 3 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7f61721836642f936ca967155042ffebb3cebc1e..5a552febdc3b8752e72fa33c2c79507f5d66cdb6 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -897,6 +897,7 @@ if (!is_android) {
"//components/invalidation/impl",
"//components/invalidation/impl:test_support",
"//components/sync",
+ "//components/sync:test_support_sync_api",
"//components/sync:test_support_sync_fake_server",
"//components/sync:test_support_sync_testserver",
"//content/test:test_support",
@@ -2681,6 +2682,7 @@ if (!is_android) {
"../browser/sync/test/integration/two_client_sessions_sync_test.cc",
"../browser/sync/test/integration/two_client_themes_sync_test.cc",
"../browser/sync/test/integration/two_client_typed_urls_sync_test.cc",
+ "../browser/sync/test/integration/two_client_uss_sync_test.cc",
"../browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc",
"data/resource.rc",
]

Powered by Google App Engine
This is Rietveld 408576698