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

Unified Diff: media/BUILD.gn

Issue 1710373002: Revert 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: 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/test/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b4ea114b584d20992f0bafb303f4a4b4eea4e01f..b92755ac94b0457d5238af5ff5c88d12a8ea3724 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -407,8 +407,7 @@
deps += [
"//media/base/android",
"//media/base/android:media_jni_headers",
- "//media/capture/video/android:media_java",
- "//media/capture/video/android:video_capture_jni_headers",
+ "//media/base/android:video_capture_jni_headers",
]
# Only 64 bit builds are using android-21 NDK library, check common.gypi
@@ -724,6 +723,7 @@
"filters/decrypting_video_decoder_unittest.cc",
]
deps += [
+ "//media/base/android:media_java",
"//media/base/android:unittests",
"//ui/android:ui_java",
]
« no previous file with comments | « content/test/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698