blob: aeb3a2fe663845ddc389b19a020642c8815aa7b2 [file] [log] [blame]
noparent = True
include_rules = [
"+base",
# Please do not add any chromeos/ dependencies here: https://crbug.com/863439
# Unless what is added is itself a standalone component,
# such as +chromeos/version
"+chromeos/version",
"+components/device_event_log",
"+components/policy/proto",
"+dbus",
"+net",
"+testing",
"+third_party/cros_system_api",
"+url",
# Abseil features must be allowlisted explicitly for now. See
# //styleguide/c++/c++11.html. Allowed features' headers will be listed
# explicitly here.
# Please keep this section in sync with //DEPS.
'-absl',
'-third_party/abseil-cpp',
'+third_party/abseil-cpp/absl/base/attributes.h',
"+third_party/abseil-cpp/absl/numeric/int128.h",
'+third_party/abseil-cpp/absl/types/optional.h',
'+third_party/abseil-cpp/absl/types/variant.h',
'+third_party/abseil-cpp/absl/utility/utility.h',
]