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

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

Issue 2650583012: MacViews: Enable views based Ask Google For Suggestions dialog behind secondary-ui-md flag. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | chrome/browser/ui/ask_google_for_suggestions_dialog_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index eb01d3f57a5dab5b6d2fa534d9cc5954bfd55404..72adbd55a4fd488128e9f4a35259b987d760293d 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1472,6 +1472,8 @@ split_static_library("ui") {
"views/chrome_views_delegate.h",
"views/collected_cookies_views.cc",
"views/collected_cookies_views.h",
+ "views/confirm_bubble_views.cc",
+ "views/confirm_bubble_views.h",
"views/content_setting_bubble_contents.cc",
"views/content_setting_bubble_contents.h",
"views/cookie_info_view.cc",
@@ -1646,8 +1648,6 @@ split_static_library("ui") {
"views/chrome_views_delegate_chromeos.cc",
"views/chrome_web_dialog_view.cc",
"views/color_chooser_win.cc",
- "views/confirm_bubble_views.cc",
- "views/confirm_bubble_views.h",
"views/conflicting_module_view_win.cc",
"views/conflicting_module_view_win.h",
"views/constrained_web_dialog_delegate_views.cc",
@@ -2588,6 +2588,7 @@ split_static_library("ui") {
"cocoa/confirm_bubble_cocoa.mm",
"cocoa/confirm_bubble_controller.h",
"cocoa/confirm_bubble_controller.mm",
+ "cocoa/confirm_bubble_views_mac.mm",
"cocoa/constrained_web_dialog_delegate_mac.mm",
"cocoa/constrained_window/constrained_window_alert.h",
"cocoa/constrained_window/constrained_window_alert.mm",
« no previous file with comments | « no previous file | chrome/browser/ui/ask_google_for_suggestions_dialog_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698