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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/suggestions/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/DEPS
diff --git a/ios/chrome/DEPS b/ios/chrome/DEPS
index 8fa9d48d882c65ff66720258905d4ce9964b0928..81b43aae644ddfb6342b37ae22157cbad9d7886e 100644
--- a/ios/chrome/DEPS
+++ b/ios/chrome/DEPS
@@ -1,3 +1,13 @@
include_rules = [
+ "+components/keyed_service/core",
+ "+components/keyed_service/ios",
+ "+components/leveldb_proto",
+ "+components/suggestions",
+ "+ios/public/provider/chrome",
+ "+ios/web/public",
"+net",
+
+ # Only parts of skia are compiled on iOS, so we explicitly list the
+ # files that can be included to avoid bringing in more code.
+ "+skia/ext/skia_utils_ios.h",
]
« 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