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

Unified Diff: media/capture/BUILD.gn

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments 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/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 036a33cc9883b3ee7e75d68403a8eb4c1a24db70..a4ba180ba47dec5daedc6306ee141a8cb67ee2b6 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -94,8 +94,15 @@ source_set("capture") {
]
if (is_android) {
+ sources += [
+ "content/android/screen_capture_machine_android.cc",
+ "content/android/screen_capture_machine_android.h",
+ ]
public_deps += [ "video/android" ]
- deps += [ "video/android:capture_jni_headers" ]
+ deps += [
+ "video/android:capture_jni_headers",
+ "//third_party/libyuv",
+ ]
}
if (is_mac) {

Powered by Google App Engine
This is Rietveld 408576698