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

Unified Diff: components/previews/core/DEPS

Issue 2390773003: Adding a SQL implementation of the backing store for previews opt outs (Closed)
Patch Set: table change Created 4 years, 2 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/previews/core/DEPS
diff --git a/components/previews/core/DEPS b/components/previews/core/DEPS
index 05208d98b19512c30c6f2763f5e9715798151aac..5077fc34b96e6129e2d9feca8832902dfcfa8734 100644
--- a/components/previews/core/DEPS
+++ b/components/previews/core/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+components/variations",
"+components/data_reduction_proxy/core/common",
"+net",
+ "+sql"
]

Powered by Google App Engine
This is Rietveld 408576698