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

Side by Side Diff: components/bookmarks/DEPS

Issue 2185973003: [Offline Pages] Delete associated page along with bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding offline_pages::ExternalListener. Created 4 years, 4 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/offline_pages",
4 "+components/pref_registry", 5 "+components/pref_registry",
5 "+components/prefs", 6 "+components/prefs",
6 "+components/query_parser", 7 "+components/query_parser",
7 "+components/url_formatter", 8 "+components/url_formatter",
8 "+grit/components_strings.h", 9 "+grit/components_strings.h",
9 "+jni", 10 "+jni",
10 "+net/base", 11 "+net/base",
11 "+ui", 12 "+ui",
12 ] 13 ]
13 14
14 specific_include_rules = { 15 specific_include_rules = {
15 "bookmark_model_unittest.cc": [ 16 "bookmark_model_unittest.cc": [
16 "+third_party/skia", 17 "+third_party/skia",
17 ] 18 ]
18 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698