Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 0dbffbdb0022a76a505f145e135c6838fb53a41f..4ba69776b7f695990c9d1f84677fe6336aa608a6 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -130,6 +130,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) { |