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

Unified Diff: media/capture/capture.gypi

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct YUV420 unpacking, add cropping support Created 4 years, 6 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: media/capture/capture.gypi
diff --git a/media/capture/capture.gypi b/media/capture/capture.gypi
index 2535c44f41f78041876e4a544af823ced0c2f0f1..c4dad2ed41c2830a76a790da33a353baf275f491 100644
--- a/media/capture/capture.gypi
+++ b/media/capture/capture.gypi
@@ -9,6 +9,8 @@
'variables': {
# GN version: //media/capture:capture
'capture_sources': [
+ 'capture/content/android/screen_capture_machine_android.cc',
+ 'capture/content/android/screen_capture_machine_android.h',
'capture/content/animated_content_sampler.cc',
'capture/content/animated_content_sampler.h',
'capture/content/capture_resolution_chooser.cc',

Powered by Google App Engine
This is Rietveld 408576698