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

Unified Diff: components/ntp_snippets/sessions/DEPS

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Explicitly compare raw pointer with nullptr. Created 4 years, 3 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/ntp_snippets/sessions/DEPS
diff --git a/components/ntp_snippets/sessions/DEPS b/components/ntp_snippets/sessions/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e279a07903d9a0ca4bf103dafa3d919767dbc6db
--- /dev/null
+++ b/components/ntp_snippets/sessions/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+components/sessions",
+ "+components/sync_sessions",
+]

Powered by Google App Engine
This is Rietveld 408576698