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

Side by Side Diff: components/enhanced_bookmarks/DEPS

Issue 538903003: Bring up of the server side full text search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/SigninManager/SigninManagerBase for ChromeOS. 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/signin",
5 "+google_apis/gaia",
4 "+jni", 6 "+jni",
5 "+net", 7 "+net",
6 "+sql", 8 "+sql",
7 "+ui", 9 "+ui",
8 ] 10 ]
9 11
10 specific_include_rules = { 12 specific_include_rules = {
11 "image_store_unittest\.cc": [ 13 "image_store_unittest\.cc": [
12 "+third_party/skia" 14 "+third_party/skia"
13 ], 15 ],
14 "test_image_store\.cc": [ 16 "test_image_store\.cc": [
15 "+third_party/skia" 17 "+third_party/skia"
16 ], 18 ],
17 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698