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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2652823003: Add "Relaunch Chrome" dialog to Mac Views. (Closed)
Patch Set: Add "Relaunch Chrome" dialog to Mac Views. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
tapted 2017/01/24 03:36:25 CL description nit: UpdateRecommendedDialogTestMd
Greg K 2017/01/24 04:11:20 Done.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
11 import("//extensions/features/features.gni") 11 import("//extensions/features/features.gni")
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 "views/login_view.cc", 1506 "views/login_view.cc",
1507 "views/login_view.h", 1507 "views/login_view.h",
1508 "views/new_back_shortcut_bubble.cc", 1508 "views/new_back_shortcut_bubble.cc",
1509 "views/new_back_shortcut_bubble.h", 1509 "views/new_back_shortcut_bubble.h",
1510 "views/subtle_notification_view.cc", 1510 "views/subtle_notification_view.cc",
1511 "views/subtle_notification_view.h", 1511 "views/subtle_notification_view.h",
1512 "views/sync/bubble_sync_promo_view.cc", 1512 "views/sync/bubble_sync_promo_view.cc",
1513 "views/sync/bubble_sync_promo_view.h", 1513 "views/sync/bubble_sync_promo_view.h",
1514 "views/task_manager_view.cc", 1514 "views/task_manager_view.cc",
1515 "views/task_manager_view.h", 1515 "views/task_manager_view.h",
1516 "views/update_recommended_message_box.cc",
1517 "views/update_recommended_message_box.h",
1516 "views/website_settings/chosen_object_row.cc", 1518 "views/website_settings/chosen_object_row.cc",
1517 "views/website_settings/chosen_object_row.h", 1519 "views/website_settings/chosen_object_row.h",
1518 "views/website_settings/chosen_object_row_observer.h", 1520 "views/website_settings/chosen_object_row_observer.h",
1519 "views/website_settings/non_accessible_image_view.cc", 1521 "views/website_settings/non_accessible_image_view.cc",
1520 "views/website_settings/non_accessible_image_view.h", 1522 "views/website_settings/non_accessible_image_view.h",
1521 "views/website_settings/permission_prompt_impl.cc", 1523 "views/website_settings/permission_prompt_impl.cc",
1522 "views/website_settings/permission_prompt_impl.h", 1524 "views/website_settings/permission_prompt_impl.h",
1523 "views/website_settings/permission_selector_row.cc", 1525 "views/website_settings/permission_selector_row.cc",
1524 "views/website_settings/permission_selector_row.h", 1526 "views/website_settings/permission_selector_row.h",
1525 "views/website_settings/permission_selector_row_observer.h", 1527 "views/website_settings/permission_selector_row_observer.h",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 "views/toolbar/toolbar_actions_bar_bubble_views.h", 1886 "views/toolbar/toolbar_actions_bar_bubble_views.h",
1885 "views/toolbar/toolbar_button.cc", 1887 "views/toolbar/toolbar_button.cc",
1886 "views/toolbar/toolbar_button.h", 1888 "views/toolbar/toolbar_button.h",
1887 "views/toolbar/toolbar_view.cc", 1889 "views/toolbar/toolbar_view.cc",
1888 "views/toolbar/toolbar_view.h", 1890 "views/toolbar/toolbar_view.h",
1889 "views/touch_uma/touch_uma.h", 1891 "views/touch_uma/touch_uma.h",
1890 "views/translate/translate_bubble_view.cc", 1892 "views/translate/translate_bubble_view.cc",
1891 "views/translate/translate_bubble_view.h", 1893 "views/translate/translate_bubble_view.h",
1892 "views/translate/translate_icon_view.cc", 1894 "views/translate/translate_icon_view.cc",
1893 "views/translate/translate_icon_view.h", 1895 "views/translate/translate_icon_view.h",
1894 "views/update_recommended_message_box.cc",
1895 "views/update_recommended_message_box.h",
1896 "views/validation_message_bubble_view.cc", 1896 "views/validation_message_bubble_view.cc",
1897 "views/validation_message_bubble_view.h", 1897 "views/validation_message_bubble_view.h",
1898 "views/website_settings/chooser_bubble_ui_view.cc", 1898 "views/website_settings/chooser_bubble_ui_view.cc",
1899 "views/website_settings/chooser_bubble_ui_view.h", 1899 "views/website_settings/chooser_bubble_ui_view.h",
1900 "views/website_settings/permission_prompt_impl_views.cc", 1900 "views/website_settings/permission_prompt_impl_views.cc",
1901 ] 1901 ]
1902 1902
1903 deps += [ "//ui/views/resources/vector_icons" ] 1903 deps += [ "//ui/views/resources/vector_icons" ]
1904 1904
1905 if (use_aura) { 1905 if (use_aura) {
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 "test/test_confirm_bubble_model.cc", 3493 "test/test_confirm_bubble_model.cc",
3494 "test/test_confirm_bubble_model.h", 3494 "test/test_confirm_bubble_model.h",
3495 ] 3495 ]
3496 deps += [ "//chrome/test:test_support_ui" ] 3496 deps += [ "//chrome/test:test_support_ui" ]
3497 } 3497 }
3498 3498
3499 if (enable_extensions) { 3499 if (enable_extensions) {
3500 deps += [ "//extensions/browser" ] 3500 deps += [ "//extensions/browser" ]
3501 } 3501 }
3502 } 3502 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser_dialogs.h » ('j') | chrome/browser/ui/update_chrome_dialog_browsertest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698