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

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

Issue 2652823003: Add "Relaunch Chrome" dialog to Mac Views. (Closed)
Patch Set: Fix nits 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/browser_dialogs.h » ('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 8ebd7124a6056835ae7fbcae69888cb7462e7e80..89cec69be2c36c1ae49170935b19f55671a916b2 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1513,6 +1513,8 @@ split_static_library("ui") {
"views/sync/bubble_sync_promo_view.h",
"views/task_manager_view.cc",
"views/task_manager_view.h",
+ "views/update_recommended_message_box.cc",
+ "views/update_recommended_message_box.h",
"views/website_settings/chosen_object_row.cc",
"views/website_settings/chosen_object_row.h",
"views/website_settings/chosen_object_row_observer.h",
@@ -1891,8 +1893,6 @@ split_static_library("ui") {
"views/translate/translate_bubble_view.h",
"views/translate/translate_icon_view.cc",
"views/translate/translate_icon_view.h",
- "views/update_recommended_message_box.cc",
- "views/update_recommended_message_box.h",
"views/validation_message_bubble_view.cc",
"views/validation_message_bubble_view.h",
"views/website_settings/chooser_bubble_ui_view.cc",
« no previous file with comments | « no previous file | chrome/browser/ui/browser_dialogs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698