Home | History | Annotate | Download | only in utility
      1 # ppapi/cpp should not be dependent on other parts of chromium; it should stay
      2 # browser-neutral as much as possible.
      3 include_rules = [
      4   "-base",
      5   "-build",
      6   "-ipc",
      7   "-ppapi",
      8   "+ppapi/c",
      9   "-ppapi/c/private",
     10   "-ppapi/c/trusted",
     11   "+ppapi/cpp",
     12   "-ppapi/cpp/private",
     13   "-ppapi/cpp/trusted",
     14   "+ppapi/utility",
     15 ]
     16