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

Unified Diff: media/BUILD.gn

Issue 2908073002: Make OS audio buffer size limits visible. (Closed)
Patch Set: Updates based on reviewer feedback. Created 3 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index aae61e0649f49989a66965baaf0765170291d571..53ea520a8e4356bffef9f46bf8c89c7c07397ec0 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -760,6 +760,12 @@ component("shared_memory_support") {
"base/vector_math.h",
"base/vector_math_testing.h",
]
+ if (is_mac) {
+ sources += [
+ "base/mac/audio_util_mac.cc",
+ "base/mac/audio_util_mac.h",
+ ]
+ }
configs += [
":media_config",
":media_implementation",

Powered by Google App Engine
This is Rietveld 408576698