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

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

Issue 2905833004: [OverlayWindow] Add platform-independent window and views implementation. (Closed)
Patch Set: Rebase. Created 3 years, 5 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/overlay/overlay_window.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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 "omnibox/alternate_nav_infobar_delegate.cc", 785 "omnibox/alternate_nav_infobar_delegate.cc",
786 "omnibox/alternate_nav_infobar_delegate.h", 786 "omnibox/alternate_nav_infobar_delegate.h",
787 "omnibox/chrome_omnibox_client.cc", 787 "omnibox/chrome_omnibox_client.cc",
788 "omnibox/chrome_omnibox_client.h", 788 "omnibox/chrome_omnibox_client.h",
789 "omnibox/chrome_omnibox_edit_controller.cc", 789 "omnibox/chrome_omnibox_edit_controller.cc",
790 "omnibox/chrome_omnibox_edit_controller.h", 790 "omnibox/chrome_omnibox_edit_controller.h",
791 "omnibox/chrome_omnibox_navigation_observer.cc", 791 "omnibox/chrome_omnibox_navigation_observer.cc",
792 "omnibox/chrome_omnibox_navigation_observer.h", 792 "omnibox/chrome_omnibox_navigation_observer.h",
793 "omnibox/clipboard_utils.cc", 793 "omnibox/clipboard_utils.cc",
794 "omnibox/clipboard_utils.h", 794 "omnibox/clipboard_utils.h",
795 "overlay/overlay_window.h",
795 "page_info/page_info_infobar_delegate.cc", 796 "page_info/page_info_infobar_delegate.cc",
796 "page_info/page_info_infobar_delegate.h", 797 "page_info/page_info_infobar_delegate.h",
797 "page_info/permission_menu_model.cc", 798 "page_info/permission_menu_model.cc",
798 "page_info/permission_menu_model.h", 799 "page_info/permission_menu_model.h",
799 "passwords/manage_passwords_bubble_model.cc", 800 "passwords/manage_passwords_bubble_model.cc",
800 "passwords/manage_passwords_bubble_model.h", 801 "passwords/manage_passwords_bubble_model.h",
801 "passwords/manage_passwords_icon_view.h", 802 "passwords/manage_passwords_icon_view.h",
802 "passwords/manage_passwords_ui_controller.cc", 803 "passwords/manage_passwords_ui_controller.cc",
803 "passwords/manage_passwords_ui_controller.h", 804 "passwords/manage_passwords_ui_controller.h",
804 "passwords/manage_passwords_view_utils_desktop.cc", 805 "passwords/manage_passwords_view_utils_desktop.cc",
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 "views/importer/import_lock_dialog_view.h", 1551 "views/importer/import_lock_dialog_view.h",
1551 "views/location_bar/location_bar_bubble_delegate_view.cc", 1552 "views/location_bar/location_bar_bubble_delegate_view.cc",
1552 "views/location_bar/location_bar_bubble_delegate_view.h", 1553 "views/location_bar/location_bar_bubble_delegate_view.h",
1553 "views/location_bar/zoom_bubble_view.cc", 1554 "views/location_bar/zoom_bubble_view.cc",
1554 "views/location_bar/zoom_bubble_view.h", 1555 "views/location_bar/zoom_bubble_view.h",
1555 "views/login_handler_views.cc", 1556 "views/login_handler_views.cc",
1556 "views/login_view.cc", 1557 "views/login_view.cc",
1557 "views/login_view.h", 1558 "views/login_view.h",
1558 "views/new_back_shortcut_bubble.cc", 1559 "views/new_back_shortcut_bubble.cc",
1559 "views/new_back_shortcut_bubble.h", 1560 "views/new_back_shortcut_bubble.h",
1561 "views/overlay/overlay_window_views.cc",
1562 "views/overlay/overlay_window_views.h",
1560 "views/page_info/chosen_object_row.cc", 1563 "views/page_info/chosen_object_row.cc",
1561 "views/page_info/chosen_object_row.h", 1564 "views/page_info/chosen_object_row.h",
1562 "views/page_info/chosen_object_row_observer.h", 1565 "views/page_info/chosen_object_row_observer.h",
1563 "views/page_info/non_accessible_image_view.cc", 1566 "views/page_info/non_accessible_image_view.cc",
1564 "views/page_info/non_accessible_image_view.h", 1567 "views/page_info/non_accessible_image_view.h",
1565 "views/page_info/page_info_bubble_view.cc", 1568 "views/page_info/page_info_bubble_view.cc",
1566 "views/page_info/page_info_bubble_view.h", 1569 "views/page_info/page_info_bubble_view.h",
1567 "views/page_info/permission_selector_row.cc", 1570 "views/page_info/permission_selector_row.cc",
1568 "views/page_info/permission_selector_row.h", 1571 "views/page_info/permission_selector_row.h",
1569 "views/page_info/permission_selector_row_observer.h", 1572 "views/page_info/permission_selector_row_observer.h",
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3688 deps += [ 3691 deps += [
3689 "//chrome/test:test_support_ui", 3692 "//chrome/test:test_support_ui",
3690 "//components/zoom", 3693 "//components/zoom",
3691 ] 3694 ]
3692 } 3695 }
3693 3696
3694 if (enable_extensions) { 3697 if (enable_extensions) {
3695 deps += [ "//extensions/browser" ] 3698 deps += [ "//extensions/browser" ]
3696 } 3699 }
3697 } 3700 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/overlay/overlay_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698