include_rules = [
  # Files in exported are allowed to take dependencies on other files in
  # exported.
  "+core/exported",
  "+public/web",
  # We do not want any new dependencies on Web(Local|Remote)FrameBase.h until
  # we resolve the control layer.
  "+core/frame/WebLocalFrameBase.h",
  "+core/frame/WebRemoteFrameBase.h"
]
