1# Removes the rules inherited from //components/metrics. Since this library will 2# copied to chromiumos, it can only depend on files included in libchrome. See 3# README.md for more background. 4# 5# See 6# [libchrome docs](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/packages/libchrome.md) 7# for more details. 8noparent = True 9 10include_rules = [ 11 "+base", 12 "+crypto", 13 "+third_party/protobuf", 14 "+testing/gtest", 15] 16