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

Unified Diff: media/BUILD.gn

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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b01ad89b1c8e1182b659d49d5d982fe95200eb1a..801d0907a8da0f6e653073188491d013489e2c34 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -314,6 +314,12 @@ component("media") {
if (is_android) {
sources += [
+ "screen_capture/android/screen_capture_device_android.cc",
+ "screen_capture/android/screen_capture_device_android.h",
+ "screen_capture/android/screen_capture_factory_android.cc",
+ "screen_capture/android/screen_capture_factory_android.h",
+ "screen_capture/android/screen_capture_machine_android.cc",
+ "screen_capture/android/screen_capture_machine_android.h",
"video/capture/android/video_capture_device_android.cc",
"video/capture/android/video_capture_device_android.h",
"video/capture/android/video_capture_device_factory_android.cc",
@@ -322,6 +328,7 @@ component("media") {
deps += [
"//media/base/android",
"//media/base/android:media_jni_headers",
+ "//media/base/android:screen_capture_jni_headers",
"//media/base/android:video_capture_jni_headers",
]
allow_circular_includes_from = [ "//media/base/android" ]

Powered by Google App Engine
This is Rietveld 408576698