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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2650923002: Fixes ungraceful handling of destroyed GlobalError GlobalErrorBubbleView. (Closed)
Patch Set: Use fake instead of mock button listener Created 3 years, 10 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/global_error_bubble_view_unittest.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 4796 matching lines...) Expand 10 before | Expand all | Expand 10 after
4807 deps += [ 4807 deps += [
4808 "//components/web_modal:test_support", 4808 "//components/web_modal:test_support",
4809 "//ui/views", 4809 "//ui/views",
4810 "//ui/views:test_support", 4810 "//ui/views:test_support",
4811 ] 4811 ]
4812 sources += [ 4812 sources += [
4813 "../../ui/views/controls/webview/webview_unittest.cc", 4813 "../../ui/views/controls/webview/webview_unittest.cc",
4814 "../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.c c", 4814 "../browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.c c",
4815 "../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unitt est.cc", 4815 "../browser/ui/views/apps/app_info_dialog/app_info_permissions_panel_unitt est.cc",
4816 "../browser/ui/views/confirm_bubble_views_unittest.cc", 4816 "../browser/ui/views/confirm_bubble_views_unittest.cc",
4817 "../browser/ui/views/global_error_bubble_view_unittest.cc",
4817 "../browser/ui/views/website_settings/website_settings_popup_view_unittest .cc", 4818 "../browser/ui/views/website_settings/website_settings_popup_view_unittest .cc",
4818 ] 4819 ]
4819 if (is_chromeos) { 4820 if (is_chromeos) {
4820 sources += [ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_ unittest.cc" ] 4821 sources += [ "../browser/ui/views/ime_driver/input_method_bridge_chromeos_ unittest.cc" ]
4821 } 4822 }
4822 if (!is_chromeos && (!is_mac || mac_views_browser)) { 4823 if (!is_chromeos && (!is_mac || mac_views_browser)) {
4823 sources += [ 4824 sources += [
4824 "../browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc" , 4825 "../browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc" ,
4825 "../browser/ui/views/sync/one_click_signin_dialog_view_unittest.cc", 4826 "../browser/ui/views/sync/one_click_signin_dialog_view_unittest.cc",
4826 ] 4827 ]
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
5169 } 5170 }
5170 5171
5171 if (is_win) { 5172 if (is_win) {
5172 loadable_module("conflicts_dll") { 5173 loadable_module("conflicts_dll") {
5173 testonly = true 5174 testonly = true
5174 sources = [ 5175 sources = [
5175 "conflicts/conflicts_dll.cc", 5176 "conflicts/conflicts_dll.cc",
5176 ] 5177 ]
5177 } 5178 }
5178 } 5179 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/global_error_bubble_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698