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

Side by Side Diff: components/enhanced_bookmarks/DEPS

Issue 539173004: Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: Rebase. 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 "+components/keyed_service",
4 "+components/pref_registry",
4 "+components/signin", 5 "+components/signin",
5 "+google_apis/gaia", 6 "+google_apis/gaia",
6 "+jni", 7 "+jni",
7 "+net", 8 "+net",
8 "+sql", 9 "+sql",
9 "+ui", 10 "+ui",
10 ] 11 ]
11 12
12 specific_include_rules = { 13 specific_include_rules = {
13 "image_store_unittest\.cc": [ 14 "image_store_unittest\.cc": [
14 "+third_party/skia" 15 "+third_party/skia"
15 ], 16 ],
16 "test_image_store\.cc": [ 17 "test_image_store\.cc": [
17 "+third_party/skia" 18 "+third_party/skia"
18 ], 19 ],
19 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698