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

Unified Diff: media/capture.gypi

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relocate java files, support YUV format and improve JNI operation Created 4 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: media/capture.gypi
diff --git a/media/capture.gypi b/media/capture.gypi
index 071a06293811cb7036a7766bcc8d458d8a98d520..b21dac1a397b6d73e007dfb60f2d91f5a13bba32 100644
--- a/media/capture.gypi
+++ b/media/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