• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_rules = [
2  # DO NOT ALLOW tab_contents INCLUDES FROM THIS DIRECTORY! The renderer_host
3  # layer should be usable in contexts other than inside TabContents. Instead,
4  # you should call upward through the RenderViewHostDelegate interface. If
5  # your test needs some TabContents code, you can put it in renderer_host/test
6  # which can include more stuff for testing purposes.
7  #
8  # If somebody adds an include and you're fixing the build, please revert them
9  # instead of commenting out this rule.
10  "-chrome/browser/tab_contents",
11]
12
13