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

Unified Diff: media/capture/BUILD.gn

Issue 2125973002: Reland: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dependency to mojo/interfaces:image_capture Created 4 years, 5 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
« no previous file with comments | « content/public/android/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 439e22b2ab8e5ea8e69c1b635c747620811845c8..70f2871d45308e156435add95debd0f0cfc1abc0 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -97,10 +97,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) {
« no previous file with comments | « content/public/android/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698