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

Unified Diff: content/shell/android/BUILD.gn

Issue 1714913002: Reland: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-gn files and added a capture_jni_registrar Created 4 years, 10 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/test/content_test_suite_base.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 3c6af4d6e44cc7972f0fb412237ff80ce051d9dc..616a84dc3d26964e8f90b865e577b5ff21143185 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -46,6 +46,7 @@ android_library("content_shell_java") {
"//base:base_java",
"//content/public/android:content_java",
"//media/base/android:media_java",
+ "//media/capture/video/android:capture_java",
"//mojo/public/java:system",
"//net/android:net_java",
"//ui/android:ui_java",
@@ -79,7 +80,7 @@ android_library("content_shell_apk_java") {
":content_shell_java",
"//base:base_java",
"//content/public/android:content_java",
- "//media/base/android:media_java",
+ "//media/capture/video/android:capture_java",
"//net/android:net_java",
"//ui/android:ui_java",
]
@@ -109,7 +110,7 @@ android_apk("content_shell_apk") {
":libcontent_shell_content_view",
"//base:base_java",
"//content/public/android:content_java",
- "//media/base/android:media_java",
+ "//media/capture/video/android:capture_java",
"//net/android:net_java",
"//third_party/mesa:osmesa",
"//ui/android:ui_java",
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698