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

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

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: fixup and rebase from master 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
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 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 sources += [ 1625 sources += [
1626 "views/frame/opaque_browser_frame_view.cc", 1626 "views/frame/opaque_browser_frame_view.cc",
1627 "views/frame/opaque_browser_frame_view.h", 1627 "views/frame/opaque_browser_frame_view.h",
1628 "views/frame/opaque_browser_frame_view_layout.cc", 1628 "views/frame/opaque_browser_frame_view_layout.cc",
1629 "views/frame/opaque_browser_frame_view_layout.h", 1629 "views/frame/opaque_browser_frame_view_layout.h",
1630 "views/frame/opaque_browser_frame_view_layout_delegate.h", 1630 "views/frame/opaque_browser_frame_view_layout_delegate.h",
1631 "views/frame/opaque_browser_frame_view_linux.cc", 1631 "views/frame/opaque_browser_frame_view_linux.cc",
1632 "views/frame/opaque_browser_frame_view_linux.h", 1632 "views/frame/opaque_browser_frame_view_linux.h",
1633 "views/frame/opaque_browser_frame_view_platform_specific.cc", 1633 "views/frame/opaque_browser_frame_view_platform_specific.cc",
1634 "views/frame/opaque_browser_frame_view_platform_specific.h", 1634 "views/frame/opaque_browser_frame_view_platform_specific.h",
1635 "views/profiles/force_signout_dialog.cc",
1636 "views/profiles/force_signout_dialog.h",
1637 "views/profiles/force_signout_dialog_view.cc",
1638 "views/profiles/force_signout_dialog_view.h",
1635 "views/profiles/profile_chooser_view.cc", 1639 "views/profiles/profile_chooser_view.cc",
1636 "views/profiles/profile_chooser_view.h", 1640 "views/profiles/profile_chooser_view.h",
1637 "views/screen_capture_notification_ui_views.cc", 1641 "views/screen_capture_notification_ui_views.cc",
1638 "views/sync/one_click_signin_dialog_view.cc", 1642 "views/sync/one_click_signin_dialog_view.cc",
1639 "views/sync/one_click_signin_dialog_view.h", 1643 "views/sync/one_click_signin_dialog_view.h",
1640 ] 1644 ]
1641 } 1645 }
1642 1646
1643 # 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
1644 # Ozone builds, or on common environments where Ozone will be used. 1648 # Ozone builds, or on common environments where Ozone will be used.
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 deps += [ "//ui/views/mus" ] 1969 deps += [ "//ui/views/mus" ]
1966 } 1970 }
1967 1971
1968 if (!is_chromeos) { 1972 if (!is_chromeos) {
1969 sources += [ 1973 sources += [
1970 "views/profiles/signin_view_controller_delegate_views.cc", 1974 "views/profiles/signin_view_controller_delegate_views.cc",
1971 "views/profiles/signin_view_controller_delegate_views.h", 1975 "views/profiles/signin_view_controller_delegate_views.h",
1972 ] 1976 ]
1973 } 1977 }
1974 } 1978 }
1979
1975 if (use_ash) { 1980 if (use_ash) {
1976 sources += [ 1981 sources += [
1977 "views/frame/browser_frame_ash.cc", 1982 "views/frame/browser_frame_ash.cc",
1978 "views/frame/browser_frame_ash.h", 1983 "views/frame/browser_frame_ash.h",
1979 "views/frame/browser_header_painter_ash.cc", 1984 "views/frame/browser_header_painter_ash.cc",
1980 "views/frame/browser_header_painter_ash.h", 1985 "views/frame/browser_header_painter_ash.h",
1981 "views/frame/browser_non_client_frame_view_ash.cc", 1986 "views/frame/browser_non_client_frame_view_ash.cc",
1982 "views/frame/browser_non_client_frame_view_ash.h", 1987 "views/frame/browser_non_client_frame_view_ash.h",
1983 "views/frame/immersive_context_mus.cc", 1988 "views/frame/immersive_context_mus.cc",
1984 "views/frame/immersive_context_mus.h", 1989 "views/frame/immersive_context_mus.h",
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 "test/test_confirm_bubble_model.cc", 3600 "test/test_confirm_bubble_model.cc",
3596 "test/test_confirm_bubble_model.h", 3601 "test/test_confirm_bubble_model.h",
3597 ] 3602 ]
3598 deps += [ "//chrome/test:test_support_ui" ] 3603 deps += [ "//chrome/test:test_support_ui" ]
3599 } 3604 }
3600 3605
3601 if (enable_extensions) { 3606 if (enable_extensions) {
3602 deps += [ "//extensions/browser" ] 3607 deps += [ "//extensions/browser" ]
3603 } 3608 }
3604 } 3609 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698