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

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

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/renderer/BUILD.gn ('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 95296ccbd5a68490986367fe81a50fde3aebd963..527303deffa89c8baa516eb06041b49ae4f982d0 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -45,8 +45,8 @@ android_library("content_shell_java") {
":content_shell_java_resources",
"//base:base_java",
"//content/public/android:content_java",
+ "//device/capture/video/android:capture_java",
"//media/base/android:media_java",
- "//media/capture/video/android:capture_java",
"//mojo/public/java:system",
"//net/android:net_java",
"//ui/android:ui_java",
@@ -86,7 +86,7 @@ android_library("content_shell_apk_java") {
":content_shell_manifest",
"//base:base_java",
"//content/public/android:content_java",
- "//media/capture/video/android:capture_java",
+ "//device/capture/video/android:capture_java",
"//net/android:net_java",
"//ui/android:ui_java",
]
@@ -121,7 +121,7 @@ android_apk("content_shell_apk") {
"//base:base_java",
"//content/public/android:content_java",
"//content/public/test/android:layouttest_java_support",
- "//media/capture/video/android:capture_java",
+ "//device/capture/video/android:capture_java",
"//net/android:net_java",
"//third_party/mesa:osmesa",
"//ui/android:ui_java",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698