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

Unified Diff: content/public/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/common/BUILD.gn ('k') | content/public/test/DEPS » ('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 2bf40498231ff9824ab493f00e9359bc21000e34..6f2bb20e5e7c3e2f2fc2ae1212a523599c1aff3e 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -35,6 +35,8 @@ android_library("content_java") {
"//device/battery:mojo_bindings_java",
"//device/battery/android:battery_monitor_android",
"//device/bluetooth:java",
+ "//device/capture/content/android:screen_capture_java",
+ "//device/capture/video/android:capture_java",
"//device/gamepad:java",
"//device/power_save_blocker:java",
"//device/usb:java",
@@ -42,8 +44,6 @@ 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",
"//mojo/public/java:bindings",
@@ -307,11 +307,11 @@ android_library("content_javatests") {
"//content/shell/android:content_shell_apk_java",
"//content/shell/android:content_shell_java",
"//content/shell/android:content_shell_test_java",
+ "//device/capture/content/android:screen_capture_java",
+ "//device/capture/video/android:capture_java",
"//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",
"//mojo/public/java:bindings",
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698