Home | History | Annotate | Download | only in allowed
      1 include_rules = [
      2   "+disallowed/allowed",
      3   "!disallowed/temporarily_allowed.h",
      4   "+third_party/allowed_may_use",
      5 ]
      6 
      7 specific_include_rules = {
      8   ".*_unittest\.cc": [
      9     "+disallowed/teststuff",
     10   ]
     11 }
     12