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

Unified Diff: chrome/browser/BUILD.gn

Issue 2811353002: Local NTP: Introduce OneGoogleBarService (Closed)
Patch Set: . Created 3 years, 8 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index ab942d661a1c4adcabd6a745067c55f817f9ea0c..c17b0167acc2c0a04927aefd2d943c6f33ec853e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3488,6 +3488,11 @@ split_static_library("browser") {
"search/one_google_bar/one_google_bar_fetcher.h",
"search/one_google_bar/one_google_bar_fetcher_impl.cc",
"search/one_google_bar/one_google_bar_fetcher_impl.h",
+ "search/one_google_bar/one_google_bar_service.cc",
+ "search/one_google_bar/one_google_bar_service.h",
+ "search/one_google_bar/one_google_bar_service_factory.cc",
+ "search/one_google_bar/one_google_bar_service_factory.h",
+ "search/one_google_bar/one_google_bar_service_observer.h",
"signin/signin_promo.cc",
"signin/signin_promo.h",
"signin/signin_ui_util.cc",

Powered by Google App Engine
This is Rietveld 408576698