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

Unified Diff: components/translate/DEPS

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 7 years, 2 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: components/translate/DEPS
diff --git a/components/translate/DEPS b/components/translate/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..8f4bfc0c61d9de8a13bf8de6b2f91b6da82355a5
--- /dev/null
+++ b/components/translate/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # translate is used on iOS, which cannot depend on content.
+ "-content",
+]

Powered by Google App Engine
This is Rietveld 408576698