| 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 879 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 |