| # This component is shared with the Chrome OS build, so it's important to limit |
| # dependencies to a minimal set. |
| # TODO(crbug.com/40796017): Remove components/metrics, it's only used for tests. |
| include_rules = [ |
| "+chromeos/ash/components/dbus/featured", |
| "-components", |
| "+components/compression", |
| "+components/crash/core/common", |
| "+components/keyed_service", |
| "+components/metrics", |
| "+components/prefs", |
| "+components/variations", |
| "+components/version_info", |
| "+crypto", |
| "-net", |
| "+net/android", |
| "+third_party/protobuf", |
| "+third_party/smhasher", |
| "+third_party/zlib/google", |
| ] |