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

Unified Diff: content/browser/BUILD.gn

Issue 1484403002: cast: Support for low-latency interactive mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years 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 ff1b66d382e14ff80aaf3cdd3c8250b261fe6702..9cf166566b71bb045f7d64b691ca31c2eea5dd01 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -448,6 +448,8 @@ source_set("browser") {
sources -= [
"media/capture/cursor_renderer_aura.cc",
"media/capture/cursor_renderer_aura.h",
+ "media/capture/window_activity_tracker_aura.cc",
+ "media/capture/window_activity_tracker_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