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

Unified Diff: sync/sync_tests.gypi

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 | « sync/BUILD.gn ('k') | sync/test/accounts_client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 198f659e49f9585c7614d2bf900b0e56fc33b853..eba58723da9083aeb89fb2db2e56df7af19c5135 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -373,46 +373,6 @@
}],
],
},
-
- # Test support files for using the Test Accounts service.
- # GN version: //sync:test_support_accounts_client
- {
- 'target_name': 'test_support_accounts_client',
- 'type': 'static_library',
- 'direct_dependent_settings': {
- 'include_dirs': [
- '..',
- ],
- },
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- ],
- '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',
- ],
- },
-
- # The Sync end-to-end (and associated infrastructure) tests.
- # GN version: //sync:sync_endtoend_tests
- {
- 'target_name': 'sync_endtoend_tests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- '../base/base.gyp:run_all_unittests',
- '../testing/gmock.gyp:gmock',
- '../testing/gtest.gyp:gtest',
- '../url/url.gyp:url_lib',
- 'test_support_accounts_client',
- ],
- 'sources': [
- 'test/accounts_client/test_accounts_client_unittest.cc',
- ],
- },
-
],
'conditions': [
['OS != "ios"', {
« no previous file with comments | « sync/BUILD.gn ('k') | sync/test/accounts_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698