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

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

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Actually undo gyp change Created 6 years, 2 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/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index b2d7bbc35d0574f61fa2adc5a1b9668645dee3f0..92a5fed3b053d8b01976a64aac54630fcdc1dd60 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -47,7 +47,11 @@ source_set("android") {
configs += [ "//media:media_config" ]
deps = [
":media_jni_headers",
+ "//media:shared_memory_support",
+ "//media/base",
"//third_party/widevine/cdm:version_h",
+ "//ui/gl",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698