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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2803293002: Create Bookmark Footnote desktop iOS promotion (Closed)
Patch Set: win only Created 3 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index e90d3dc62ecb7d83fdea3fcd79a25927d011dd4d..e2864f249f4d012043dbaae78c896e9efe94dc81 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1442,6 +1442,7 @@ split_static_library("ui") {
"autofill/save_card_bubble_controller_impl.cc",
"autofill/save_card_bubble_controller_impl.h",
"autofill/save_card_bubble_view.h",
+ "desktop_ios_promotion/desktop_ios_promotion_footnote_delegate.h",
"views/apps/app_info_dialog/app_info_dialog_container.cc",
"views/apps/app_info_dialog/app_info_dialog_container.h",
"views/apps/app_info_dialog/app_info_dialog_views.cc",
@@ -3072,6 +3073,8 @@ split_static_library("ui") {
if (is_win) {
sources += [
+ "desktop_ios_promotion/desktop_ios_promotion_bubble_controller.cc",
+ "desktop_ios_promotion/desktop_ios_promotion_bubble_controller.h",
"desktop_ios_promotion/desktop_ios_promotion_controller.cc",
"desktop_ios_promotion/desktop_ios_promotion_controller.h",
"desktop_ios_promotion/desktop_ios_promotion_util.cc",
@@ -3095,6 +3098,8 @@ split_static_library("ui") {
"views/critical_notification_bubble_view.h",
"views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc",
"views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h",
+ "views/desktop_ios_promotion/desktop_ios_promotion_footnote_view.cc",
+ "views/desktop_ios_promotion/desktop_ios_promotion_footnote_view.h",
"views/frame/browser_desktop_window_tree_host.h",
"views/frame/browser_desktop_window_tree_host_win.cc",
"views/frame/browser_desktop_window_tree_host_win.h",

Powered by Google App Engine
This is Rietveld 408576698