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

Side by Side Diff: components/user_manager.gypi

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 { 5 {
6 'variables': { 6 'variables': {
7 # Cross-platform user_manager sources. 7 # Cross-platform user_manager sources.
8 'user_manager_shared_sources': [ 8 'user_manager_shared_sources': [
9 'user_manager/empty_user_info.cc', 9 'user_manager/empty_user_info.cc',
10 'user_manager/empty_user_info.h', 10 'user_manager/empty_user_info.h',
11 'user_manager/user_id.cc',
11 'user_manager/user_id.h', 12 'user_manager/user_id.h',
12 'user_manager/user_info.cc', 13 'user_manager/user_info.cc',
13 'user_manager/user_info.h', 14 'user_manager/user_info.h',
14 'user_manager/user_info_impl.cc', 15 'user_manager/user_info_impl.cc',
15 'user_manager/user_info_impl.h', 16 'user_manager/user_info_impl.h',
16 'user_manager/user_manager_export.h', 17 'user_manager/user_manager_export.h',
17 ], 18 ],
18 # Chrome OS user_manager sources. 19 # Chrome OS user_manager sources.
19 'user_manager_chromeos_sources': [ 20 'user_manager_chromeos_sources': [
20 'user_manager/remove_user_delegate.h', 21 'user_manager/remove_user_delegate.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'user_manager', 79 'user_manager',
79 ], 80 ],
80 'sources': [ 81 'sources': [
81 'user_manager/fake_user_manager.cc', 82 'user_manager/fake_user_manager.cc',
82 'user_manager/fake_user_manager.h', 83 'user_manager/fake_user_manager.h',
83 ], 84 ],
84 }], 85 }],
85 ] 86 ]
86 },], 87 },],
87 } 88 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698