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/DEPS

Issue 1412813003: This CL replaces user_manager::UserID with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@468875--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part2--user_names
Patch Set: Fix Win GN build. Created 5 years, 1 month 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/user_manager/BUILD.gn ('k') | components/user_manager/empty_user_info.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 include_rules = [ 1 include_rules = [
2 "+chromeos/chromeos_switches.h", 2 "+chromeos/chromeos_switches.h",
3 "+chromeos/cryptohome/async_method_caller.h", 3 "+chromeos/cryptohome/async_method_caller.h",
4 "+chromeos/login/login_state.h", 4 "+chromeos/login/login_state.h",
5 "+chromeos/login/user_names.h", 5 "+chromeos/login/user_names.h",
6 "+components/session_manager/core/session_manager.h", 6 "+components/session_manager/core/session_manager.h",
7 "+components/signin/core/account_id/account_id.h",
7 "+google_apis/gaia/gaia_auth_util.h", 8 "+google_apis/gaia/gaia_auth_util.h",
8 "+third_party/skia/include", 9 "+third_party/skia/include",
9 "+ui/base/l10n", 10 "+ui/base/l10n",
10 "+ui/base/resource", 11 "+ui/base/resource",
11 "+ui/chromeos/resources/grit", 12 "+ui/chromeos/resources/grit",
12 "+ui/chromeos/strings/grit", 13 "+ui/chromeos/strings/grit",
13 "+ui/gfx/codec", 14 "+ui/gfx/codec",
14 "+ui/gfx/image", 15 "+ui/gfx/image",
15 "+url", 16 "+url",
16 ] 17 ]
OLDNEW
« no previous file with comments | « components/user_manager/BUILD.gn ('k') | components/user_manager/empty_user_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698