blob: 1d8ae54c679c85a27c76cc4c2fefa9afdb6f9011 [file] [log] [blame]
include_rules = [
# ChromeOS should not depend on //chrome. See //docs/chromeos/code.md for
# details.
"-chrome",
# This directory is in //chrome, which violates the rule above. Allow this
# directory to #include its own files.
"+chrome/browser/ui/ash/global_media_controls",
# Existing dependencies within //chrome. There is an active effort to
# refactor ash codes in //chrome to break these dependencies; see b/332804822.
# Whenever possible, avoid adding new //chrome dependencies to this list.
"+chrome/browser/ash/crosapi",
"+chrome/browser/ash/profiles",
"+chrome/browser/media/router",
"+chrome/browser/profiles",
"+chrome/browser/ui/global_media_controls",
"+chrome/browser/ui/views/global_media_controls",
"+chrome/test",
]
specific_include_rules = {
# Allow access for tests.
"media_notification_provider_impl_unittest\\.cc": [
"+chrome/browser/ui/views/chrome_layout_provider.h",
],
}