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

Unified Diff: media/base/android/BUILD.gn

Issue 2694323002: media: Fix build config for audio_unittests on Android (Closed)
Patch Set: more commenting Created 3 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 | « media/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index db4937fe2b4e11687089b2561012551b79801dc7..b10db5cfdb77f4e441b82a736c9119b9e67774c5 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -51,6 +51,8 @@ source_set("anywhere_unit_tests") {
if (is_android) {
import("//build/config/android/rules.gni")
+ # APK targets that depend on this, either directly or indirectly, should also
+ # depend on :media_java to get the corresponding Java classes.
source_set("android") {
sources = [
"android_cdm_factory.cc",
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698