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

Side by Side Diff: chrome/test/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
« no previous file with comments | « chrome/browser/ui/views/profiles/forced_reauthentication_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 "../browser/ui/views/payments/payment_sheet_view_controller_browsertest. cc", 2073 "../browser/ui/views/payments/payment_sheet_view_controller_browsertest. cc",
2074 "../browser/ui/views/payments/profile_list_view_controller_browsertest.c c", 2074 "../browser/ui/views/payments/profile_list_view_controller_browsertest.c c",
2075 "../browser/ui/views/payments/shipping_address_editor_view_controller_br owsertest.cc", 2075 "../browser/ui/views/payments/shipping_address_editor_view_controller_br owsertest.cc",
2076 "../browser/ui/views/payments/shipping_option_view_controller_browsertes t.cc", 2076 "../browser/ui/views/payments/shipping_option_view_controller_browsertes t.cc",
2077 "../browser/ui/views/select_file_dialog_extension_browsertest.cc", 2077 "../browser/ui/views/select_file_dialog_extension_browsertest.cc",
2078 "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_brows ertest.cc", 2078 "../browser/ui/views/sync/profile_signin_confirmation_dialog_views_brows ertest.cc",
2079 ] 2079 ]
2080 deps += [ "//ui/views" ] 2080 deps += [ "//ui/views" ]
2081 if (!is_chromeos && (!is_mac || mac_views_browser)) { 2081 if (!is_chromeos && (!is_mac || mac_views_browser)) {
2082 sources += [ 2082 sources += [
2083 "../browser/ui/views/profiles/forced_reauthentication_dialog_browserte st.cc", 2083 "../browser/ui/views/profiles/forced_reauthentication_dialog_view_brow sertest.cc",
2084 "../browser/ui/views/profiles/profile_chooser_view_browsertest.cc", 2084 "../browser/ui/views/profiles/profile_chooser_view_browsertest.cc",
2085 ] 2085 ]
2086 } 2086 }
2087 if (!is_mac || mac_views_browser) { 2087 if (!is_mac || mac_views_browser) {
2088 sources += [ 2088 sources += [
2089 # TODO(tapted): Move these to chrome_browser_tests_views_sources when the 2089 # TODO(tapted): Move these to chrome_browser_tests_views_sources when the
2090 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. ou t of 2090 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. ou t of
2091 # chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979. 2091 # chrome_browser_ui_views_non_mac_sources). http://crbug.com/404979.
2092 "../browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc" , 2092 "../browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc" ,
2093 "../browser/ui/views/autofill/autofill_popup_view_views_browsertest.cc ", 2093 "../browser/ui/views/autofill/autofill_popup_view_views_browsertest.cc ",
(...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after
5174 } 5174 }
5175 5175
5176 if (is_win) { 5176 if (is_win) {
5177 loadable_module("conflicts_dll") { 5177 loadable_module("conflicts_dll") {
5178 testonly = true 5178 testonly = true
5179 sources = [ 5179 sources = [
5180 "conflicts/conflicts_dll.cc", 5180 "conflicts/conflicts_dll.cc",
5181 ] 5181 ]
5182 } 5182 }
5183 } 5183 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/forced_reauthentication_dialog_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698