Chromium Code Reviews| Index: ui/gl/DEPS |
| diff --git a/ui/gl/DEPS b/ui/gl/DEPS |
| index 862c5550b64b8b7c3cf432aa941f0d236ac18ebf..26fc56baf53fca9f53b2de79cd5cd4571eafa59c 100644 |
| --- a/ui/gl/DEPS |
| +++ b/ui/gl/DEPS |
| @@ -3,6 +3,7 @@ include_rules = [ |
| "+third_party/skia", |
| "+ui/events", |
| "+ui/gfx", |
| + "+ui/ozone/gpu", |
|
spang
2015/02/19 00:49:26
Seems to be a cyclic dependency here.
achaulk
2015/02/19 00:54:51
Ah, I'll pull in the bits of code I need, it's rea
|
| "+ui/ozone/public", |
| ] |