Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 4a10b6d6657a912db51ab8cd6bc62535e27d96ce..2913f83c8c1e6d45243bbadf98881ccb1a1d01a4 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -129,6 +129,11 @@ source_set("test_support") { |
| if (use_ozone) { |
| deps += [ "//ui/ozone" ] |
| + } else { |
| + sources -= [ |
| + "test_native_pixmap_manager_ozone.cc", |
| + "test_native_pixmap_manager_ozone.h", |
| + ] |
| } |
| if (is_win) { |