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

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

Powered by Google App Engine
This is Rietveld 408576698