Chromium Code Reviews| Index: ui/compositor/BUILD.gn |
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn |
| index b49080d2b1074bb33d355faafd4b452edc6d40b4..372d6e40c22497b5bd683beaaade3e8c566fa0ea 100644 |
| --- a/ui/compositor/BUILD.gn |
| +++ b/ui/compositor/BUILD.gn |
| @@ -74,6 +74,10 @@ component("compositor") { |
| defines = [ "COMPOSITOR_IMPLEMENTATION" ] |
| + public_deps = [ |
| + "//cc/paint", |
| + ] |
| + |
| deps = [ |
| "//base", |
| "//base/third_party/dynamic_annotations", |