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

Side by Side Diff: components/enhanced_bookmarks/DEPS

Issue 641473002: Revert of Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: Created 6 years, 2 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",
5 "+components/signin", 4 "+components/signin",
6 "+google_apis/gaia", 5 "+google_apis/gaia",
7 "+jni", 6 "+jni",
8 "+net", 7 "+net",
9 "+sql", 8 "+sql",
10 "+ui", 9 "+ui",
11 ] 10 ]
12 11
13 specific_include_rules = { 12 specific_include_rules = {
14 "image_store_unittest\.cc": [ 13 "image_store_unittest\.cc": [
15 "+third_party/skia" 14 "+third_party/skia"
16 ], 15 ],
17 "test_image_store\.cc": [ 16 "test_image_store\.cc": [
18 "+third_party/skia" 17 "+third_party/skia"
19 ], 18 ],
20 } 19 }
OLDNEW
« no previous file with comments | « components/enhanced_bookmarks/BUILD.gn ('k') | components/enhanced_bookmarks/bookmark_server_cluster_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698