summaryrefslogtreecommitdiff
path: root/chromium/ipc/DEPS
blob: ed7cd79fabba82b6f2d7df88e003b58a390c04f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include_rules = [
  "+crypto",
  "+mojo/public",
  # For ipc_channel_nacl.cc:
  "+native_client/src/public",
  "+sandbox/mac/seatbelt.h",
  "+services/tracing/public/cpp",
  "+third_party/perfetto/protos/perfetto/trace/track_event",
]

specific_include_rules = {
  "ipc_(test|perftest)_(base|util)\.(cc|h)": [
    "+mojo/core/embedder",
    "+mojo/core/test",
  ],
  ".*(unit|perf)tests?\.cc": [
    "+mojo/core/embedder",
    "+mojo/core/test",
  ],
  "ipc_message_protobuf_utils\.h": [
    # Support serializing RepeatedField / RepeatedPtrField:
    "+third_party/protobuf/src/google/protobuf/repeated_field.h",
  ],
}