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

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: Fix build and tests after rebase 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 44711d20a7096e37c35dd8765fc8151ebfbae1a0..e9178560c96936e5bfef2b54610153f414ad98ef 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -721,6 +721,9 @@ test("content_unittests") {
"../browser/web_contents/web_contents_view_aura_unittest.cc",
]
}
+ if (!use_aura || is_win) {
+ sources -= [ "../browser/media/capture/cursor_renderer_aura_unittest.cc" ]
+ }
if (use_aura || toolkit_views) {
deps += [ "//ui/events:test_support" ]
}

Powered by Google App Engine
This is Rietveld 408576698