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/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 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2114 ] | 2114 ] |
2115 deps += [ | 2115 deps += [ |
2116 "//ash/test:test_support_with_content", | 2116 "//ash/test:test_support_with_content", |
2117 "//ui/keyboard:test_support", | 2117 "//ui/keyboard:test_support", |
2118 ] | 2118 ] |
2119 | 2119 |
2120 if (enable_app_list) { | 2120 if (enable_app_list) { |
2121 deps += [ ":test_support_applist_ash" ] | 2121 deps += [ ":test_support_applist_ash" ] |
2122 } | 2122 } |
2123 } | 2123 } |
| 2124 if (use_aura) { |
| 2125 sources += [ "../browser/ui/aura/accessibility/automation_manager_aura_bro
wsertest.cc" ] |
| 2126 } |
2124 if (use_aura || toolkit_views) { | 2127 if (use_aura || toolkit_views) { |
2125 deps += [ "//ui/events:test_support" ] | 2128 deps += [ "//ui/events:test_support" ] |
2126 } | 2129 } |
2127 if (toolkit_views) { | 2130 if (toolkit_views) { |
2128 sources += [ | 2131 sources += [ |
2129 "../browser/payments/site_per_process_payments_browsertest.cc", | 2132 "../browser/payments/site_per_process_payments_browsertest.cc", |
2130 "../browser/ui/global_error/global_error_service_browsertest.cc", | 2133 "../browser/ui/global_error/global_error_service_browsertest.cc", |
2131 "../browser/ui/views/bookmarks/bookmark_editor_view_browsertest.cc", | 2134 "../browser/ui/views/bookmarks/bookmark_editor_view_browsertest.cc", |
2132 "../browser/ui/views/extensions/extension_message_bubble_view_browsertes
t.cc", | 2135 "../browser/ui/views/extensions/extension_message_bubble_view_browsertes
t.cc", |
2133 "../browser/ui/views/external_protocol_dialog_browsertest.cc", | 2136 "../browser/ui/views/external_protocol_dialog_browsertest.cc", |
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5243 } | 5246 } |
5244 | 5247 |
5245 if (is_win) { | 5248 if (is_win) { |
5246 loadable_module("conflicts_dll") { | 5249 loadable_module("conflicts_dll") { |
5247 testonly = true | 5250 testonly = true |
5248 sources = [ | 5251 sources = [ |
5249 "conflicts/conflicts_dll.cc", | 5252 "conflicts/conflicts_dll.cc", |
5250 ] | 5253 ] |
5251 } | 5254 } |
5252 } | 5255 } |
OLD | NEW |