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

Side by Side Diff: components/drive/DEPS

Issue 1662843002: Revert of 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",
5 "+google_apis", 4 "+google_apis",
6 "+google/cacheinvalidation/types.pb.h", 5 "+google/cacheinvalidation/types.pb.h",
7 "+net", 6 "+net",
8 "+third_party/leveldatabase", 7 "+third_party/leveldatabase",
9 "+third_party/re2", 8 "+third_party/re2",
10 ] 9 ]
11 10
12 specific_include_rules = { 11 specific_include_rules = {
13 # The following dependency should be removed to fully make this 12 # The following dependency should be removed to fully make this
14 # directory chrome/ and content/ and storage/ independent. 13 # directory chrome/ and content/ and storage/ independent.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 r")": [ 69 r")": [
71 "+content/public/browser/browser_thread.h", 70 "+content/public/browser/browser_thread.h",
72 ], 71 ],
73 72
74 # The dependency below is ok and can stay here for the long-term, because it 73 # The dependency below is ok and can stay here for the long-term, because it
75 # is guarded by #if defined(OS_CHROMEOS) in the source code. 74 # is guarded by #if defined(OS_CHROMEOS) in the source code.
76 "file_cache\.h": [ 75 "file_cache\.h": [
77 "+third_party/cros_system_api/constants/cryptohome.h", 76 "+third_party/cros_system_api/constants/cryptohome.h",
78 ], 77 ],
79 } 78 }
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