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

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

Issue 2448313002: Adding unit tests for PreviewsOptOutStoreSQL (Closed)
Patch Set: tbansal Created 4 years, 1 month 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
« no previous file with comments | « no previous file | components/previews/core/previews_black_list_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/BUILD.gn
diff --git a/components/previews/core/BUILD.gn b/components/previews/core/BUILD.gn
index 35153e2490e38abe065a341a80782152228588d9..253d762624f60f8a10b8e07538714b16a468c093 100644
--- a/components/previews/core/BUILD.gn
+++ b/components/previews/core/BUILD.gn
@@ -33,23 +33,26 @@ static_library("core") {
}
source_set("unit_tests") {
testonly = true
sources = [
"previews_black_list_item_unittest.cc",
"previews_black_list_unittest.cc",
"previews_data_savings_unittest.cc",
"previews_experiments_unittest.cc",
"previews_io_data_unittest.cc",
+ "previews_opt_out_store_sql_unittest.cc",
"previews_ui_service_unittest.cc",
]
deps = [
":core",
"//base",
"//base/test:test_support",
"//components/data_reduction_proxy/core/common",
"//components/variations",
+ "//sql",
+ "//sql:test_support",
"//testing/gtest",
"//url:url",
]
}
« no previous file with comments | « no previous file | components/previews/core/previews_black_list_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698