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

Unified Diff: content/content_browser.gypi

Issue 615133002: Add support for a virtual display on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ash/ dep from content Created 5 years, 9 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 204efdc68300812e1f515cdc6636ca2f3e2f319c..995ba4570e28f3ed8171183a5e038e68f7f2b879 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1775,6 +1775,12 @@
'browser/renderer_host/media/video_capture_texture_wrapper.h',
],
}],
+ ['chromeos==1', {
+ 'sources': [
+ "browser/media/capture/virtual_display_capturer.cc",
+ "browser/media/capture/virtual_display_capturer.h",
+ ],
+ }],
['OS=="win"', {
'dependencies': [
# For accessibility
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | content/public/browser/desktop_media_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698