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

Unified Diff: sync/BUILD.gn

Issue 452283003: sync: Finish non-blocking type encryption support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cryptographer testing Created 6 years, 4 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 | « chrome/browser/sync/profile_sync_service.cc ('k') | sync/engine/cryptographer_provider.h » ('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 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",
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | sync/engine/cryptographer_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698