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

Unified Diff: components/doodle/BUILD.gn

Issue 2744253002: [Doodle] Cache the DoodleConfig in prefs (Closed)
Patch Set: pass clock as unique_ptr Created 3 years, 9 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
« no previous file with comments | « no previous file | components/doodle/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/BUILD.gn
diff --git a/components/doodle/BUILD.gn b/components/doodle/BUILD.gn
index 86c2537513854ec19987ca011fbdefb1152d8702..3b7914450ccbee0db044c37c193d9141bcaf68de 100644
--- a/components/doodle/BUILD.gn
+++ b/components/doodle/BUILD.gn
@@ -11,12 +11,15 @@ static_library("doodle") {
"doodle_service.h",
"doodle_types.cc",
"doodle_types.h",
+ "pref_names.cc",
+ "pref_names.h",
]
deps = [
"//base",
"//components/data_use_measurement/core",
"//components/google/core/browser",
+ "//components/prefs",
"//net",
]
}
@@ -32,6 +35,7 @@ source_set("unit_tests") {
deps = [
":doodle",
"//components/google/core/browser",
+ "//components/prefs:test_support",
"//net:test_support",
"//ui/base",
]
« no previous file with comments | « no previous file | components/doodle/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698