use new api names for SkGraphics
[chromium-blink-merge.git] / components / DEPS
blob0505b3739eba05e9c2b9b84ac603d76dde97bf52
1 include_rules = [
2   # Do not add chrome/ as an allowed include.
4   # Individual components must explicitly declare their dependencies
5   # on other components. Cycles in the dependency graph within
6   # components/ are not allowed.
7   "-components",
9   # Components that wish to use the content API or IPC must explicitly declare 
10   # these dependencies; see ./README.
11   "-ipc",