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

Unified Diff: components/sync/BUILD.gn

Issue 2663783002: [Sync] Split encryption state and logic out of PSS and SBHI. (Closed)
Patch Set: Tweak comment. Created 3 years, 11 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
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 2a552cd7662759200463e818cc2ccec960b3e1f3..d58dde07da8529028a9ce320bfba47cdfb11b03c 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -152,6 +152,8 @@ static_library("sync") {
"driver/sync_service.h",
"driver/sync_service_base.cc",
"driver/sync_service_base.h",
+ "driver/sync_service_crypto.cc",
+ "driver/sync_service_crypto.h",
"driver/sync_service_observer.cc",
"driver/sync_service_observer.h",
"driver/sync_service_utils.cc",
« no previous file with comments | « components/browser_sync/profile_sync_service_unittest.cc ('k') | components/sync/driver/data_type_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698