include_rules = [
  "+crypto",

  # Cronet builds fail when /components/unexportable_keys/BUILD.gn has any
  # reference to mojo whatsoever. We are not sure exactly why this happens
  # but it might have to do with the fact that Cronet depends on /net,
  # which depends on /components/unexportable_keys.
  #
  # If you need to depend on mojo, please place your code under
  # /components/unexportable_keys/mojom/, which already depends on mojo.
  "-mojo",
]
