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

Unified Diff: media/audio/BUILD.gn

Issue 1275783003: Add a virtual beamforming audio device on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert chromeos/audio changes. Created 5 years, 3 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 24ef1efefcef2ce815c724881d09a94305dbf175..369d7d0a10813af7407b1ccf30b9ecbd8524f165 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -185,13 +185,6 @@ source_set("audio") {
deps += [ "//media/base/android:media_jni_headers" ]
}
- if (is_openbsd) {
- sources += [
- "openbsd/audio_manager_openbsd.cc",
- "openbsd/audio_manager_openbsd.h",
- ]
- }
-
if (is_linux) {
sources += [ "linux/audio_manager_linux.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698