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

Unified Diff: media/base/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: 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/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 61fc29157c6a7cb2513db29f1cdf723c1d581f97..1e1fa4bd1ec4ac5db0d1b2493765745e34f3789a 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -9,6 +9,7 @@ import("//build/config/linux/pkg_config.gni")
import("//media/media_options.gni")
source_set("base") {
+ visibility = [ "//media/*" ]
sources = [
"audio_block_fifo.cc",
"audio_block_fifo.h",

Powered by Google App Engine
This is Rietveld 408576698