Commit 7f32b234 authored by James Cook's avatar James Cook Committed by Commit Bot

chromeos: Clean up cc/paint DEPS in ash

gfx::Canvas has DrawCircle etc. functions that take cc paint flags.
These functions are used for painting in a few places in ash.
ash already has a build-time dependency on //cc/paint.
Just allow cc/paint deps in ash.

Bug: none
Test: checkdeps
Change-Id: I7ddd8dc9cb43d0ab73b4b4435678ae87e3259c67
Reviewed-on: https://chromium-review.googlesource.com/1238447Reviewed-by: default avatarFady Samuel <fsamuel@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593290}
parent 5e79316b
...@@ -3,6 +3,7 @@ include_rules = [ ...@@ -3,6 +3,7 @@ include_rules = [
"+device/bluetooth", "+device/bluetooth",
"+cc/debug", "+cc/debug",
"+cc/output", "+cc/output",
"+cc/paint",
"+chromeos/cryptohome", "+chromeos/cryptohome",
"+components/account_id", "+components/account_id",
"+components/discardable_memory/public", "+components/discardable_memory/public",
......
include_rules = [ include_rules = [
"+chromeos/assistant", "+chromeos/assistant",
"+cc/paint/paint_flags.h",
] ]
include_rules = [ include_rules = [
"+ash/components/fast_ink", "+ash/components/fast_ink",
"+base", "+base",
"+cc/paint",
"+components/viz/common", "+components/viz/common",
"+ui/aura", "+ui/aura",
"+ui/events", "+ui/events",
......
include_rules = [ include_rules = [
"+ash/host", "+ash/host",
"+cc/paint",
] ]
specific_include_rules = { specific_include_rules = {
......
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