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

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

Issue 2905833004: [OverlayWindow] Add platform-independent window and views implementation. (Closed)
Patch Set: Created 3 years, 7 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/pip/pip_window.h » ('j') | chrome/browser/ui/pip/pip_window.h » ('J')
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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 "passwords/passwords_client_ui_delegate.cc", 809 "passwords/passwords_client_ui_delegate.cc",
810 "passwords/passwords_client_ui_delegate.h", 810 "passwords/passwords_client_ui_delegate.h",
811 "passwords/passwords_model_delegate.cc", 811 "passwords/passwords_model_delegate.cc",
812 "passwords/passwords_model_delegate.h", 812 "passwords/passwords_model_delegate.h",
813 "pdf/adobe_reader_info_win.cc", 813 "pdf/adobe_reader_info_win.cc",
814 "pdf/adobe_reader_info_win.h", 814 "pdf/adobe_reader_info_win.h",
815 "pdf/chrome_pdf_web_contents_helper_client.cc", 815 "pdf/chrome_pdf_web_contents_helper_client.cc",
816 "pdf/chrome_pdf_web_contents_helper_client.h", 816 "pdf/chrome_pdf_web_contents_helper_client.h",
817 "permission_bubble/chooser_bubble_delegate.cc", 817 "permission_bubble/chooser_bubble_delegate.cc",
818 "permission_bubble/chooser_bubble_delegate.h", 818 "permission_bubble/chooser_bubble_delegate.h",
819 "pip/pip_window.h",
mlamouri (slow - plz ping) 2017/06/05 13:09:33 Same as below, what about "picture_in_picture/pict
apacible 2017/06/13 07:58:08 From a previous conversation with pkasting, spelli
819 "sad_tab.cc", 820 "sad_tab.cc",
820 "sad_tab.h", 821 "sad_tab.h",
821 "sad_tab_helper.cc", 822 "sad_tab_helper.cc",
822 "sad_tab_helper.h", 823 "sad_tab_helper.h",
823 "sad_tab_types.h", 824 "sad_tab_types.h",
824 "scoped_tabbed_browser_displayer.cc", 825 "scoped_tabbed_browser_displayer.cc",
825 "scoped_tabbed_browser_displayer.h", 826 "scoped_tabbed_browser_displayer.h",
826 "search/instant_controller.cc", 827 "search/instant_controller.cc",
827 "search/instant_controller.h", 828 "search/instant_controller.h",
828 "search/search_delegate.cc", 829 "search/search_delegate.cc",
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 "views/payments/validating_textfield.cc", 1590 "views/payments/validating_textfield.cc",
1590 "views/payments/validating_textfield.h", 1591 "views/payments/validating_textfield.h",
1591 "views/payments/validation_delegate.cc", 1592 "views/payments/validation_delegate.cc",
1592 "views/payments/validation_delegate.h", 1593 "views/payments/validation_delegate.h",
1593 "views/payments/view_stack.cc", 1594 "views/payments/view_stack.cc",
1594 "views/payments/view_stack.h", 1595 "views/payments/view_stack.h",
1595 "views/permission_bubble/chooser_bubble_ui.cc", 1596 "views/permission_bubble/chooser_bubble_ui.cc",
1596 "views/permission_bubble/chooser_bubble_ui.h", 1597 "views/permission_bubble/chooser_bubble_ui.h",
1597 "views/permission_bubble/permission_prompt_impl.cc", 1598 "views/permission_bubble/permission_prompt_impl.cc",
1598 "views/permission_bubble/permission_prompt_impl.h", 1599 "views/permission_bubble/permission_prompt_impl.h",
1600 "views/pip/pip_window_views.cc",
1601 "views/pip/pip_window_views.h",
1599 "views/subtle_notification_view.cc", 1602 "views/subtle_notification_view.cc",
1600 "views/subtle_notification_view.h", 1603 "views/subtle_notification_view.h",
1601 "views/sync/bubble_sync_promo_view.cc", 1604 "views/sync/bubble_sync_promo_view.cc",
1602 "views/sync/bubble_sync_promo_view.h", 1605 "views/sync/bubble_sync_promo_view.h",
1603 "views/sync/profile_signin_confirmation_dialog_views.cc", 1606 "views/sync/profile_signin_confirmation_dialog_views.cc",
1604 "views/sync/profile_signin_confirmation_dialog_views.h", 1607 "views/sync/profile_signin_confirmation_dialog_views.h",
1605 "views/task_manager_view.cc", 1608 "views/task_manager_view.cc",
1606 "views/task_manager_view.h", 1609 "views/task_manager_view.h",
1607 "views/toolbar/toolbar_actions_bar_bubble_views.cc", 1610 "views/toolbar/toolbar_actions_bar_bubble_views.cc",
1608 "views/toolbar/toolbar_actions_bar_bubble_views.h", 1611 "views/toolbar/toolbar_actions_bar_bubble_views.h",
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
3601 "test/test_confirm_bubble_model.cc", 3604 "test/test_confirm_bubble_model.cc",
3602 "test/test_confirm_bubble_model.h", 3605 "test/test_confirm_bubble_model.h",
3603 ] 3606 ]
3604 deps += [ "//chrome/test:test_support_ui" ] 3607 deps += [ "//chrome/test:test_support_ui" ]
3605 } 3608 }
3606 3609
3607 if (enable_extensions) { 3610 if (enable_extensions) {
3608 deps += [ "//extensions/browser" ] 3611 deps += [ "//extensions/browser" ]
3609 } 3612 }
3610 } 3613 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/pip/pip_window.h » ('j') | chrome/browser/ui/pip/pip_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698