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

Unified Diff: chrome/browser/BUILD.gn

Issue 2752563003: [Doodle] Make DoodleService a KeyedService and add a factory (Closed)
Patch Set: build 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') | chrome/browser/android/doodle_service_factory.h » ('J')
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..fbe40cbd3d2d2c1b3a13c6dabfa0eb977428418e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1432,6 +1432,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",
@@ -2682,6 +2683,8 @@ split_static_library("browser") {
"android/document/document_web_contents_delegate.cc",
"android/dom_distiller/distiller_ui_handle_android.cc",
"android/dom_distiller/distiller_ui_handle_android.h",
+ "android/doodle_service_factory.cc",
+ "android/doodle_service_factory.h",
"android/download/android_download_manager_duplicate_infobar_delegate.cc",
"android/download/android_download_manager_duplicate_infobar_delegate.h",
"android/download/chrome_download_delegate.cc",
« no previous file with comments | « no previous file | chrome/browser/android/DEPS » ('j') | chrome/browser/android/doodle_service_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698