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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1986673002: [Offline Pages] Updated clearing logic in storage manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing trybots. Created 4 years, 7 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/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 450ea6743f0475ac6a535cf86937a4e84abe4de0..5f2ebf068830e4aba025cb3d43a7460fd00730b7 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -37,6 +37,7 @@ static_library("offline_pages") {
"//components/keyed_service/core",
"//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
+ "//components/prefs:prefs",
"//net",
"//sql:sql",
"//third_party/leveldatabase",
@@ -92,6 +93,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
+ "//components/prefs:test_support",
"//testing/gtest",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698