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

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

Issue 2944713003: After signin token check failed, show force reauth dialog and start window closing countdown. (Closed)
Patch Set: nit Created 3 years, 5 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "confirm_bubble.h", 105 "confirm_bubble.h",
106 "crypto_module_password_dialog.h", 106 "crypto_module_password_dialog.h",
107 "cryptuiapi_shim.h", 107 "cryptuiapi_shim.h",
108 "find_bar/find_bar.h", 108 "find_bar/find_bar.h",
109 "find_bar/find_bar_state.h", 109 "find_bar/find_bar_state.h",
110 "find_bar/find_bar_state_factory.cc", 110 "find_bar/find_bar_state_factory.cc",
111 "find_bar/find_bar_state_factory.h", 111 "find_bar/find_bar_state_factory.h",
112 "find_bar/find_notification_details.h", 112 "find_bar/find_notification_details.h",
113 "find_bar/find_tab_helper.cc", 113 "find_bar/find_tab_helper.cc",
114 "find_bar/find_tab_helper.h", 114 "find_bar/find_tab_helper.h",
115 "forced_reauthentication_dialog.h",
115 "history_ui.cc", 116 "history_ui.cc",
116 "history_ui.h", 117 "history_ui.h",
117 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", 118 "javascript_dialogs/chrome_javascript_native_dialog_factory.h",
118 "login/login_handler.cc", 119 "login/login_handler.cc",
119 "login/login_handler.h", 120 "login/login_handler.h",
120 "login/login_interstitial_delegate.cc", 121 "login/login_interstitial_delegate.cc",
121 "login/login_interstitial_delegate.h", 122 "login/login_interstitial_delegate.h",
122 "navigation_correction_tab_observer.cc", 123 "navigation_correction_tab_observer.cc",
123 "navigation_correction_tab_observer.h", 124 "navigation_correction_tab_observer.h",
124 "page_info/page_info.cc", 125 "page_info/page_info.cc",
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 sources += [ 1645 sources += [
1645 "views/frame/opaque_browser_frame_view.cc", 1646 "views/frame/opaque_browser_frame_view.cc",
1646 "views/frame/opaque_browser_frame_view.h", 1647 "views/frame/opaque_browser_frame_view.h",
1647 "views/frame/opaque_browser_frame_view_layout.cc", 1648 "views/frame/opaque_browser_frame_view_layout.cc",
1648 "views/frame/opaque_browser_frame_view_layout.h", 1649 "views/frame/opaque_browser_frame_view_layout.h",
1649 "views/frame/opaque_browser_frame_view_layout_delegate.h", 1650 "views/frame/opaque_browser_frame_view_layout_delegate.h",
1650 "views/frame/opaque_browser_frame_view_linux.cc", 1651 "views/frame/opaque_browser_frame_view_linux.cc",
1651 "views/frame/opaque_browser_frame_view_linux.h", 1652 "views/frame/opaque_browser_frame_view_linux.h",
1652 "views/frame/opaque_browser_frame_view_platform_specific.cc", 1653 "views/frame/opaque_browser_frame_view_platform_specific.cc",
1653 "views/frame/opaque_browser_frame_view_platform_specific.h", 1654 "views/frame/opaque_browser_frame_view_platform_specific.h",
1654 "views/profiles/forced_reauthentication_dialog.cc", 1655 "views/profiles/forced_reauthentication_dialog_view.cc",
1655 "views/profiles/forced_reauthentication_dialog.h", 1656 "views/profiles/forced_reauthentication_dialog_view.h",
1656 "views/profiles/profile_chooser_view.cc", 1657 "views/profiles/profile_chooser_view.cc",
1657 "views/profiles/profile_chooser_view.h", 1658 "views/profiles/profile_chooser_view.h",
1658 "views/screen_capture_notification_ui_views.cc", 1659 "views/screen_capture_notification_ui_views.cc",
1659 "views/sync/one_click_signin_dialog_view.cc", 1660 "views/sync/one_click_signin_dialog_view.cc",
1660 "views/sync/one_click_signin_dialog_view.h", 1661 "views/sync/one_click_signin_dialog_view.h",
1661 ] 1662 ]
1662 } 1663 }
1663 1664
1664 # These files do Gtk+-based theming, but Gtk+ is not available on 1665 # These files do Gtk+-based theming, but Gtk+ is not available on
1665 # Ozone builds, or on common environments where Ozone will be used. 1666 # Ozone builds, or on common environments where Ozone will be used.
(...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after
3652 deps += [ 3653 deps += [
3653 "//chrome/test:test_support_ui", 3654 "//chrome/test:test_support_ui",
3654 "//components/zoom", 3655 "//components/zoom",
3655 ] 3656 ]
3656 } 3657 }
3657 3658
3658 if (enable_extensions) { 3659 if (enable_extensions) {
3659 deps += [ "//extensions/browser" ] 3660 deps += [ "//extensions/browser" ]
3660 } 3661 }
3661 } 3662 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/force_signin_verifier_unittest.cc ('k') | chrome/browser/ui/forced_reauthentication_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698