Commit 9e9b798a authored by James Cook's avatar James Cook Committed by Commit Bot

cros: Add noparent to //ash/components/DEPS

Components must declare all of their dependencies explicitly.

Fix quick_launch deps to comply.

Bug: 812299
Test: buildtools/checkdeps/checkdeps.py ash
Change-Id: I2de1491e28566f2be9afe9bb1756084ef0641310
Reviewed-on: https://chromium-review.googlesource.com/924313Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537528}
parent 115d431f
# Components must declare all dependencies explicitly. They do not inherit
# from //ash/DEPS.
noparent = True
include_rules = [
# Components may not directly access ash, except through public mojo
# IPC interfaces.
......
include_rules = [
"+base",
"+mash/public",
"+mojo/public",
"+services/catalog/public",
"+services/service_manager/public",
"+ui/aura",
"+ui/views",
"+url",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment