xref: /aosp_15_r20/external/cronet/components/metrics/structured/lib/DEPS (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1*6777b538SAndroid Build Coastguard Worker# Removes the rules inherited from //components/metrics. Since this library will
2*6777b538SAndroid Build Coastguard Worker# copied to chromiumos, it can only depend on files included in libchrome. See
3*6777b538SAndroid Build Coastguard Worker# README.md for more background.
4*6777b538SAndroid Build Coastguard Worker#
5*6777b538SAndroid Build Coastguard Worker# See
6*6777b538SAndroid Build Coastguard Worker# [libchrome docs](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/packages/libchrome.md)
7*6777b538SAndroid Build Coastguard Worker# for more details.
8*6777b538SAndroid Build Coastguard Workernoparent = True
9*6777b538SAndroid Build Coastguard Worker
10*6777b538SAndroid Build Coastguard Workerinclude_rules = [
11*6777b538SAndroid Build Coastguard Worker    "+base",
12*6777b538SAndroid Build Coastguard Worker    "+crypto",
13*6777b538SAndroid Build Coastguard Worker    "+third_party/protobuf",
14*6777b538SAndroid Build Coastguard Worker    "+testing/gtest",
15*6777b538SAndroid Build Coastguard Worker]
16