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

Unified Diff: media/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: Add gfx dependency. 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 0308bc049ceeee109209c3fff39434fecbcb7c3d..7d98060550f73d8870f68bebaed0f9b2199b4914 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -772,6 +772,8 @@ component("shared_memory_support") {
sources = [
"audio/audio_parameters.cc",
"audio/audio_parameters.h",
+ "audio/point.cc",
+ "audio/point.h",
"base/audio_bus.cc",
"base/audio_bus.h",
"base/channel_layout.cc",
@@ -787,6 +789,7 @@ component("shared_memory_support") {
]
deps = [
"//base",
+ "//ui/gfx/geometry",
]
}

Powered by Google App Engine
This is Rietveld 408576698