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

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: correct RGBA frame convert-scale error and rebase 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/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 619f000f1e885b57704b0a7540a7b4e0d3ccc8ee..e450848f5132b05b6dcffa04180ac66a68cfff6d 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -96,10 +96,15 @@ component("capture") {
if (is_android) {
public_deps += [
+ "content/android",
+ "content/android:screen_capture_java",
"video/android",
"video/android:capture_java",
]
- deps += [ "video/android:capture_jni_headers" ]
+ deps += [
+ "content/android:screen_capture_jni_headers",
+ "video/android:capture_jni_headers",
+ ]
}
if (is_mac) {

Powered by Google App Engine
This is Rietveld 408576698