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

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

Issue 2630473003: MacViews: Harmony for toolbar actions bubbles. (Closed)
Patch Set: respond to comments Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_actions_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
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")
(...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1534 "views/payments/view_stack.cc", 1534 "views/payments/view_stack.cc",
1535 "views/payments/view_stack.h", 1535 "views/payments/view_stack.h",
1536 "views/subtle_notification_view.cc", 1536 "views/subtle_notification_view.cc",
1537 "views/subtle_notification_view.h", 1537 "views/subtle_notification_view.h",
1538 "views/sync/bubble_sync_promo_view.cc", 1538 "views/sync/bubble_sync_promo_view.cc",
1539 "views/sync/bubble_sync_promo_view.h", 1539 "views/sync/bubble_sync_promo_view.h",
1540 "views/sync/profile_signin_confirmation_dialog_views.cc", 1540 "views/sync/profile_signin_confirmation_dialog_views.cc",
1541 "views/sync/profile_signin_confirmation_dialog_views.h", 1541 "views/sync/profile_signin_confirmation_dialog_views.h",
1542 "views/task_manager_view.cc", 1542 "views/task_manager_view.cc",
1543 "views/task_manager_view.h", 1543 "views/task_manager_view.h",
1544 "views/toolbar/toolbar_actions_bar_bubble_views.cc",
1545 "views/toolbar/toolbar_actions_bar_bubble_views.h",
1544 "views/update_recommended_message_box.cc", 1546 "views/update_recommended_message_box.cc",
1545 "views/update_recommended_message_box.h", 1547 "views/update_recommended_message_box.h",
1546 "views/website_settings/chosen_object_row.cc", 1548 "views/website_settings/chosen_object_row.cc",
1547 "views/website_settings/chosen_object_row.h", 1549 "views/website_settings/chosen_object_row.h",
1548 "views/website_settings/chosen_object_row_observer.h", 1550 "views/website_settings/chosen_object_row_observer.h",
1549 "views/website_settings/non_accessible_image_view.cc", 1551 "views/website_settings/non_accessible_image_view.cc",
1550 "views/website_settings/non_accessible_image_view.h", 1552 "views/website_settings/non_accessible_image_view.h",
1551 "views/website_settings/permission_prompt_impl.cc", 1553 "views/website_settings/permission_prompt_impl.cc",
1552 "views/website_settings/permission_prompt_impl.h", 1554 "views/website_settings/permission_prompt_impl.h",
1553 "views/website_settings/permission_selector_row.cc", 1555 "views/website_settings/permission_selector_row.cc",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 "views/toolbar/browser_actions_container.h", 1878 "views/toolbar/browser_actions_container.h",
1877 "views/toolbar/extension_toolbar_menu_view.cc", 1879 "views/toolbar/extension_toolbar_menu_view.cc",
1878 "views/toolbar/extension_toolbar_menu_view.h", 1880 "views/toolbar/extension_toolbar_menu_view.h",
1879 "views/toolbar/home_button.cc", 1881 "views/toolbar/home_button.cc",
1880 "views/toolbar/home_button.h", 1882 "views/toolbar/home_button.h",
1881 "views/toolbar/reload_button.cc", 1883 "views/toolbar/reload_button.cc",
1882 "views/toolbar/reload_button.h", 1884 "views/toolbar/reload_button.h",
1883 "views/toolbar/toolbar_action_view.cc", 1885 "views/toolbar/toolbar_action_view.cc",
1884 "views/toolbar/toolbar_action_view.h", 1886 "views/toolbar/toolbar_action_view.h",
1885 "views/toolbar/toolbar_action_view_delegate_views.h", 1887 "views/toolbar/toolbar_action_view_delegate_views.h",
1886 "views/toolbar/toolbar_actions_bar_bubble_views.cc",
1887 "views/toolbar/toolbar_actions_bar_bubble_views.h",
1888 "views/toolbar/toolbar_button.cc", 1888 "views/toolbar/toolbar_button.cc",
1889 "views/toolbar/toolbar_button.h", 1889 "views/toolbar/toolbar_button.h",
1890 "views/toolbar/toolbar_view.cc", 1890 "views/toolbar/toolbar_view.cc",
1891 "views/toolbar/toolbar_view.h", 1891 "views/toolbar/toolbar_view.h",
1892 "views/touch_uma/touch_uma.h", 1892 "views/touch_uma/touch_uma.h",
1893 "views/translate/translate_bubble_view.cc", 1893 "views/translate/translate_bubble_view.cc",
1894 "views/translate/translate_bubble_view.h", 1894 "views/translate/translate_bubble_view.h",
1895 "views/translate/translate_icon_view.cc", 1895 "views/translate/translate_icon_view.cc",
1896 "views/translate/translate_icon_view.h", 1896 "views/translate/translate_icon_view.h",
1897 "views/validation_message_bubble_view.cc", 1897 "views/validation_message_bubble_view.cc",
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
2690 "cocoa/extensions/extension_popup_controller.mm", 2690 "cocoa/extensions/extension_popup_controller.mm",
2691 "cocoa/extensions/extension_uninstall_dialog_cocoa.mm", 2691 "cocoa/extensions/extension_uninstall_dialog_cocoa.mm",
2692 "cocoa/extensions/extension_view_mac.h", 2692 "cocoa/extensions/extension_view_mac.h",
2693 "cocoa/extensions/extension_view_mac.mm", 2693 "cocoa/extensions/extension_view_mac.mm",
2694 "cocoa/extensions/media_galleries_dialog_cocoa.h", 2694 "cocoa/extensions/media_galleries_dialog_cocoa.h",
2695 "cocoa/extensions/media_galleries_dialog_cocoa.mm", 2695 "cocoa/extensions/media_galleries_dialog_cocoa.mm",
2696 "cocoa/extensions/media_gallery_list_entry_view.h", 2696 "cocoa/extensions/media_gallery_list_entry_view.h",
2697 "cocoa/extensions/media_gallery_list_entry_view.mm", 2697 "cocoa/extensions/media_gallery_list_entry_view.mm",
2698 "cocoa/extensions/toolbar_actions_bar_bubble_mac.h", 2698 "cocoa/extensions/toolbar_actions_bar_bubble_mac.h",
2699 "cocoa/extensions/toolbar_actions_bar_bubble_mac.mm", 2699 "cocoa/extensions/toolbar_actions_bar_bubble_mac.mm",
2700 "cocoa/extensions/toolbar_actions_bar_bubble_views_presenter.h",
2701 "cocoa/extensions/toolbar_actions_bar_bubble_views_presenter.mm",
2700 "cocoa/extensions/windowed_install_dialog_controller.h", 2702 "cocoa/extensions/windowed_install_dialog_controller.h",
2701 "cocoa/extensions/windowed_install_dialog_controller.mm", 2703 "cocoa/extensions/windowed_install_dialog_controller.mm",
2702 "cocoa/external_protocol_dialog.h", 2704 "cocoa/external_protocol_dialog.h",
2703 "cocoa/external_protocol_dialog_cocoa.mm", 2705 "cocoa/external_protocol_dialog_cocoa.mm",
2704 "cocoa/external_protocol_dialog_views_mac.mm", 2706 "cocoa/external_protocol_dialog_views_mac.mm",
2705 "cocoa/fast_resize_view.h", 2707 "cocoa/fast_resize_view.h",
2706 "cocoa/fast_resize_view.mm", 2708 "cocoa/fast_resize_view.mm",
2707 "cocoa/find_bar/find_bar_bridge.h", 2709 "cocoa/find_bar/find_bar_bridge.h",
2708 "cocoa/find_bar/find_bar_bridge.mm", 2710 "cocoa/find_bar/find_bar_bridge.mm",
2709 "cocoa/find_bar/find_bar_cocoa_controller.h", 2711 "cocoa/find_bar/find_bar_cocoa_controller.h",
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
3533 "test/test_confirm_bubble_model.cc", 3535 "test/test_confirm_bubble_model.cc",
3534 "test/test_confirm_bubble_model.h", 3536 "test/test_confirm_bubble_model.h",
3535 ] 3537 ]
3536 deps += [ "//chrome/test:test_support_ui" ] 3538 deps += [ "//chrome/test:test_support_ui" ]
3537 } 3539 }
3538 3540
3539 if (enable_extensions) { 3541 if (enable_extensions) {
3540 deps += [ "//extensions/browser" ] 3542 deps += [ "//extensions/browser" ]
3541 } 3543 }
3542 } 3544 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_actions_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698