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

Unified Diff: ios/chrome/DEPS

Issue 809333003: Upstream //ios/chrome/browser/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/DEPS
diff --git a/ios/chrome/DEPS b/ios/chrome/DEPS
index e6bb4b07b9b2db286fe174954f6b262f76a3e388..f37602e04f7bcabc2bf4c19ed75143d3eeddcc9f 100644
--- a/ios/chrome/DEPS
+++ b/ios/chrome/DEPS
@@ -5,7 +5,9 @@ include_rules = [
"+components/leveldb_proto",
"+components/suggestions",
"+components/translate/core",
+ "+components/translate/ios",
"+components/webp_transcode",
+ "+components/web_resource",
"+ios/public/provider/chrome",
"+ios/web/public",
"+net",
@@ -14,4 +16,12 @@ include_rules = [
# 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",
+
+ # Generated file for translated strings in components.
+ "+grit/components_strings.h",
+
+ # ios/chrome is not allowed to depend on //chrome, //content.
+ # No exceptions.
+ "-chrome",
+ "-content",
]

Powered by Google App Engine
This is Rietveld 408576698