Chromium Code Reviews| Index: ui/base/BUILD.gn |
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
| index bf13973bca2f04ab6a634432d0c24484714926fe..e4cd291288838ba9aeee2097d5377fe1b128e8c6 100644 |
| --- a/ui/base/BUILD.gn |
| +++ b/ui/base/BUILD.gn |
| @@ -602,7 +602,10 @@ component("base") { |
| "cursor/ozone/bitmap_cursor_factory_ozone.h", |
| ] |
| - deps += [ "//ui/ozone:ozone_base" ] |
| + deps += [ |
| + "//ui/ozone:ozone_base", |
| + "//ui/events/ozone:events_ozone_layout", |
| + ] |
|
sadrul
2014/12/19 21:40:48
Sort
|
| } |
| if (!toolkit_views) { |