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

Side by Side Diff: components/wallpaper/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: Update after review. 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+skia/ext", 2 "+skia/ext",
3 "+third_party/skia/include", 3 "+third_party/skia/include",
4 "+ui/gfx", 4 "+ui/gfx",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 "wallpaper_resizer_unittest\.cc": [ 8 "wallpaper_resizer_unittest\.cc": [
9 "+content/public/test", 9 "+content/public/test",
10 "+testing/gtest/include/gtest", 10 "+testing/gtest/include/gtest",
11 ], 11 ],
12 "wallpaper_manager_base\.*": [ 12 "wallpaper_manager_base\.*": [
13 "+chromeos", 13 "+chromeos",
14 "+components/signin/core/account_id",
14 "+components/user_manager", 15 "+components/user_manager",
15 "+content/public/browser", 16 "+content/public/browser",
16 ], 17 ],
17 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698