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"', { |