Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: content/test/BUILD.gn

Issue 1412173003: cast: support cursor rendering for tab capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable cursor rendering on windows until resources are available Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
}
« no previous file with comments | « content/public/browser/render_widget_host_view_frame_subscriber.h ('k') | content/test/test_render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698