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

Side by Side Diff: components/user_manager/BUILD.gn

Issue 2438063002: user_manager: Remove deps on session_manager (Closed)
Patch Set: fix nits in PS1 Created 4 years, 2 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 | « components/session_manager/core/session_manager.cc ('k') | components/user_manager/DEPS » ('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 component("user_manager") { 5 component("user_manager") {
6 sources = [ 6 sources = [
7 "empty_user_info.cc", 7 "empty_user_info.cc",
8 "empty_user_info.h", 8 "empty_user_info.h",
9 "user_info.cc", 9 "user_info.cc",
10 "user_info.h", 10 "user_info.h",
(...skipping 21 matching lines...) Expand all
32 "user_image/user_image.cc", 32 "user_image/user_image.cc",
33 "user_image/user_image.h", 33 "user_image/user_image.h",
34 "user_manager.cc", 34 "user_manager.cc",
35 "user_manager.h", 35 "user_manager.h",
36 "user_manager_base.cc", 36 "user_manager_base.cc",
37 "user_manager_base.h", 37 "user_manager_base.h",
38 "user_type.h", 38 "user_type.h",
39 ] 39 ]
40 deps += [ 40 deps += [
41 "//components/prefs", 41 "//components/prefs",
42 "//components/session_manager/core",
43 "//google_apis", 42 "//google_apis",
44 "//url", 43 "//url",
45 ] 44 ]
46 } 45 }
47 } 46 }
48 47
49 if (is_chromeos) { 48 if (is_chromeos) {
50 source_set("test_support") { 49 source_set("test_support") {
51 testonly = true 50 testonly = true
52 sources = [ 51 sources = [
(...skipping 17 matching lines...) Expand all
70 ] 69 ]
71 deps = [ 70 deps = [
72 ":user_manager", 71 ":user_manager",
73 "//components/signin/core/account_id", 72 "//components/signin/core/account_id",
74 "//skia", 73 "//skia",
75 "//testing/gtest", 74 "//testing/gtest",
76 "//ui/gfx", 75 "//ui/gfx",
77 ] 76 ]
78 } 77 }
79 } 78 }
OLDNEW
« no previous file with comments | « components/session_manager/core/session_manager.cc ('k') | components/user_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698