Files
rk35xx-android14/external/cronet/ipc/DEPS
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

29 lines
736 B
Python

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",
],
"run_all_unittests\.cc": [
"+third_party/ipcz/src/test",
"+third_party/ipcz/src/test_buildflags.h",
],
}