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

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

Issue 2631133003: [Payments] Introduce basic interactive browsertests for Payment Request (Closed)
Patch Set: fix for mac compile Created 3 years, 11 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/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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc", 561 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc",
562 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h", 562 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h",
563 "../browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc ", 563 "../browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc ",
564 "../browser/ui/views/toolbar/toolbar_button_interactive_uitest.cc", 564 "../browser/ui/views/toolbar/toolbar_button_interactive_uitest.cc",
565 "../browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc", 565 "../browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc",
566 "../browser/ui/views/translate/translate_bubble_test_utils_views.cc", 566 "../browser/ui/views/translate/translate_bubble_test_utils_views.cc",
567 "../browser/ui/views/website_settings/website_settings_popup_view_inte ractive_uitest.cc", 567 "../browser/ui/views/website_settings/website_settings_popup_view_inte ractive_uitest.cc",
568 "base/interactive_test_utils_views.cc", 568 "base/interactive_test_utils_views.cc",
569 ] 569 ]
570 } 570 }
571 if (is_win || is_linux) {
572 # TODO(crbug.com/679127): Enable these tests on "mac_views_browser" once
573 # it is supported.
574 sources += [
575 "../browser/ui/views/payments/payment_request_interactive_uitest.cc",
576 "../browser/ui/views/payments/payment_request_interactive_uitest_base. cc",
577 "../browser/ui/views/payments/payment_request_interactive_uitest_base. h",
578 ]
579 }
571 if (is_linux) { 580 if (is_linux) {
572 if (!is_chromeos) { 581 if (!is_chromeos) {
573 # Desktop linux. 582 # Desktop linux.
574 sources -= [ 583 sources -= [
575 # TODO(port): This times out. Attempts have been made to fix the 584 # TODO(port): This times out. Attempts have been made to fix the
576 # individual failures, but each time I disable a test from these 585 # individual failures, but each time I disable a test from these
577 # suites, it seems like one or another starts timing out too. 586 # suites, it seems like one or another starts timing out too.
578 "../browser/ui/views/keyboard_access_browsertest.cc", 587 "../browser/ui/views/keyboard_access_browsertest.cc",
579 ] 588 ]
580 if (!use_ozone) { 589 if (!use_ozone) {
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 "$root_out_dir/locales/", 1996 "$root_out_dir/locales/",
1988 "$root_out_dir/chrome_100_percent.pak", 1997 "$root_out_dir/chrome_100_percent.pak",
1989 "$root_out_dir/chrome_200_percent.pak", 1998 "$root_out_dir/chrome_200_percent.pak",
1990 "$root_out_dir/resources.pak", 1999 "$root_out_dir/resources.pak",
1991 ] 2000 ]
1992 } 2001 }
1993 2002
1994 # TODO(crbug.com/679127): Enable these tests on "mac_views_browser" once it 2003 # TODO(crbug.com/679127): Enable these tests on "mac_views_browser" once it
1995 # is supported. 2004 # is supported.
1996 if (is_linux || is_win) { 2005 if (is_linux || is_win) {
1997 sources += [ 2006 sources +=
1998 "../browser/payments/payment_request_web_contents_manager_browsertest.cc ", 2007 [ "../browser/payments/site_per_process_payments_browsertest.cc" ]
1999 "../browser/payments/site_per_process_payments_browsertest.cc",
2000 ]
2001 } 2008 }
2002 2009
2003 if (!enable_one_click_signin) { 2010 if (!enable_one_click_signin) {
2004 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ] 2011 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ]
2005 } 2012 }
2006 if (enable_nacl) { 2013 if (enable_nacl) {
2007 sources += [ 2014 sources += [
2008 "../browser/chrome_service_worker_browsertest.cc", 2015 "../browser/chrome_service_worker_browsertest.cc",
2009 "../browser/extensions/extension_nacl_browsertest.cc", 2016 "../browser/extensions/extension_nacl_browsertest.cc",
2010 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc", 2017 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc",
(...skipping 3096 matching lines...) Expand 10 before | Expand all | Expand 10 after
5107 } 5114 }
5108 5115
5109 if (is_win) { 5116 if (is_win) {
5110 loadable_module("conflicts_dll") { 5117 loadable_module("conflicts_dll") {
5111 testonly = true 5118 testonly = true
5112 sources = [ 5119 sources = [
5113 "conflicts/conflicts_dll.cc", 5120 "conflicts/conflicts_dll.cc",
5114 ] 5121 ]
5115 } 5122 }
5116 } 5123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698