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

Unified Diff: media/base/BUILD.gn

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android missed dep 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
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 85170033b6f744e0a17390d0a899e670bb6b1b8e..88e604581261e02b786bc1de9cd159c16f9e1853 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -401,6 +401,13 @@ source_set("test_support") {
"//testing/gmock",
"//ui/gfx:test_support",
]
+ if (is_android) {
+ deps += [
+ # Needed to register capture Java/Jni objects.
+ "//media/capture",
+ "//media/capture/video/android",
+ ]
xhwang 2016/06/09 06:30:46 Now media/capture is a separate target, we probabl
mcasas 2016/06/09 16:07:55 Done.
+ }
}
source_set("unittests") {
« no previous file with comments | « media/BUILD.gn ('k') | media/base/win/BUILD.gn » ('j') | media/base/win/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698