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

Unified Diff: components/previews/core/BUILD.gn

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/BUILD.gn
diff --git a/components/previews/core/BUILD.gn b/components/previews/core/BUILD.gn
index 7bf8b5eca773430a4166cf7f1a8f8badeb9fec53..35153e2490e38abe065a341a80782152228588d9 100644
--- a/components/previews/core/BUILD.gn
+++ b/components/previews/core/BUILD.gn
@@ -9,29 +9,32 @@ static_library("core") {
"previews_black_list_item.cc",
"previews_black_list_item.h",
"previews_data_savings.cc",
"previews_data_savings.h",
"previews_decider.h",
"previews_experiments.cc",
"previews_experiments.h",
"previews_io_data.cc",
"previews_io_data.h",
"previews_opt_out_store.h",
+ "previews_opt_out_store_sql.cc",
+ "previews_opt_out_store_sql.h",
"previews_ui_service.cc",
"previews_ui_service.h",
]
deps = [
"//base",
"//components/data_reduction_proxy/core/common",
"//components/variations",
"//net",
+ "//sql",
"//url:url",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"previews_black_list_item_unittest.cc",
"previews_black_list_unittest.cc",
"previews_data_savings_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698