Chromium Code Reviews| Index: ui/gfx/BUILD.gn |
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
| index 86ecb7e68267cb808bbadf42891c91d660da5c2d..3f7a82dee56d2d966055471f52867e1236104a6a 100644 |
| --- a/ui/gfx/BUILD.gn |
| +++ b/ui/gfx/BUILD.gn |
| @@ -405,6 +405,10 @@ component("gfx") { |
| sources -= [ "path_x11.cc" ] |
| } |
| + if (use_ozone) { |
| + sources += [ "native_pixmap_handle_ozone.h" ] |
| + } |
| + |
| if (use_cairo) { |
| configs += [ "//build/config/linux:pangocairo" ] |
| } |