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

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

Issue 872433006: Disconnect one click sign in code. The code itself will be removed in followup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge Created 5 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/chrome_tests.gypi ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 ".", 770 ".",
771 "//chrome") 771 "//chrome")
772 sources -= [ 772 sources -= [
773 "../../apps/load_and_launch_browsertest.cc", 773 "../../apps/load_and_launch_browsertest.cc",
774 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc" , 774 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc" ,
775 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert est.cc", 775 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert est.cc",
776 776
777 # chromeos does not support profile list avatar menu 777 # chromeos does not support profile list avatar menu
778 "../browser/profiles/profile_list_desktop_browsertest.cc", 778 "../browser/profiles/profile_list_desktop_browsertest.cc",
779 "../browser/service_process/service_process_control_browsertest.cc", 779 "../browser/service_process/service_process_control_browsertest.cc",
780 "../browser/signin/signin_browsertest.cc",
781 780
782 # chromeos does not use cross-platform panels 781 # chromeos does not use cross-platform panels
783 "../browser/ui/panels/panel_extension_browsertest.cc", 782 "../browser/ui/panels/panel_extension_browsertest.cc",
784 783
785 # chromeos does not use the desktop user manager 784 # chromeos does not use the desktop user manager
786 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", 785 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc",
787 ] 786 ]
788 deps += [ 787 deps += [
789 "//dbus", 788 "//dbus",
790 "//dbus:test_support", 789 "//dbus:test_support",
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 } 1668 }
1670 if (use_ozone) { 1669 if (use_ozone) {
1671 # crbug.com/354036 1670 # crbug.com/354036
1672 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] 1671 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ]
1673 } 1672 }
1674 if (!enable_plugin_installation) { 1673 if (!enable_plugin_installation) {
1675 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] 1674 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
1676 } 1675 }
1677 } 1676 }
1678 } 1677 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698