Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index e0d9c66401619579eaa04b940ef77fdabd0c3aeb..30cae7ce282a283193452368cb8cc0e6b14f9890 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -110,6 +110,7 @@ static_library("test_support") { |
"//components/rappor:test_support", |
"//components/search_engines:test_support", |
"//components/signin/core/browser:test_support", |
+ "//components/sync", |
"//components/sync_driver:test_support", |
"//components/sync_sessions:test_support", |
"//components/syncable_prefs:test_support", |
@@ -123,7 +124,6 @@ static_library("test_support") { |
"//skia", |
"//sql", |
"//sql:test_support", |
- "//sync", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/zlib", |
@@ -412,6 +412,8 @@ if (!is_android) { |
"//chrome/browser/devtools", |
"//chrome/renderer", |
"//components/resources", |
+ "//components/sync", |
+ "//components/sync:test_support_sync_api", |
"//content/app/resources", |
"//content/test:test_support", |
"//crypto:platform", |
@@ -421,8 +423,6 @@ if (!is_android) { |
"//net:net_resources", |
"//net:test_support", |
"//skia", |
- "//sync", |
- "//sync:test_support_sync_api", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/hunspell", |
@@ -697,12 +697,12 @@ if (!is_android) { |
"//base", |
"//components/invalidation/impl", |
"//components/invalidation/impl:test_support", |
+ "//components/sync", |
+ "//components/sync:test_support_sync_fake_server", |
+ "//components/sync:test_support_sync_testserver", |
"//content/test:test_support", |
"//net", |
"//skia", |
- "//sync", |
- "//sync:test_support_sync_fake_server", |
- "//sync:test_support_sync_testserver", |
] |
if (is_mac) { |
@@ -881,7 +881,7 @@ test("browser_tests") { |
deps = [ |
":test_support", |
"//base", |
- "//sync:test_support_sync_api", |
+ "//components/sync:test_support_sync_api", |
] |
data_deps = [] |
@@ -968,6 +968,7 @@ test("browser_tests") { |
"//components/resources", |
"//components/safe_browsing_db:test_database_manager", |
"//components/strings", |
+ "//components/sync", |
"//components/translate/core/common", |
"//content/public/common:features", |
"//content/test:test_support", |
@@ -986,7 +987,6 @@ test("browser_tests") { |
"//sdch", |
"//services/shell/public/cpp", |
"//skia", |
- "//sync", |
"//testing/gmock", |
"//testing/gtest", |
"//testing/perf", |
@@ -1517,7 +1517,7 @@ if (!is_android) { |
data = [ |
"//chrome/test/data/sync/", |
"//net/tools/testserver/", |
- "//sync/tools/testserver/", |
+ "//components/sync/tools/testserver/", |
"//third_party/pyftpdlib/", |
"//third_party/pywebsocket/", |
"//third_party/tlslite/", |
@@ -1546,8 +1546,8 @@ if (!is_android) { |
"//chrome/app:command_ids", |
"//chrome/common", |
"//chrome/renderer", |
+ "//components/sync", |
"//crypto:platform", |
- "//sync", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/WebKit/public:blink", |
@@ -1624,8 +1624,8 @@ if (!is_android) { |
":sync_integration_test_support", |
":test_support_ui", |
"//chrome/app:command_ids", |
+ "//components/sync", |
"//crypto:platform", |
- "//sync", |
"//testing/gmock", |
"//testing/gtest", |
] |
@@ -1791,15 +1791,15 @@ test("unit_tests") { |
"//components/browser_sync/browser: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", |
"//content/public/app:both", |
"//content/test:test_support", |
"//crypto:platform", |
"//crypto:test_support", |
"//net", |
"//net:test_support", |
- "//sync:test_support_sync_api", |
- "//sync:test_support_sync_core", |
- "//sync:test_support_sync_internal_api", |
"//testing/gmock", |
"//testing/gtest", |