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

Unified Diff: chromecast/public/media/BUILD.gn

Issue 2701613006: [Chromecast] Process streams with different post-processing. (Closed)
Patch Set: Move audio_device_ids to chromecast/media/base Created 3 years, 10 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: chromecast/public/media/BUILD.gn
diff --git a/chromecast/public/media/BUILD.gn b/chromecast/public/media/BUILD.gn
index 3db81e09093ab8cc206b734a18c113d3be807330..aad1515a323a636afc164abbbcb95d4159a02141 100644
--- a/chromecast/public/media/BUILD.gn
+++ b/chromecast/public/media/BUILD.gn
@@ -4,6 +4,8 @@
source_set("media") {
sources = [
+ "audio_device_ids.cc",
+ "audio_device_ids.h",
"cast_decoder_buffer.h",
"cast_decrypt_config.h",
"cast_key_system.h",

Powered by Google App Engine
This is Rietveld 408576698