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

Unified Diff: chrome/test/BUILD.gn

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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 0bbc1e9d61867585402bf7d9936b9fc5428745d2..5ea813726d8aa1bf375b912e8a388075206060b6 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -476,7 +476,7 @@ if (!is_android) {
"//chrome/renderer",
"//components/resources",
"//components/sync",
- "//components/sync:test_support_sync_api",
+ "//components/sync:test_support_sync_model",
"//content/app/resources",
"//content/test:test_support",
"//crypto:platform",
@@ -899,8 +899,8 @@ 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_model",
"//components/sync:test_support_sync_testserver",
"//content/test:test_support",
"//net",
@@ -1222,7 +1222,7 @@ test("browser_tests") {
":repack_pseudo_locales",
":test_support",
"//base",
- "//components/sync:test_support_sync_api",
+ "//components/sync:test_support_sync_model",
]
data_deps = []
@@ -3398,9 +3398,9 @@ test("unit_tests") {
"//components/browser_sync:test_support",
"//components/content_settings/core/test:test_support",
"//components/resources",
- "//components/sync:test_support_sync_api",
"//components/sync:test_support_sync_core",
"//components/sync:test_support_sync_core_impl",
+ "//components/sync:test_support_sync_model",
"//components/sync_sessions:test_support",
"//content/public/app:both",
"//content/test:test_support",
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_supervised_user_import_handler_unittest.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698