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 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1629 sources += [ | 1629 sources += [ |
1630 "views/frame/opaque_browser_frame_view.cc", | 1630 "views/frame/opaque_browser_frame_view.cc", |
1631 "views/frame/opaque_browser_frame_view.h", | 1631 "views/frame/opaque_browser_frame_view.h", |
1632 "views/frame/opaque_browser_frame_view_layout.cc", | 1632 "views/frame/opaque_browser_frame_view_layout.cc", |
1633 "views/frame/opaque_browser_frame_view_layout.h", | 1633 "views/frame/opaque_browser_frame_view_layout.h", |
1634 "views/frame/opaque_browser_frame_view_layout_delegate.h", | 1634 "views/frame/opaque_browser_frame_view_layout_delegate.h", |
1635 "views/frame/opaque_browser_frame_view_linux.cc", | 1635 "views/frame/opaque_browser_frame_view_linux.cc", |
1636 "views/frame/opaque_browser_frame_view_linux.h", | 1636 "views/frame/opaque_browser_frame_view_linux.h", |
1637 "views/frame/opaque_browser_frame_view_platform_specific.cc", | 1637 "views/frame/opaque_browser_frame_view_platform_specific.cc", |
1638 "views/frame/opaque_browser_frame_view_platform_specific.h", | 1638 "views/frame/opaque_browser_frame_view_platform_specific.h", |
| 1639 "views/profiles/forced_reauthentication_dialog.cc", |
| 1640 "views/profiles/forced_reauthentication_dialog.h", |
1639 "views/profiles/profile_chooser_view.cc", | 1641 "views/profiles/profile_chooser_view.cc", |
1640 "views/profiles/profile_chooser_view.h", | 1642 "views/profiles/profile_chooser_view.h", |
1641 "views/screen_capture_notification_ui_views.cc", | 1643 "views/screen_capture_notification_ui_views.cc", |
1642 "views/sync/one_click_signin_dialog_view.cc", | 1644 "views/sync/one_click_signin_dialog_view.cc", |
1643 "views/sync/one_click_signin_dialog_view.h", | 1645 "views/sync/one_click_signin_dialog_view.h", |
1644 ] | 1646 ] |
1645 } | 1647 } |
1646 | 1648 |
1647 # These files do Gtk+-based theming, but Gtk+ is not available on | 1649 # These files do Gtk+-based theming, but Gtk+ is not available on |
1648 # Ozone builds, or on common environments where Ozone will be used. | 1650 # Ozone builds, or on common environments where Ozone will be used. |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1962 deps += [ "//ui/views/mus" ] | 1964 deps += [ "//ui/views/mus" ] |
1963 } | 1965 } |
1964 | 1966 |
1965 if (!is_chromeos) { | 1967 if (!is_chromeos) { |
1966 sources += [ | 1968 sources += [ |
1967 "views/profiles/signin_view_controller_delegate_views.cc", | 1969 "views/profiles/signin_view_controller_delegate_views.cc", |
1968 "views/profiles/signin_view_controller_delegate_views.h", | 1970 "views/profiles/signin_view_controller_delegate_views.h", |
1969 ] | 1971 ] |
1970 } | 1972 } |
1971 } | 1973 } |
| 1974 |
1972 if (use_ash) { | 1975 if (use_ash) { |
1973 sources += [ | 1976 sources += [ |
1974 "views/frame/browser_frame_ash.cc", | 1977 "views/frame/browser_frame_ash.cc", |
1975 "views/frame/browser_frame_ash.h", | 1978 "views/frame/browser_frame_ash.h", |
1976 "views/frame/browser_header_painter_ash.cc", | 1979 "views/frame/browser_header_painter_ash.cc", |
1977 "views/frame/browser_header_painter_ash.h", | 1980 "views/frame/browser_header_painter_ash.h", |
1978 "views/frame/browser_non_client_frame_view_ash.cc", | 1981 "views/frame/browser_non_client_frame_view_ash.cc", |
1979 "views/frame/browser_non_client_frame_view_ash.h", | 1982 "views/frame/browser_non_client_frame_view_ash.h", |
1980 "views/frame/immersive_context_mus.cc", | 1983 "views/frame/immersive_context_mus.cc", |
1981 "views/frame/immersive_context_mus.h", | 1984 "views/frame/immersive_context_mus.h", |
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3609 deps += [ | 3612 deps += [ |
3610 "//chrome/test:test_support_ui", | 3613 "//chrome/test:test_support_ui", |
3611 "//components/zoom", | 3614 "//components/zoom", |
3612 ] | 3615 ] |
3613 } | 3616 } |
3614 | 3617 |
3615 if (enable_extensions) { | 3618 if (enable_extensions) { |
3616 deps += [ "//extensions/browser" ] | 3619 deps += [ "//extensions/browser" ] |
3617 } | 3620 } |
3618 } | 3621 } |
OLD | NEW |