DEPS 894 B

12345678910111213141516171819202122232425262728
  1. include_rules = [
  2. "+third_party/ashmem",
  3. "+third_party/apple_apsl",
  4. "+third_party/boringssl/src/include",
  5. "+third_party/ced",
  6. "+third_party/libevent",
  7. "+third_party/libunwindstack/src/libunwindstack/include",
  8. "+third_party/lss",
  9. "+third_party/modp_b64",
  10. "+third_party/perfetto/include",
  11. "+third_party/perfetto/protos/perfetto",
  12. # Conversions between base and Rust types (e.g. base::span <-> rust::Slice)
  13. # require the cxx.h header from cxx. This is only used if Rust is enabled
  14. # in the gn build; see //base/BUILD.gn's conditional dependency on
  15. # //build/rust:cxx_cppdeps.
  16. "+third_party/rust/cxx",
  17. "+third_party/test_fonts",
  18. # These are implicitly brought in from the root, and we don't want them.
  19. "-ipc",
  20. "-url",
  21. # ICU dependendencies must be separate from the rest of base.
  22. "-i18n",
  23. # //base/util can use //base but not vice versa.
  24. "-util",
  25. ]