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

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

Issue 2905833004: [OverlayWindow] Add platform-independent window and views implementation. (Closed)
Patch Set: Rename PIP to Overlay. Created 3 years, 6 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.
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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "omnibox/alternate_nav_infobar_delegate.cc", 771 "omnibox/alternate_nav_infobar_delegate.cc",
772 "omnibox/alternate_nav_infobar_delegate.h", 772 "omnibox/alternate_nav_infobar_delegate.h",
773 "omnibox/chrome_omnibox_client.cc", 773 "omnibox/chrome_omnibox_client.cc",
774 "omnibox/chrome_omnibox_client.h", 774 "omnibox/chrome_omnibox_client.h",
775 "omnibox/chrome_omnibox_edit_controller.cc", 775 "omnibox/chrome_omnibox_edit_controller.cc",
776 "omnibox/chrome_omnibox_edit_controller.h", 776 "omnibox/chrome_omnibox_edit_controller.h",
777 "omnibox/chrome_omnibox_navigation_observer.cc", 777 "omnibox/chrome_omnibox_navigation_observer.cc",
778 "omnibox/chrome_omnibox_navigation_observer.h", 778 "omnibox/chrome_omnibox_navigation_observer.h",
779 "omnibox/clipboard_utils.cc", 779 "omnibox/clipboard_utils.cc",
780 "omnibox/clipboard_utils.h", 780 "omnibox/clipboard_utils.h",
781 "overlay/overlay_window.h",
781 "page_info/page_info_infobar_delegate.cc", 782 "page_info/page_info_infobar_delegate.cc",
782 "page_info/page_info_infobar_delegate.h", 783 "page_info/page_info_infobar_delegate.h",
783 "page_info/permission_menu_model.cc", 784 "page_info/permission_menu_model.cc",
784 "page_info/permission_menu_model.h", 785 "page_info/permission_menu_model.h",
785 "passwords/manage_passwords_bubble_model.cc", 786 "passwords/manage_passwords_bubble_model.cc",
786 "passwords/manage_passwords_bubble_model.h", 787 "passwords/manage_passwords_bubble_model.h",
787 "passwords/manage_passwords_icon_view.h", 788 "passwords/manage_passwords_icon_view.h",
788 "passwords/manage_passwords_ui_controller.cc", 789 "passwords/manage_passwords_ui_controller.cc",
789 "passwords/manage_passwords_ui_controller.h", 790 "passwords/manage_passwords_ui_controller.h",
790 "passwords/manage_passwords_view_utils_desktop.cc", 791 "passwords/manage_passwords_view_utils_desktop.cc",
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 "views/harmony/harmony_typography_provider.h", 1526 "views/harmony/harmony_typography_provider.h",
1526 "views/location_bar/location_bar_bubble_delegate_view.cc", 1527 "views/location_bar/location_bar_bubble_delegate_view.cc",
1527 "views/location_bar/location_bar_bubble_delegate_view.h", 1528 "views/location_bar/location_bar_bubble_delegate_view.h",
1528 "views/location_bar/zoom_bubble_view.cc", 1529 "views/location_bar/zoom_bubble_view.cc",
1529 "views/location_bar/zoom_bubble_view.h", 1530 "views/location_bar/zoom_bubble_view.h",
1530 "views/login_handler_views.cc", 1531 "views/login_handler_views.cc",
1531 "views/login_view.cc", 1532 "views/login_view.cc",
1532 "views/login_view.h", 1533 "views/login_view.h",
1533 "views/new_back_shortcut_bubble.cc", 1534 "views/new_back_shortcut_bubble.cc",
1534 "views/new_back_shortcut_bubble.h", 1535 "views/new_back_shortcut_bubble.h",
1536 "views/overlay/overlay_window_views.cc",
1537 "views/overlay/overlay_window_views.h",
1535 "views/page_info/chosen_object_row.cc", 1538 "views/page_info/chosen_object_row.cc",
1536 "views/page_info/chosen_object_row.h", 1539 "views/page_info/chosen_object_row.h",
1537 "views/page_info/chosen_object_row_observer.h", 1540 "views/page_info/chosen_object_row_observer.h",
1538 "views/page_info/non_accessible_image_view.cc", 1541 "views/page_info/non_accessible_image_view.cc",
1539 "views/page_info/non_accessible_image_view.h", 1542 "views/page_info/non_accessible_image_view.h",
1540 "views/page_info/page_info_bubble_view.cc", 1543 "views/page_info/page_info_bubble_view.cc",
1541 "views/page_info/page_info_bubble_view.h", 1544 "views/page_info/page_info_bubble_view.h",
1542 "views/page_info/permission_selector_row.cc", 1545 "views/page_info/permission_selector_row.cc",
1543 "views/page_info/permission_selector_row.h", 1546 "views/page_info/permission_selector_row.h",
1544 "views/page_info/permission_selector_row_observer.h", 1547 "views/page_info/permission_selector_row_observer.h",
(...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after
3632 deps += [ 3635 deps += [
3633 "//chrome/test:test_support_ui", 3636 "//chrome/test:test_support_ui",
3634 "//components/zoom", 3637 "//components/zoom",
3635 ] 3638 ]
3636 } 3639 }
3637 3640
3638 if (enable_extensions) { 3641 if (enable_extensions) {
3639 deps += [ "//extensions/browser" ] 3642 deps += [ "//extensions/browser" ]
3640 } 3643 }
3641 } 3644 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/overlay/overlay_window.h » ('j') | chrome/browser/ui/overlay/overlay_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698