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

Unified Diff: components/sync/user_events/DEPS

Issue 2856933005: [Sync] Create UserEventSyncBridge. (Closed)
Patch Set: Trying std::move to fix implicit up cast of unique_ptr. Created 3 years, 8 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/user_events/DEPS
diff --git a/components/sync/user_events/DEPS b/components/sync/user_events/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..50cf983f734cf80dbd9ca8669c6d5d1f4989714f
--- /dev/null
+++ b/components/sync/user_events/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+components/sync/driver",
+ "+components/sync/model",
+ "+components/sync/protocol",
+]

Powered by Google App Engine
This is Rietveld 408576698