summaryrefslogtreecommitdiffstats
path: root/media/mojo/DEPS
blob: 03385778d95788de81e6e3f4f3c483f0205e8b11 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+mojo/shell",
  "+mojo/common",
  "+mojo/converters",
  "+mojo/logging",
  "+mojo/public",

  # media/mojo is not part of "media" target and should not use MEDIA_EXPORT.
  "-media/base/media_export.h"
]