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

Unified Diff: chrome/browser/BUILD.gn

Issue 2814753002: Local NTP: Introduce OneGoogleBarFetcher (Closed)
Patch Set: copy ctor 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 39ab0035eb213d817513339d7d983f35e5edeb17..44d734df04ebb5eb7d27eb757f3a04358278f51e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3466,6 +3466,11 @@ split_static_library("browser") {
"repost_form_warning_controller.h",
"search/local_ntp_source.cc",
"search/local_ntp_source.h",
+ "search/one_google_bar/one_google_bar_data.cc",
+ "search/one_google_bar/one_google_bar_data.h",
+ "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",
"signin/signin_promo.cc",
"signin/signin_promo.h",
"signin/signin_ui_util.cc",

Powered by Google App Engine
This is Rietveld 408576698