DEPS 815 B

123456789101112131415161718192021222324252627
  1. # The recording service runs in its own utility process and should not depend
  2. # on ash code.
  3. noparent = True
  4. include_rules = [
  5. "+ash/constants",
  6. "+base",
  7. "+components/viz/common",
  8. "+media",
  9. "+mojo/public",
  10. "+services/audio/public",
  11. "+services/viz/privileged/mojom/compositing",
  12. "+ui/gfx",
  13. # Abseil features must be allowlisted explicitly for now. See
  14. # //styleguide/c++/c++11.html. Allowed features' headers will be listed
  15. # explicitly here.
  16. # Please keep this section in sync with //DEPS.
  17. '-absl',
  18. '-third_party/abseil-cpp',
  19. '+third_party/abseil-cpp/absl/base/attributes.h',
  20. "+third_party/abseil-cpp/absl/numeric/int128.h",
  21. '+third_party/abseil-cpp/absl/types/optional.h',
  22. '+third_party/abseil-cpp/absl/types/variant.h',
  23. '+third_party/abseil-cpp/absl/utility/utility.h',
  24. ]