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

Unified Diff: chrome/browser/BUILD.gn

Issue 2811353002: Local NTP: Introduce OneGoogleBarService (Closed)
Patch Set: fix memleak 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
« no previous file with comments | « no previous file | chrome/browser/search/one_google_bar/one_google_bar_data.h » ('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 ae72f49f6e45a0fb751eb180b1fae3d4aaf3655e..a552734bb60053d9d4b4ab14d0603f78b8afd850 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3500,6 +3500,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",
« no previous file with comments | « no previous file | chrome/browser/search/one_google_bar/one_google_bar_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698