Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2790903002: Makes AshTestImpl::Create create the right impl based on config (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/test/ash_test_impl_aura.cc ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 } 233 }
234 234
235 if (use_ash) { 235 if (use_ash) {
236 sources += [ 236 sources += [
237 "base/default_ash_event_generator_delegate.cc", 237 "base/default_ash_event_generator_delegate.cc",
238 "base/default_ash_event_generator_delegate.h", 238 "base/default_ash_event_generator_delegate.h",
239 ] 239 ]
240 240
241 public_deps += [ 241 public_deps += [
242 "//ash", 242 "//ash",
243 "//ash/test:ash_with_aura_test_support",
244 "//ash/test:test_support_with_content", 243 "//ash/test:test_support_with_content",
245 "//ui/aura", 244 "//ui/aura",
246 "//ui/aura:test_support", 245 "//ui/aura:test_support",
247 ] 246 ]
248 } 247 }
249 if (toolkit_views) { 248 if (toolkit_views) {
250 public_deps += [ "//ui/views:test_support" ] 249 public_deps += [ "//ui/views:test_support" ]
251 } 250 }
252 251
253 if (enable_extensions) { 252 if (enable_extensions) {
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
2120 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", 2119 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc",
2121 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", 2120 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h",
2122 "../browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc", 2121 "../browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc",
2123 "../browser/ui/ash/shelf_browsertest.cc", 2122 "../browser/ui/ash/shelf_browsertest.cc",
2124 "../browser/ui/ash/system_tray_client_browsertest.cc", 2123 "../browser/ui/ash/system_tray_client_browsertest.cc",
2125 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ", 2124 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ",
2126 "../browser/ui/ash/volume_controller_browsertest.cc", 2125 "../browser/ui/ash/volume_controller_browsertest.cc",
2127 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest .cc", 2126 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest .cc",
2128 ] 2127 ]
2129 deps += [ 2128 deps += [
2130 "//ash/test:ash_with_aura_test_support",
2131 "//ash/test:test_support_with_content", 2129 "//ash/test:test_support_with_content",
2132 "//ui/keyboard:test_support", 2130 "//ui/keyboard:test_support",
2133 ] 2131 ]
2134 2132
2135 if (enable_app_list) { 2133 if (enable_app_list) {
2136 deps += [ ":test_support_applist_ash" ] 2134 deps += [ ":test_support_applist_ash" ]
2137 } 2135 }
2138 2136
2139 if (enable_media_router) { 2137 if (enable_media_router) {
2140 sources += [ "../browser/ui/ash/system_tray_tray_cast_browsertest_media_ router_chromeos.cc" ] 2138 sources += [ "../browser/ui/ash/system_tray_tray_cast_browsertest_media_ router_chromeos.cc" ]
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 "../browser/ui/ash/multi_user/multi_user_util_chromeos_unittest.cc", 4202 "../browser/ui/ash/multi_user/multi_user_util_chromeos_unittest.cc",
4205 "../browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest. cc", 4203 "../browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest. cc",
4206 "../browser/ui/ash/multi_user/user_switch_util_unittest.cc", 4204 "../browser/ui/ash/multi_user/user_switch_util_unittest.cc",
4207 "../browser/ui/ash/session_controller_client_unittest.cc", 4205 "../browser/ui/ash/session_controller_client_unittest.cc",
4208 "../browser/ui/ash/window_positioner_unittest.cc", 4206 "../browser/ui/ash/window_positioner_unittest.cc",
4209 "../browser/ui/window_sizer/window_sizer_ash_unittest.cc", 4207 "../browser/ui/window_sizer/window_sizer_ash_unittest.cc",
4210 ] 4208 ]
4211 deps += [ 4209 deps += [
4212 "//ash/resources", 4210 "//ash/resources",
4213 "//ash/strings", 4211 "//ash/strings",
4214 "//ash/test:ash_with_aura_test_support",
4215 "//ash/test:test_support_with_content", 4212 "//ash/test:test_support_with_content",
4216 ] 4213 ]
4217 4214
4218 # Chrome OS uses window_sizer_ash_unittest.cc 4215 # Chrome OS uses window_sizer_ash_unittest.cc
4219 sources -= [ "../browser/ui/window_sizer/window_sizer_unittest.cc" ] 4216 sources -= [ "../browser/ui/window_sizer/window_sizer_unittest.cc" ]
4220 } 4217 }
4221 if (use_aura) { 4218 if (use_aura) {
4222 deps += [ 4219 deps += [
4223 "//ui/aura:test_support", 4220 "//ui/aura:test_support",
4224 "//ui/views:test_support", 4221 "//ui/views:test_support",
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
5230 } 5227 }
5231 5228
5232 if (is_win) { 5229 if (is_win) {
5233 loadable_module("conflicts_dll") { 5230 loadable_module("conflicts_dll") {
5234 testonly = true 5231 testonly = true
5235 sources = [ 5232 sources = [
5236 "conflicts/conflicts_dll.cc", 5233 "conflicts/conflicts_dll.cc",
5237 ] 5234 ]
5238 } 5235 }
5239 } 5236 }
OLDNEW
« no previous file with comments | « ash/test/ash_test_impl_aura.cc ('k') | components/exo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698