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

Unified Diff: components/sync/engine/DEPS

Issue 2155763002: [Sync] //components/sync manual changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-automated
Patch Set: Couple format corrections. Created 4 years, 5 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/engine/DEPS
diff --git a/components/sync/engine/DEPS b/components/sync/engine/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..468d1dc1035e28cadfaf3d9574954df7eee6366b
--- /dev/null
+++ b/components/sync/engine/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+components/sync/base",
+ # TODO(maxbogue): Move to engine.
Nicolas Zea 2016/07/19 18:21:06 Why move this? This is an interface to access the
maxbogue 2016/07/19 18:58:19 As I mentioned offline, I think in the end it will
+ "+components/sync/core/sync_encryption_handler.h",
+ "+components/sync/protocol",
+ # TODO(maxbogue): Move events to engine_impl.
+ "+components/sync/sessions_impl",
+]
+

Powered by Google App Engine
This is Rietveld 408576698