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

Side by Side Diff: components/wallpaper/DEPS

Issue 1651203002: Update components for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 include_rules = [ 1 include_rules = [
2 "+components/prefs",
2 "+skia/ext", 3 "+skia/ext",
3 "+third_party/skia/include", 4 "+third_party/skia/include",
4 "+ui/gfx", 5 "+ui/gfx",
5 ] 6 ]
6 7
7 specific_include_rules = { 8 specific_include_rules = {
8 "wallpaper_resizer_unittest\.cc": [ 9 "wallpaper_resizer_unittest\.cc": [
9 "+testing/gtest/include/gtest", 10 "+testing/gtest/include/gtest",
10 ], 11 ],
11 "wallpaper_manager_base\.*": [ 12 "wallpaper_manager_base\.*": [
12 "+chromeos", 13 "+chromeos",
13 "+components/signin/core/account_id/account_id.h", 14 "+components/signin/core/account_id/account_id.h",
14 "+components/user_manager", 15 "+components/user_manager",
15 ], 16 ],
16 } 17 }
OLDNEW
« no previous file with comments | « components/variations/variations_seed_store_unittest.cc ('k') | components/wallpaper/wallpaper_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698