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: content/public/android/BUILD.gn

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dependency 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
« no previous file with comments | « content/content_browser.gypi ('k') | media/capture/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 0e0ca6832a1bf2d113fd0b5736f874b283923953..29c9a92ff066e08f9485a18a302ff01b65e5e995 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -41,6 +41,7 @@ android_library("content_java") {
"//device/vibration/android:vibration_manager_android",
"//device/vr:java",
"//media/base/android:media_java",
+ "//media/capture/content/android:screen_capture_java",
"//media/capture/video/android:capture_java",
"//media/midi:midi_java",
"//mojo/android:system_java",
@@ -311,6 +312,7 @@ android_library("content_javatests") {
"//device/vibration:mojo_bindings_java",
"//device/vibration/android:vibration_manager_android",
"//media/base/android:media_java",
+ "//media/capture/content/android:screen_capture_java",
"//media/capture/video/android:capture_java",
"//mojo/android:system_java",
"//mojo/public/interfaces/bindings/tests:test_interfaces_java",
« no previous file with comments | « content/content_browser.gypi ('k') | media/capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698