| 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2018 deps += [ | 2018 deps += [ |
| 2019 "//ash/test:test_support_with_content", | 2019 "//ash/test:test_support_with_content", |
| 2020 "//ui/keyboard:test_support", | 2020 "//ui/keyboard:test_support", |
| 2021 ] | 2021 ] |
| 2022 | 2022 |
| 2023 if (enable_app_list) { | 2023 if (enable_app_list) { |
| 2024 deps += [ ":test_support_applist_ash" ] | 2024 deps += [ ":test_support_applist_ash" ] |
| 2025 } | 2025 } |
| 2026 } | 2026 } |
| 2027 if (use_aura) { | 2027 if (use_aura) { |
| 2028 sources += [ "../browser/ui/aura/accessibility/automation_manager_aura_bro
wsertest.cc" ] | 2028 sources += [ |
| 2029 "../browser/ui/aura/accessibility/automation_manager_aura_browsertest.cc
", |
| 2030 "../browser/ui/test/test_app_window_icon_observer.cc", |
| 2031 "../browser/ui/test/test_app_window_icon_observer.h", |
| 2032 ] |
| 2029 } | 2033 } |
| 2030 if (use_aura || toolkit_views) { | 2034 if (use_aura || toolkit_views) { |
| 2031 deps += [ "//ui/events:test_support" ] | 2035 deps += [ "//ui/events:test_support" ] |
| 2032 } | 2036 } |
| 2033 if (toolkit_views) { | 2037 if (toolkit_views) { |
| 2034 sources += [ | 2038 sources += [ |
| 2035 "../browser/payments/site_per_process_payments_browsertest.cc", | 2039 "../browser/payments/site_per_process_payments_browsertest.cc", |
| 2036 "../browser/ui/global_error/global_error_service_browsertest.cc", | 2040 "../browser/ui/global_error/global_error_service_browsertest.cc", |
| 2037 "../browser/ui/views/bookmarks/bookmark_editor_view_browsertest.cc", | 2041 "../browser/ui/views/bookmarks/bookmark_editor_view_browsertest.cc", |
| 2038 "../browser/ui/views/extensions/extension_message_bubble_view_browsertes
t.cc", | 2042 "../browser/ui/views/extensions/extension_message_bubble_view_browsertes
t.cc", |
| (...skipping 3103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5142 } | 5146 } |
| 5143 | 5147 |
| 5144 if (is_win) { | 5148 if (is_win) { |
| 5145 loadable_module("conflicts_dll") { | 5149 loadable_module("conflicts_dll") { |
| 5146 testonly = true | 5150 testonly = true |
| 5147 sources = [ | 5151 sources = [ |
| 5148 "conflicts/conflicts_dll.cc", | 5152 "conflicts/conflicts_dll.cc", |
| 5149 ] | 5153 ] |
| 5150 } | 5154 } |
| 5151 } | 5155 } |
| OLD | NEW |