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

Side by Side Diff: ios/chrome/DEPS

Issue 790773003: Upstream iOS SuggestionsServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@436897.1
Patch Set: Rebase Created 6 years 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
« no previous file with comments | « no previous file | ios/chrome/browser/suggestions/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service/core",
3 "+components/keyed_service/ios",
4 "+components/leveldb_proto",
5 "+components/suggestions",
6 "+ios/public/provider/chrome",
7 "+ios/web/public",
2 "+net", 8 "+net",
9
10 # Only parts of skia are compiled on iOS, so we explicitly list the
11 # files that can be included to avoid bringing in more code.
12 "+skia/ext/skia_utils_ios.h",
3 ] 13 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/suggestions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698