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

Side by Side Diff: components/translate/DEPS

Issue 2912843003: Refactoring ConstructLanguageDetectionEvent. (Closed)
Patch Set: updates 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/pref_registry", 6 "+components/pref_registry",
7 "+components/prefs", 7 "+components/prefs",
8 "+components/strings/grit/components_strings.h", 8 "+components/strings/grit/components_strings.h",
9 "+components/sync_preferences", 9 "+components/sync_preferences",
10 "+components/sync/protocol",
10 "+components/variations", 11 "+components/variations",
11 "+google_apis", 12 "+google_apis",
12 "+net", 13 "+net",
13 "+ui", 14 "+ui",
14 15
15 # Translate is a layered component; subdirectories must explicitly introduce 16 # Translate is a layered component; subdirectories must explicitly introduce
16 # the ability to use the content layer as appropriate. 17 # the ability to use the content layer as appropriate.
17 "-components/translate/content", 18 "-components/translate/content",
18 ] 19 ]
OLDNEW
« no previous file with comments | « chrome/browser/translate/chrome_translate_client.cc ('k') | components/translate/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698