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