| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 83d36b3a410658e2cd3b823a95cc47cdf7955805..1e0f146d308f837b0477f53c913c200a12ac443b 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -719,6 +719,11 @@ test("content_unittests") {
|
| "../browser/web_contents/web_contents_view_aura_unittest.cc",
|
| ]
|
| }
|
| +
|
| + # Avoid windows due to non-availability of cursor resources in test.
|
| + if (!use_aura || is_win) {
|
| + sources -= [ "../browser/media/capture/cursor_renderer_aura_unittest.cc" ]
|
| + }
|
| if (use_aura || toolkit_views) {
|
| deps += [ "//ui/events:test_support" ]
|
| }
|
|
|