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

Side by Side Diff: components/translate/DEPS

Issue 131203002: Move LanguageUsageMetrics and TranslateBrowserMetrics to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # translate is used on iOS, which cannot depend on content. 2 "+components/language_usage_metrics",
3
4 # Translate is a layered component; subdirectories must explicitly introduce
5 # the ability to use the content layer as appropriate.
3 "-content", 6 "-content",
7 "-components/translate/content",
4 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698