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

Side by Side Diff: components/bookmarks/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/favicon_base", 2 "+components/favicon_base",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/pref_registry", 4 "+components/pref_registry",
5 "+components/prefs",
6 "+components/query_parser", 5 "+components/query_parser",
7 "+components/url_formatter", 6 "+components/url_formatter",
8 "+grit/components_strings.h", 7 "+grit/components_strings.h",
9 "+jni", 8 "+jni",
10 "+net/base", 9 "+net/base",
11 "+ui", 10 "+ui",
12 ] 11 ]
13 12
14 specific_include_rules = { 13 specific_include_rules = {
15 "bookmark_model_unittest.cc": [ 14 "bookmark_model_unittest.cc": [
16 "+third_party/skia", 15 "+third_party/skia",
17 ] 16 ]
18 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698