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

Unified Diff: content/content_browser.gypi

Issue 1140113002: Implement screen capture for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ScreenCaptureMachineAndroid which inherited from content::VideoCaptureMachine Created 5 years, 7 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 5a7a42980e8b9b478a0d28bb7722622cfddf9396..5c14275bdd6d6088d6e42b8c3dd7f9b1dd78d761 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1808,7 +1808,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
],
}],
- ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
+ ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win" or OS=="android")', {
'sources': [
'browser/media/capture/desktop_capture_device.cc',
'browser/media/capture/desktop_capture_device.h',

Powered by Google App Engine
This is Rietveld 408576698