Index: components/sync/BUILD.gn |
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn |
index 2f4ccad94f543264bdbdd68f1af2fe331eabb0c7..c8cbf5cbd09880fce54ab3262f65fbf6387b7358 100644 |
--- a/components/sync/BUILD.gn |
+++ b/components/sync/BUILD.gn |
@@ -1010,30 +1010,20 @@ source_set("unit_tests") { |
static_library("test_support_fake_server") { |
testonly = true |
sources = [ |
- "test/fake_server/bookmark_entity.cc", |
- "test/fake_server/bookmark_entity.h", |
"test/fake_server/bookmark_entity_builder.cc", |
"test/fake_server/bookmark_entity_builder.h", |
"test/fake_server/entity_builder_factory.cc", |
"test/fake_server/entity_builder_factory.h", |
"test/fake_server/fake_server.cc", |
"test/fake_server/fake_server.h", |
- "test/fake_server/fake_server_entity.cc", |
- "test/fake_server/fake_server_entity.h", |
"test/fake_server/fake_server_http_post_provider.cc", |
"test/fake_server/fake_server_http_post_provider.h", |
"test/fake_server/fake_server_network_resources.cc", |
"test/fake_server/fake_server_network_resources.h", |
"test/fake_server/fake_server_verifier.cc", |
"test/fake_server/fake_server_verifier.h", |
- "test/fake_server/permanent_entity.cc", |
- "test/fake_server/permanent_entity.h", |
"test/fake_server/sessions_hierarchy.cc", |
"test/fake_server/sessions_hierarchy.h", |
- "test/fake_server/tombstone_entity.cc", |
- "test/fake_server/tombstone_entity.h", |
- "test/fake_server/unique_client_entity.cc", |
- "test/fake_server/unique_client_entity.h", |
] |
deps = [ |