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

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

Issue 824683002: UserManager stack refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split for FakeManager complete. Created 5 years, 11 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 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 "fake_user_manager.cc",
10 "fake_user_manager.h",
9 "user_info.cc", 11 "user_info.cc",
10 "user_info.h", 12 "user_info.h",
11 "user_info_impl.cc", 13 "user_info_impl.cc",
12 "user_info_impl.h", 14 "user_info_impl.h",
13 "user_manager_export.h", 15 "user_manager_export.h",
14 ] 16 ]
15 17
16 deps = [ 18 deps = [
17 "//base", 19 "//base",
18 "//skia", 20 "//skia",
(...skipping 19 matching lines...) Expand all
38 ] 40 ]
39 deps += [ 41 deps += [
40 "//components/session_manager/core", 42 "//components/session_manager/core",
41 "//google_apis", 43 "//google_apis",
42 "//ui/chromeos/resources", 44 "//ui/chromeos/resources",
43 "//ui/chromeos/strings", 45 "//ui/chromeos/strings",
44 "//url", 46 "//url",
45 ] 47 ]
46 } 48 }
47 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698