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

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

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: comment Created 3 years, 10 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # Used to test ash with an aura backend. 7 # Used to test ash with an aura backend.
8 source_set("ash_with_aura_test_support") { 8 source_set("ash_with_aura_test_support") {
9 testonly = true 9 testonly = true
10 sources = [ 10 sources = [
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "wm_window_test_api.h", 134 "wm_window_test_api.h",
135 ] 135 ]
136 configs += [ "//build/config:precompiled_headers" ] 136 configs += [ "//build/config:precompiled_headers" ]
137 137
138 public_deps = [ 138 public_deps = [
139 "//ash", 139 "//ash",
140 "//ui/display:display_manager_test_api", 140 "//ui/display:display_manager_test_api",
141 ] 141 ]
142 deps = [ 142 deps = [
143 "//ash/common/test:test_support", 143 "//ash/common/test:test_support",
144 "//ash/mus:lib",
msw 2017/02/19 21:49:20 What needs this now?
sky 2017/02/21 17:06:50 As AshTestHelper now can target mus directly, it n
144 "//ash/public/cpp:ash_public_cpp", 145 "//ash/public/cpp:ash_public_cpp",
145 "//ash/public/interfaces", 146 "//ash/public/interfaces",
146 "//ash/resources", 147 "//ash/resources",
147 "//base:i18n", 148 "//base:i18n",
148 "//base/test:test_support", 149 "//base/test:test_support",
149 "//chromeos", 150 "//chromeos",
150 "//components/signin/core/account_id", 151 "//components/signin/core/account_id",
151 "//components/user_manager:user_manager", 152 "//components/user_manager:user_manager",
152 "//device/bluetooth", 153 "//device/bluetooth",
153 "//services/ui/public/interfaces", 154 "//services/ui/public/interfaces",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 deps = [ 195 deps = [
195 ":test_support_with_content", 196 ":test_support_with_content",
196 "//base", 197 "//base",
197 "//skia", 198 "//skia",
198 "//testing/gtest", 199 "//testing/gtest",
199 "//ui/aura", 200 "//ui/aura",
200 "//ui/base", 201 "//ui/base",
201 "//ui/gl:test_support", 202 "//ui/gl:test_support",
202 ] 203 ]
203 } 204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698