Home | History | Annotate | Download | only in content
      1 include_rules = [
      2   "+content/public/common",
      3   # Allow inclusion of WebKit API files.
      4   "+third_party/WebKit/public/platform",
      5   "+third_party/WebKit/public/web",
      6   "+ipc",
      7 ]
      8 
      9 specific_include_rules = {
     10   '.*_[a-z]*test\.cc': [
     11     "+content/public/test",
     12   ],
     13 }
     14