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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 ] | 788 ] |
789 deps += [ | 789 deps += [ |
790 "//dbus", | 790 "//dbus", |
791 "//dbus:test_support", | 791 "//dbus:test_support", |
792 | 792 |
793 #"//ui/login:resources", TODO(GYP) | 793 #"//ui/login:resources", TODO(GYP) |
794 ] | 794 ] |
795 } else { | 795 } else { |
796 sources -= [ | 796 sources -= [ |
797 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_
keys_apitest_nss.cc", | 797 "../browser/extensions/api/enterprise_platform_keys/enterprise_platform_
keys_apitest_nss.cc", |
| 798 "../browser/extensions/api/platform_keys/platform_keys_apitest_nss.cc", |
798 "../browser/extensions/api/terminal/terminal_private_apitest.cc", | 799 "../browser/extensions/api/terminal/terminal_private_apitest.cc", |
799 "../browser/invalidation/profile_invalidation_provider_factory_browserte
st.cc", | 800 "../browser/invalidation/profile_invalidation_provider_factory_browserte
st.cc", |
800 "../browser/net/nss_context_chromeos_browsertest.cc", | 801 "../browser/net/nss_context_chromeos_browsertest.cc", |
801 "../browser/ui/ash/keyboard_controller_browsertest.cc", | 802 "../browser/ui/ash/keyboard_controller_browsertest.cc", |
802 "data/webui/certificate_viewer_ui_test-inl.h", | 803 "data/webui/certificate_viewer_ui_test-inl.h", |
803 ] | 804 ] |
804 if (toolkit_views) { | 805 if (toolkit_views) { |
805 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte
st.cc" ] | 806 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte
st.cc" ] |
806 } | 807 } |
807 } | 808 } |
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1670 } | 1671 } |
1671 if (use_ozone) { | 1672 if (use_ozone) { |
1672 # crbug.com/354036 | 1673 # crbug.com/354036 |
1673 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] | 1674 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] |
1674 } | 1675 } |
1675 if (!enable_plugin_installation) { | 1676 if (!enable_plugin_installation) { |
1676 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] | 1677 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |
1677 } | 1678 } |
1678 } | 1679 } |
1679 } | 1680 } |
OLD | NEW |