summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/DEPS
blob: 28f6e50c745b04c3e8e5d3de743ae4af1429f05f (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  # TODO(joi): Used only by ChromeEventProcessingWindow to determine
  # type, not call any methods.  Should be able to use something else
  # to tag the class that doesn't expose any of its implementation.
  "+content/browser/renderer_host/render_widget_host_view_mac.h",

  "+third_party/molokocacao",  # For NSBezierPath additions.
  "+third_party/ocmock",  # For unit tests.
]