include_rules = [
  # The test directory can do whatever it wants in chrome.
  "+chrome",
  "+grit",  # For generated headers
  "+sandbox/src",
  "+sandbox/tests",
  "+webkit/glue",
  "+v8/include", # We have unit tests which use v8 to exercise JavaScript.
]