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

Side by Side Diff: components/enhanced_bookmarks/DEPS

Issue 513793002: Bring up of ImageService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/bookmarks", 2 "+components/bookmarks",
3 "+components/keyed_service",
3 "+jni", 4 "+jni",
5 "+net",
4 "+sql", 6 "+sql",
5 "+ui", 7 "+ui",
6 ] 8 ]
7 9
8 specific_include_rules = { 10 specific_include_rules = {
9 "image_store_unittest\.cc": [ 11 "image_store_unittest\.cc": [
10 "+third_party/skia" 12 "+third_party/skia"
11 ], 13 ],
12 "test_image_store\.cc": [ 14 "test_image_store\.cc": [
13 "+third_party/skia" 15 "+third_party/skia"
14 ], 16 ],
15 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698