| OLD | NEW |
| 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 ".", | 773 ".", |
| 774 "//chrome") | 774 "//chrome") |
| 775 sources -= [ | 775 sources -= [ |
| 776 "../../apps/load_and_launch_browsertest.cc", | 776 "../../apps/load_and_launch_browsertest.cc", |
| 777 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc"
, | 777 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc"
, |
| 778 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert
est.cc", | 778 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsert
est.cc", |
| 779 | 779 |
| 780 # chromeos does not support profile list avatar menu | 780 # chromeos does not support profile list avatar menu |
| 781 "../browser/profiles/profile_list_desktop_browsertest.cc", | 781 "../browser/profiles/profile_list_desktop_browsertest.cc", |
| 782 "../browser/service_process/service_process_control_browsertest.cc", | 782 "../browser/service_process/service_process_control_browsertest.cc", |
| 783 "../browser/signin/signin_browsertest.cc", | |
| 784 | 783 |
| 785 # chromeos does not use cross-platform panels | 784 # chromeos does not use cross-platform panels |
| 786 "../browser/ui/panels/panel_extension_browsertest.cc", | 785 "../browser/ui/panels/panel_extension_browsertest.cc", |
| 787 | 786 |
| 788 # chromeos does not use the desktop user manager | 787 # chromeos does not use the desktop user manager |
| 789 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", | 788 "../browser/ui/webui/signin/user_manager_ui_browsertest.cc", |
| 790 ] | 789 ] |
| 791 deps += [ | 790 deps += [ |
| 792 "//dbus", | 791 "//dbus", |
| 793 "//dbus:test_support", | 792 "//dbus:test_support", |
| (...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1670 } | 1669 } |
| 1671 if (use_ozone) { | 1670 if (use_ozone) { |
| 1672 # crbug.com/354036 | 1671 # crbug.com/354036 |
| 1673 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] | 1672 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] |
| 1674 } | 1673 } |
| 1675 if (!enable_plugin_installation) { | 1674 if (!enable_plugin_installation) { |
| 1676 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] | 1675 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |
| 1677 } | 1676 } |
| 1678 } | 1677 } |
| 1679 } | 1678 } |
| OLD | NEW |