Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 956f742a9b0516fbc4d6251ca33d977d3cc80d95..8ca9e5450331603e7a86f978821aa291d0616d75 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -131,6 +131,11 @@ source_set("test_support") { |
| if (use_ozone) { |
| deps += [ "//ui/ozone" ] |
| + } else { |
| + sources -= [ |
| + "test_client_native_pixmap_factory_ozone.cc", |
| + "test_client_native_pixmap_factory_ozone.h", |
| + ] |
| } |
| if (is_win) { |