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

Unified Diff: content/test/BUILD.gn

Issue 2682743006: Add unittests for CursorRendererMac (Closed)
Patch Set: address comments Created 3 years, 10 months 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
« no previous file with comments | « content/browser/media/capture/cursor_renderer_mac_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index abffb5506ffb985ec433fbae54bf174a47e2af07..0e7abb2a182282eda717713fe9728582ba50063e 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1637,6 +1637,9 @@ test("content_unittests") {
if (use_aura) {
sources += [ "../browser/media/capture/cursor_renderer_aura_unittest.cc" ]
}
+ if (is_mac) {
+ sources += [ "../browser/media/capture/cursor_renderer_mac_unittest.mm" ]
+ }
if (is_chromeos) {
sources +=
[ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ]
« no previous file with comments | « content/browser/media/capture/cursor_renderer_mac_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698