DEPS 264 B

12345678910111213
  1. include_rules = [
  2. # This code is checked into the chromium repo so it's fine to depend on this.
  3. "+base",
  4. "+crypto",
  5. "+build",
  6. "+native_client/src/public",
  7. "+testing",
  8. "+third_party/ashmem",
  9. "+third_party/ipcz",
  10. # internal includes.
  11. "+mojo",
  12. ]