blob: 9a3d245962649a46c71f8475c1b3c4efea55e740 [file] [log] [blame]
include_rules = [
# Do not add chrome/ as an allowed include.
# Individual components must explicitly declare their dependencies
# on other components. Cycles in the dependency graph within
# components/ are not allowed.
"-components",
# Components should only depend on the public Content API, and on
# layers below the Content Module. They must not depend on the
# implementation of the Content Module.
#
# Subdirectories of e.g. src/components/component_name should add
# the additional parts of the Content API that they need,
# e.g. components/component_name/browser/DEPS would add a
# "+content/public/browser" rule.
"+content/public/common",
# Dependencies of variations component.
"+third_party/mt19937ar",
]