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

Unified Diff: chrome/chrome_browser.gypi

Issue 1161233005: Implement app banner info bars on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stop-icon-overgeneration
Patch Set: Moving feature enabling to existing #ifs Created 5 years, 7 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 | « chrome/browser/ui/tab_helpers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ff7539d3fceeb70e8eef065ce1ffd47b5036f837..6d6334cc2b10baae4f0fe3ae875ac15b5f2f20cd 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -935,6 +935,12 @@
'browser/auto_launch_trial.h',
'browser/background/background_contents.cc',
'browser/background/background_contents.h',
+ 'browser/banners/app_banner_data_fetcher_desktop.cc',
+ 'browser/banners/app_banner_data_fetcher_desktop.h',
+ 'browser/banners/app_banner_infobar_delegate_desktop.cc',
+ 'browser/banners/app_banner_infobar_delegate_desktop.h',
+ 'browser/banners/app_banner_manager_desktop.cc',
+ 'browser/banners/app_banner_manager_desktop.h',
'browser/bookmarks/bookmark_html_writer.cc',
'browser/bookmarks/bookmark_html_writer.h',
'browser/certificate_viewer.cc',
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698