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

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

Issue 2617543002: Create Desktop to iOS Promotion skeleton. (Closed)
Patch Set: add cocoa modifications Created 3 years, 11 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 e09d63307bd8f0a0e95cc029566f8ccf6010de00..b3b427a5fbe0dc10582d3f2a49918717c4165dcd 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -711,6 +711,10 @@ split_static_library("ui") {
"content_settings/content_setting_bubble_model_delegate.h",
"content_settings/content_setting_image_model.cc",
"content_settings/content_setting_image_model.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",
+ "desktop_ios_promotion/desktop_ios_promotion_util.h",
"exclusive_access/exclusive_access_bubble.cc",
"exclusive_access/exclusive_access_bubble.h",
"exclusive_access/exclusive_access_bubble_type.cc",
@@ -1646,6 +1650,8 @@ split_static_library("ui") {
"views/constrained_web_dialog_delegate_views.cc",
"views/create_application_shortcut_view.cc",
"views/create_application_shortcut_view.h",
+ "views/desktop_ios_promotion/desktop_ios_promotion_view.cc",
+ "views/desktop_ios_promotion/desktop_ios_promotion_view.h",
"views/download/download_danger_prompt_views.cc",
"views/download/download_feedback_dialog_view.cc",
"views/download/download_feedback_dialog_view.h",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698