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

Unified Diff: content/browser/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a334f00988be6911cb0f0cbd305478fd40a10d6a..c2542cc1a57f33dd8ac164fff25a685e160edff0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -413,6 +413,8 @@ source_set("browser") {
]
} else { # Not aura.
sources -= [
+ "media/capture/cursor_renderer_aura.cc",
+ "media/capture/cursor_renderer_aura.h",
"renderer_host/compositor_resize_lock_aura.cc",
"renderer_host/compositor_resize_lock_aura.h",
"renderer_host/input/synthetic_gesture_target_aura.cc",

Powered by Google App Engine
This is Rietveld 408576698