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

Unified Diff: chrome/browser/BUILD.gn

Issue 2752563003: [Doodle] Make DoodleService a KeyedService and add a factory (Closed)
Patch Set: Move factory to c/b/doodle 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 | chrome/browser/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 842be0120794dc72f1a79ddba416325620f14516..375f7828436e22f8fc2680884f8f213194c68dc5 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -322,6 +322,8 @@ split_static_library("browser") {
"dom_distiller/tab_utils.h",
"domain_reliability/service_factory.cc",
"domain_reliability/service_factory.h",
+ "doodle/doodle_service_factory.cc",
+ "doodle/doodle_service_factory.h",
"download/all_download_item_notifier.cc",
"download/all_download_item_notifier.h",
"download/chrome_download_manager_delegate.cc",
@@ -1432,6 +1434,7 @@ split_static_library("browser") {
"//components/device_event_log",
"//components/dom_distiller/content/browser",
"//components/domain_reliability",
+ "//components/doodle",
"//components/error_page/common",
"//components/favicon/content",
"//components/favicon/core",
« no previous file with comments | « no previous file | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698