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

Unified Diff: content/browser/BUILD.gn

Issue 974513002: content: Split out VideoCaptureMachine from DesktopCaptureDeviceAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename to AuraCaptureMachine and move to own file Created 5 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 91fbfee05f57a9bd038b677d3e7346531804236a..87e555bc99cd2b6a2c8776c1cbb7c76848c4e84c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -179,6 +179,8 @@ source_set("browser") {
]
if (use_aura) {
sources += [
+ "media/capture/aura_window_capture_machine.cc",
+ "media/capture/aura_window_capture_machine.h",
"media/capture/desktop_capture_device_aura.cc",
"media/capture/desktop_capture_device_aura.h",
]

Powered by Google App Engine
This is Rietveld 408576698