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

Unified Diff: sync/BUILD.gn

Issue 1138113003: Remove Test Accounts service client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « build/gn_migration.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index bb3047562361332cebd321ce01a315a2441f137d..515f83094fdea73773009111adff24c7fce93126 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -743,37 +743,6 @@ static_library("test_support_sync_testserver") {
]
}
-# GYP version: sync/sync_tests.gypi:test_support_accounts_client
-static_library("test_support_accounts_client") {
- testonly = true
- sources = [
- "test/accounts_client/test_accounts_client.cc",
- "test/accounts_client/test_accounts_client.h",
- "test/accounts_client/url_request_context_getter.cc",
- "test/accounts_client/url_request_context_getter.h",
- ]
- deps = [
- "//base",
- "//net",
- "//url",
- ]
-}
-
-# GYP version: sync/sync_tests.gypi:sync_endtoend_tests
-test("sync_endtoend_tests") {
- sources = [
- "test/accounts_client/test_accounts_client_unittest.cc",
- ]
- deps = [
- "//base",
- "//base/test:run_all_unittests",
- "//testing/gmock",
- "//testing/gtest",
- "//url",
- ":test_support_accounts_client",
- ]
-}
-
if (!is_ios) {
# GYP version: sync/sync_tests.gypi:run_sync_testserver
executable("run_sync_testserver") {
« no previous file with comments | « build/gn_migration.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698