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

Unified Diff: media/audio/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/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 5b473e84acb39c7dafb01f3199fede6997f9817e..a7ce01958fb5f6c327e3358261bc77f5b5ac59b0 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -34,6 +34,7 @@ if (!link_pulseaudio) {
}
source_set("audio") {
+ visibility = [ "//media/*" ]
sources = [
"agc_audio_stream.h",
"audio_device_name.cc",

Powered by Google App Engine
This is Rietveld 408576698