| OLD | NEW |
| 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 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1627 sources += [ | 1627 sources += [ |
| 1628 "views/frame/opaque_browser_frame_view.cc", | 1628 "views/frame/opaque_browser_frame_view.cc", |
| 1629 "views/frame/opaque_browser_frame_view.h", | 1629 "views/frame/opaque_browser_frame_view.h", |
| 1630 "views/frame/opaque_browser_frame_view_layout.cc", | 1630 "views/frame/opaque_browser_frame_view_layout.cc", |
| 1631 "views/frame/opaque_browser_frame_view_layout.h", | 1631 "views/frame/opaque_browser_frame_view_layout.h", |
| 1632 "views/frame/opaque_browser_frame_view_layout_delegate.h", | 1632 "views/frame/opaque_browser_frame_view_layout_delegate.h", |
| 1633 "views/frame/opaque_browser_frame_view_linux.cc", | 1633 "views/frame/opaque_browser_frame_view_linux.cc", |
| 1634 "views/frame/opaque_browser_frame_view_linux.h", | 1634 "views/frame/opaque_browser_frame_view_linux.h", |
| 1635 "views/frame/opaque_browser_frame_view_platform_specific.cc", | 1635 "views/frame/opaque_browser_frame_view_platform_specific.cc", |
| 1636 "views/frame/opaque_browser_frame_view_platform_specific.h", | 1636 "views/frame/opaque_browser_frame_view_platform_specific.h", |
| 1637 "views/profiles/force_signout_dialog.cc", |
| 1638 "views/profiles/force_signout_dialog.h", |
| 1637 "views/profiles/profile_chooser_view.cc", | 1639 "views/profiles/profile_chooser_view.cc", |
| 1638 "views/profiles/profile_chooser_view.h", | 1640 "views/profiles/profile_chooser_view.h", |
| 1639 "views/screen_capture_notification_ui_views.cc", | 1641 "views/screen_capture_notification_ui_views.cc", |
| 1640 "views/sync/one_click_signin_dialog_view.cc", | 1642 "views/sync/one_click_signin_dialog_view.cc", |
| 1641 "views/sync/one_click_signin_dialog_view.h", | 1643 "views/sync/one_click_signin_dialog_view.h", |
| 1642 ] | 1644 ] |
| 1643 } | 1645 } |
| 1644 | 1646 |
| 1645 # These files do Gtk+-based theming, but Gtk+ is not available on | 1647 # These files do Gtk+-based theming, but Gtk+ is not available on |
| 1646 # Ozone builds, or on common environments where Ozone will be used. | 1648 # Ozone builds, or on common environments where Ozone will be used. |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1691 } | 1693 } |
| 1692 if (!is_mac || mac_views_browser) { | 1694 if (!is_mac || mac_views_browser) { |
| 1693 sources += [ | 1695 sources += [ |
| 1694 "javascript_dialogs/javascript_dialog.cc", | 1696 "javascript_dialogs/javascript_dialog.cc", |
| 1695 | 1697 |
| 1696 # This test header is included because it contains forward declarations | 1698 # This test header is included because it contains forward declarations |
| 1697 # needed for "friend" statements for use in tests. | 1699 # needed for "friend" statements for use in tests. |
| 1698 "translate/translate_bubble_test_utils.h", | 1700 "translate/translate_bubble_test_utils.h", |
| 1699 "views/accessibility/invert_bubble_view.cc", | 1701 "views/accessibility/invert_bubble_view.cc", |
| 1700 "views/accessibility/invert_bubble_view.h", | 1702 "views/accessibility/invert_bubble_view.h", |
| 1703 "views/app_modal_dialog_queue_wrapper.cc", |
| 1704 "views/app_modal_dialog_queue_wrapper.h", |
| 1701 "views/autofill/autofill_popup_base_view.cc", | 1705 "views/autofill/autofill_popup_base_view.cc", |
| 1702 "views/autofill/autofill_popup_base_view.h", | 1706 "views/autofill/autofill_popup_base_view.h", |
| 1703 "views/autofill/autofill_popup_view_views.cc", | 1707 "views/autofill/autofill_popup_view_views.cc", |
| 1704 "views/autofill/autofill_popup_view_views.h", | 1708 "views/autofill/autofill_popup_view_views.h", |
| 1705 "views/autofill/card_unmask_prompt_views_shim.cc", | 1709 "views/autofill/card_unmask_prompt_views_shim.cc", |
| 1706 "views/autofill/password_generation_popup_view_views.cc", | 1710 "views/autofill/password_generation_popup_view_views.cc", |
| 1707 "views/autofill/password_generation_popup_view_views.h", | 1711 "views/autofill/password_generation_popup_view_views.h", |
| 1708 "views/autofill/save_card_bubble_views.cc", | 1712 "views/autofill/save_card_bubble_views.cc", |
| 1709 "views/autofill/save_card_bubble_views.h", | 1713 "views/autofill/save_card_bubble_views.h", |
| 1710 "views/autofill/save_card_icon_view.cc", | 1714 "views/autofill/save_card_icon_view.cc", |
| 1711 "views/autofill/save_card_icon_view.h", | 1715 "views/autofill/save_card_icon_view.h", |
| 1712 "views/bookmarks/bookmark_bar_instructions_view.cc", | 1716 "views/bookmarks/bookmark_bar_instructions_view.cc", |
| 1713 "views/bookmarks/bookmark_bar_instructions_view.h", | 1717 "views/bookmarks/bookmark_bar_instructions_view.h", |
| 1714 "views/bookmarks/bookmark_bar_view.cc", | 1718 "views/bookmarks/bookmark_bar_view.cc", |
| 1715 "views/bookmarks/bookmark_bar_view.h", | 1719 "views/bookmarks/bookmark_bar_view.h", |
| 1716 "views/bookmarks/bookmark_bar_view_observer.h", | 1720 "views/bookmarks/bookmark_bar_view_observer.h", |
| 1717 "views/bookmarks/bookmark_context_menu.cc", | 1721 "views/bookmarks/bookmark_context_menu.cc", |
| 1718 "views/bookmarks/bookmark_context_menu.h", | 1722 "views/bookmarks/bookmark_context_menu.h", |
| 1719 "views/bookmarks/bookmark_drag_drop_views.cc", | 1723 "views/bookmarks/bookmark_drag_drop_views.cc", |
| 1720 "views/bookmarks/bookmark_menu_controller_observer.h", | 1724 "views/bookmarks/bookmark_menu_controller_observer.h", |
| 1721 "views/bookmarks/bookmark_menu_controller_views.cc", | 1725 "views/bookmarks/bookmark_menu_controller_views.cc", |
| 1722 "views/bookmarks/bookmark_menu_controller_views.h", | 1726 "views/bookmarks/bookmark_menu_controller_views.h", |
| 1723 "views/bookmarks/bookmark_menu_delegate.cc", | 1727 "views/bookmarks/bookmark_menu_delegate.cc", |
| 1724 "views/bookmarks/bookmark_menu_delegate.h", | 1728 "views/bookmarks/bookmark_menu_delegate.h", |
| 1725 "views/browser_dialogs_views.cc", | 1729 "views/browser_dialogs_views.cc", |
| 1730 "views/browser_modal_dialog.cc", |
| 1731 "views/browser_modal_dialog.h", |
| 1726 "views/certificate_selector.cc", | 1732 "views/certificate_selector.cc", |
| 1727 "views/certificate_selector.h", | 1733 "views/certificate_selector.h", |
| 1728 "views/certificate_viewer_win.cc", | 1734 "views/certificate_viewer_win.cc", |
| 1729 "views/chrome_javascript_native_dialog_factory_views.cc", | 1735 "views/chrome_javascript_native_dialog_factory_views.cc", |
| 1730 "views/chrome_views_delegate_chromeos.cc", | 1736 "views/chrome_views_delegate_chromeos.cc", |
| 1731 "views/chrome_web_dialog_view.cc", | 1737 "views/chrome_web_dialog_view.cc", |
| 1732 "views/color_chooser_win.cc", | 1738 "views/color_chooser_win.cc", |
| 1733 "views/conflicting_module_view_win.cc", | 1739 "views/conflicting_module_view_win.cc", |
| 1734 "views/conflicting_module_view_win.h", | 1740 "views/conflicting_module_view_win.h", |
| 1735 "views/constrained_web_dialog_delegate_views.cc", | 1741 "views/constrained_web_dialog_delegate_views.cc", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1967 deps += [ "//ui/views/mus" ] | 1973 deps += [ "//ui/views/mus" ] |
| 1968 } | 1974 } |
| 1969 | 1975 |
| 1970 if (!is_chromeos) { | 1976 if (!is_chromeos) { |
| 1971 sources += [ | 1977 sources += [ |
| 1972 "views/profiles/signin_view_controller_delegate_views.cc", | 1978 "views/profiles/signin_view_controller_delegate_views.cc", |
| 1973 "views/profiles/signin_view_controller_delegate_views.h", | 1979 "views/profiles/signin_view_controller_delegate_views.h", |
| 1974 ] | 1980 ] |
| 1975 } | 1981 } |
| 1976 } | 1982 } |
| 1983 |
| 1977 if (use_ash) { | 1984 if (use_ash) { |
| 1978 sources += [ | 1985 sources += [ |
| 1979 "views/frame/browser_frame_ash.cc", | 1986 "views/frame/browser_frame_ash.cc", |
| 1980 "views/frame/browser_frame_ash.h", | 1987 "views/frame/browser_frame_ash.h", |
| 1981 "views/frame/browser_header_painter_ash.cc", | 1988 "views/frame/browser_header_painter_ash.cc", |
| 1982 "views/frame/browser_header_painter_ash.h", | 1989 "views/frame/browser_header_painter_ash.h", |
| 1983 "views/frame/browser_non_client_frame_view_ash.cc", | 1990 "views/frame/browser_non_client_frame_view_ash.cc", |
| 1984 "views/frame/browser_non_client_frame_view_ash.h", | 1991 "views/frame/browser_non_client_frame_view_ash.h", |
| 1985 "views/frame/immersive_context_mus.cc", | 1992 "views/frame/immersive_context_mus.cc", |
| 1986 "views/frame/immersive_context_mus.h", | 1993 "views/frame/immersive_context_mus.h", |
| (...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 "test/test_confirm_bubble_model.cc", | 3604 "test/test_confirm_bubble_model.cc", |
| 3598 "test/test_confirm_bubble_model.h", | 3605 "test/test_confirm_bubble_model.h", |
| 3599 ] | 3606 ] |
| 3600 deps += [ "//chrome/test:test_support_ui" ] | 3607 deps += [ "//chrome/test:test_support_ui" ] |
| 3601 } | 3608 } |
| 3602 | 3609 |
| 3603 if (enable_extensions) { | 3610 if (enable_extensions) { |
| 3604 deps += [ "//extensions/browser" ] | 3611 deps += [ "//extensions/browser" ] |
| 3605 } | 3612 } |
| 3606 } | 3613 } |
| OLD | NEW |