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

Side by Side Diff: components/drive/DEPS

Issue 1662523004: Delete base/prefs and update callers to use components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/invalidation", 2 "+components/invalidation",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/prefs",
4 "+google_apis", 5 "+google_apis",
5 "+google/cacheinvalidation/types.pb.h", 6 "+google/cacheinvalidation/types.pb.h",
6 "+net", 7 "+net",
7 "+third_party/leveldatabase", 8 "+third_party/leveldatabase",
8 "+third_party/re2", 9 "+third_party/re2",
9 ] 10 ]
10 11
11 specific_include_rules = { 12 specific_include_rules = {
12 # The following dependency should be removed to fully make this 13 # The following dependency should be removed to fully make this
13 # directory chrome/ and content/ and storage/ independent. 14 # directory chrome/ and content/ and storage/ independent.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 r")": [ 70 r")": [
70 "+content/public/browser/browser_thread.h", 71 "+content/public/browser/browser_thread.h",
71 ], 72 ],
72 73
73 # The dependency below is ok and can stay here for the long-term, because it 74 # The dependency below is ok and can stay here for the long-term, because it
74 # is guarded by #if defined(OS_CHROMEOS) in the source code. 75 # is guarded by #if defined(OS_CHROMEOS) in the source code.
75 "file_cache\.h": [ 76 "file_cache\.h": [
76 "+third_party/cros_system_api/constants/cryptohome.h", 77 "+third_party/cros_system_api/constants/cryptohome.h",
77 ], 78 ],
78 } 79 }
OLDNEW
« no previous file with comments | « components/dom_distiller/core/distilled_page_prefs.cc ('k') | components/drive/change_list_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698