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

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

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: nits Created 3 years, 10 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 08e736676ddf377d2241754c06f53d98ae736e2a..560bc40b5c85f3193878b3dd4185ee3fcd8db998 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3021,6 +3021,7 @@ split_static_library("ui") {
"desktop_ios_promotion/desktop_ios_promotion_controller.h",
"desktop_ios_promotion/desktop_ios_promotion_util.cc",
"desktop_ios_promotion/desktop_ios_promotion_util.h",
+ "desktop_ios_promotion/desktop_ios_promotion_view.h",
"desktop_ios_promotion/sms_service.cc",
"desktop_ios_promotion/sms_service.h",
"desktop_ios_promotion/sms_service_factory.cc",
@@ -3035,8 +3036,8 @@ split_static_library("ui") {
"views/color_chooser_dialog.h",
"views/critical_notification_bubble_view.cc",
"views/critical_notification_bubble_view.h",
- "views/desktop_ios_promotion/desktop_ios_promotion_view.cc",
- "views/desktop_ios_promotion/desktop_ios_promotion_view.h",
+ "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc",
+ "views/desktop_ios_promotion/desktop_ios_promotion_bubble_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",
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/desktop_ios_promotion/desktop_ios_promotion_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698