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

Unified Diff: sync/util/DEPS

Issue 10827266: [Sync] Add SyncEncryptionHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 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
Index: sync/util/DEPS
diff --git a/sync/util/DEPS b/sync/util/DEPS
index 0662b966f84210c027f0134d337634a2a2c9cd77..23fe0bddc25eecf595796185a2e28ebeace00744 100644
--- a/sync/util/DEPS
+++ b/sync/util/DEPS
@@ -8,4 +8,8 @@ include_rules = [
# TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc
# is gone.
"+chrome/browser/chromeos/system",
+
+ # TODO(zea): remove this once we don't need the cryptographer to get the set
+ # of encrypted types.
+ "+sync/syncable/nigori_handler.h"
]

Powered by Google App Engine
This is Rietveld 408576698