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

Side by Side Diff: components/wallpaper/DEPS

Issue 1314063004: Attempt base cleanup from DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « components/update_client/DEPS ('k') | no next file » | 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 "+base",
3 "+skia/ext", 2 "+skia/ext",
4 "+third_party/skia/include", 3 "+third_party/skia/include",
5 "+ui/gfx", 4 "+ui/gfx",
6 ] 5 ]
7 6
8 specific_include_rules = { 7 specific_include_rules = {
9 "wallpaper_resizer_unittest\.cc": [ 8 "wallpaper_resizer_unittest\.cc": [
10 "+content/public/test", 9 "+content/public/test",
11 "+testing/gtest/include/gtest", 10 "+testing/gtest/include/gtest",
12 ], 11 ],
13 "wallpaper_manager_base\.*": [ 12 "wallpaper_manager_base\.*": [
14 "+chromeos", 13 "+chromeos",
15 "+components/user_manager", 14 "+components/user_manager",
16 "+content/public/browser", 15 "+content/public/browser",
17 ], 16 ],
18 } 17 }
OLDNEW
« no previous file with comments | « components/update_client/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698