summaryrefslogtreecommitdiff
path: root/chromium/content/browser/speech/DEPS
blob: 7c726080d23375af55f3a6c0abe499bec5d6f455 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+components/speech",
  "+google_apis",  # Exception to general rule, see content/DEPS for details.
]

specific_include_rules = {
  "tts_controller_impl\.cc": [
    # TtsControllerImpl uses GetLanguage(), which is not grd related.
    "+ui/base/l10n/l10n_util.h",
  ],
}