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

Side by Side Diff: components/translate/DEPS

Issue 2913593002: Implementation of translation event logging. (Closed)
Patch Set: fix Created 3 years, 6 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 "+components/data_use_measurement/core", 2 "+components/data_use_measurement/core",
3 "+components/grit/components_resources.h", 3 "+components/grit/components_resources.h",
4 "+components/infobars", 4 "+components/infobars",
5 "+components/language_usage_metrics", 5 "+components/language_usage_metrics",
6 "+components/metrics/proto",
6 "+components/pref_registry", 7 "+components/pref_registry",
7 "+components/prefs", 8 "+components/prefs",
8 "+components/strings/grit/components_strings.h", 9 "+components/strings/grit/components_strings.h",
9 "+components/sync_preferences", 10 "+components/sync_preferences",
10 "+components/sync/protocol", 11 "+components/sync/protocol",
11 "+components/variations", 12 "+components/variations",
12 "+google_apis", 13 "+google_apis",
13 "+net", 14 "+net",
14 "+ui", 15 "+ui",
15 16
16 # Translate is a layered component; subdirectories must explicitly introduce 17 # Translate is a layered component; subdirectories must explicitly introduce
17 # the ability to use the content layer as appropriate. 18 # the ability to use the content layer as appropriate.
18 "-components/translate/content", 19 "-components/translate/content",
19 ] 20 ]
OLDNEW
« no previous file with comments | « chrome/browser/translate/chrome_translate_client.cc ('k') | components/translate/core/browser/mock_translate_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698