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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1620 sources += [ | 1620 sources += [ |
1621 "views/frame/opaque_browser_frame_view.cc", | 1621 "views/frame/opaque_browser_frame_view.cc", |
1622 "views/frame/opaque_browser_frame_view.h", | 1622 "views/frame/opaque_browser_frame_view.h", |
1623 "views/frame/opaque_browser_frame_view_layout.cc", | 1623 "views/frame/opaque_browser_frame_view_layout.cc", |
1624 "views/frame/opaque_browser_frame_view_layout.h", | 1624 "views/frame/opaque_browser_frame_view_layout.h", |
1625 "views/frame/opaque_browser_frame_view_layout_delegate.h", | 1625 "views/frame/opaque_browser_frame_view_layout_delegate.h", |
1626 "views/frame/opaque_browser_frame_view_linux.cc", | 1626 "views/frame/opaque_browser_frame_view_linux.cc", |
1627 "views/frame/opaque_browser_frame_view_linux.h", | 1627 "views/frame/opaque_browser_frame_view_linux.h", |
1628 "views/frame/opaque_browser_frame_view_platform_specific.cc", | 1628 "views/frame/opaque_browser_frame_view_platform_specific.cc", |
1629 "views/frame/opaque_browser_frame_view_platform_specific.h", | 1629 "views/frame/opaque_browser_frame_view_platform_specific.h", |
| 1630 "views/profiles/force_signout_dialog.cc", |
| 1631 "views/profiles/force_signout_dialog.h", |
| 1632 "views/profiles/force_signout_dialog_view.cc", |
| 1633 "views/profiles/force_signout_dialog_view.h", |
1630 "views/profiles/profile_chooser_view.cc", | 1634 "views/profiles/profile_chooser_view.cc", |
1631 "views/profiles/profile_chooser_view.h", | 1635 "views/profiles/profile_chooser_view.h", |
1632 "views/screen_capture_notification_ui_views.cc", | 1636 "views/screen_capture_notification_ui_views.cc", |
1633 "views/sync/one_click_signin_dialog_view.cc", | 1637 "views/sync/one_click_signin_dialog_view.cc", |
1634 "views/sync/one_click_signin_dialog_view.h", | 1638 "views/sync/one_click_signin_dialog_view.h", |
1635 ] | 1639 ] |
1636 } | 1640 } |
1637 | 1641 |
1638 # These files do Gtk+-based theming, but Gtk+ is not available on | 1642 # These files do Gtk+-based theming, but Gtk+ is not available on |
1639 # Ozone builds, or on common environments where Ozone will be used. | 1643 # Ozone builds, or on common environments where Ozone will be used. |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1950 deps += [ "//ui/views/mus" ] | 1954 deps += [ "//ui/views/mus" ] |
1951 } | 1955 } |
1952 | 1956 |
1953 if (!is_chromeos) { | 1957 if (!is_chromeos) { |
1954 sources += [ | 1958 sources += [ |
1955 "views/profiles/signin_view_controller_delegate_views.cc", | 1959 "views/profiles/signin_view_controller_delegate_views.cc", |
1956 "views/profiles/signin_view_controller_delegate_views.h", | 1960 "views/profiles/signin_view_controller_delegate_views.h", |
1957 ] | 1961 ] |
1958 } | 1962 } |
1959 } | 1963 } |
| 1964 |
1960 if (use_ash) { | 1965 if (use_ash) { |
1961 sources += [ | 1966 sources += [ |
1962 "views/frame/browser_frame_ash.cc", | 1967 "views/frame/browser_frame_ash.cc", |
1963 "views/frame/browser_frame_ash.h", | 1968 "views/frame/browser_frame_ash.h", |
1964 "views/frame/browser_header_painter_ash.cc", | 1969 "views/frame/browser_header_painter_ash.cc", |
1965 "views/frame/browser_header_painter_ash.h", | 1970 "views/frame/browser_header_painter_ash.h", |
1966 "views/frame/browser_non_client_frame_view_ash.cc", | 1971 "views/frame/browser_non_client_frame_view_ash.cc", |
1967 "views/frame/browser_non_client_frame_view_ash.h", | 1972 "views/frame/browser_non_client_frame_view_ash.h", |
1968 "views/frame/immersive_context_mus.cc", | 1973 "views/frame/immersive_context_mus.cc", |
1969 "views/frame/immersive_context_mus.h", | 1974 "views/frame/immersive_context_mus.h", |
(...skipping 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3571 "test/test_confirm_bubble_model.cc", | 3576 "test/test_confirm_bubble_model.cc", |
3572 "test/test_confirm_bubble_model.h", | 3577 "test/test_confirm_bubble_model.h", |
3573 ] | 3578 ] |
3574 deps += [ "//chrome/test:test_support_ui" ] | 3579 deps += [ "//chrome/test:test_support_ui" ] |
3575 } | 3580 } |
3576 | 3581 |
3577 if (enable_extensions) { | 3582 if (enable_extensions) { |
3578 deps += [ "//extensions/browser" ] | 3583 deps += [ "//extensions/browser" ] |
3579 } | 3584 } |
3580 } | 3585 } |
OLD | NEW |