DEPS 758 B

12345678910111213141516171819202122232425262728
  1. include_rules = [
  2. "+crypto",
  3. "+mojo/public",
  4. # For ipc_channel_nacl.cc:
  5. "+native_client/src/public",
  6. "+sandbox/mac/seatbelt.h",
  7. "+services/tracing/public/cpp",
  8. "+third_party/perfetto/protos/perfetto/trace/track_event",
  9. ]
  10. specific_include_rules = {
  11. "ipc_(test|perftest)_(base|util)\.(cc|h)": [
  12. "+mojo/core/embedder",
  13. "+mojo/core/test",
  14. ],
  15. ".*(unit|perf)tests?\.cc": [
  16. "+mojo/core/embedder",
  17. "+mojo/core/test",
  18. ],
  19. "ipc_message_protobuf_utils\.h": [
  20. # Support serializing RepeatedField / RepeatedPtrField:
  21. "+third_party/protobuf/src/google/protobuf/repeated_field.h",
  22. ],
  23. "run_all_unittests\.cc": [
  24. "+third_party/ipcz/src/test_buildflags.h",
  25. "+third_party/ipcz/src/test/test_child_launcher.h",
  26. ],
  27. }