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

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

Issue 2827193004: Make PrefService available in *ash (Closed)
Patch Set: Adding NOTREACHED() comment. 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/shell_delegate.h ('k') | ash/test/test_shell_delegate.h » ('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 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 static_library("test_support_without_content") { 7 static_library("test_support_without_content") {
8 testonly = true 8 testonly = true
9 sources = [ 9 sources = [
10 "ash_test_environment_default.cc", 10 "ash_test_environment_default.cc",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 ] 151 ]
152 deps = [ 152 deps = [
153 "//ash", 153 "//ash",
154 "//ash/mus:lib", 154 "//ash/mus:lib",
155 "//ash/public/cpp:ash_public_cpp", 155 "//ash/public/cpp:ash_public_cpp",
156 "//ash/resources", 156 "//ash/resources",
157 "//base", 157 "//base",
158 "//base:i18n", 158 "//base:i18n",
159 "//base/test:test_support", 159 "//base/test:test_support",
160 "//chromeos", 160 "//chromeos",
161 "//components/prefs:test_support",
161 "//components/signin/core/account_id", 162 "//components/signin/core/account_id",
162 "//components/user_manager:user_manager", 163 "//components/user_manager:user_manager",
163 "//device/bluetooth", 164 "//device/bluetooth",
164 "//services/ui/public/cpp/input_devices", 165 "//services/ui/public/cpp/input_devices",
165 "//services/ui/public/interfaces", 166 "//services/ui/public/interfaces",
166 "//skia", 167 "//skia",
167 "//testing/gtest", 168 "//testing/gtest",
168 "//ui/accessibility", 169 "//ui/accessibility",
169 "//ui/app_list:test_support", 170 "//ui/app_list:test_support",
170 "//ui/app_list/presenter", 171 "//ui/app_list/presenter",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 deps = [ 207 deps = [
207 ":test_support_with_content", 208 ":test_support_with_content",
208 "//base", 209 "//base",
209 "//skia", 210 "//skia",
210 "//testing/gtest", 211 "//testing/gtest",
211 "//ui/aura", 212 "//ui/aura",
212 "//ui/base", 213 "//ui/base",
213 "//ui/gl:test_support", 214 "//ui/gl:test_support",
214 ] 215 ]
215 } 216 }
OLDNEW
« no previous file with comments | « ash/shell_delegate.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698