Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
index daa4d5dd2ca770ac20bbb6dcb27ba888bb9d0a6b..e3e89141afc50bcd2cb3a7d11a7177e2616af644 100644 |
--- a/sync/BUILD.gn |
+++ b/sync/BUILD.gn |
@@ -60,14 +60,10 @@ source_set("sync_core") { |
"engine/conflict_resolver.h", |
"engine/conflict_util.cc", |
"engine/conflict_util.h", |
- "engine/cryptographer_provider.cc", |
- "engine/cryptographer_provider.h", |
"engine/directory_commit_contribution.cc", |
"engine/directory_commit_contribution.h", |
"engine/directory_commit_contributor.cc", |
"engine/directory_commit_contributor.h", |
- "engine/directory_cryptographer_provider.cc", |
- "engine/directory_cryptographer_provider.h", |
"engine/directory_update_handler.cc", |
"engine/directory_update_handler.h", |
"engine/entity_tracker.cc", |
@@ -445,8 +441,6 @@ static_library("test_support_sync_core") { |
"test/engine/mock_nudge_handler.h", |
"test/engine/mock_update_handler.cc", |
"test/engine/mock_update_handler.h", |
- "test/engine/simple_cryptographer_provider.cc", |
- "test/engine/simple_cryptographer_provider.h", |
"test/engine/single_type_mock_server.cc", |
"test/engine/single_type_mock_server.h", |
"test/engine/test_directory_setter_upper.cc", |