1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

content / browser / speech / DEPS [blame]

include_rules = [
  "+components/speech",
  "+components/soda",
  "+media/mojo/mojom",
  "+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",
  ],
  "speech_recognition_manager_impl.cc": [
    # SpeechRecognitionManagerImpl uses GetLanguage(), which is not grd related.
    "+ui/base/l10n/l10n_util.h",
  ],
  "speech_recognition_browsertest.cc": [
    "+ash/constants/ash_features.h",
  ],
  "speech_recognition_manager_impl_unittest.cc": [
    "+ash/constants/ash_features.h",
  ],
}