Index: chromecast/media/cma/ipc_streamer/BUILD.gn |
diff --git a/chromecast/media/cma/ipc_streamer/BUILD.gn b/chromecast/media/cma/ipc_streamer/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8774a387638128488ab5c78be0f32772e0cc5e6a |
--- /dev/null |
+++ b/chromecast/media/cma/ipc_streamer/BUILD.gn |
@@ -0,0 +1,25 @@ |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+component("ipc_streamer") { |
+ sources = [ |
+ "audio_decoder_config_marshaller.cc", |
+ "audio_decoder_config_marshaller.h", |
+ "av_streamer_proxy.cc", |
+ "av_streamer_proxy.h", |
+ "coded_frame_provider_host.cc", |
+ "coded_frame_provider_host.h", |
+ "decoder_buffer_base_marshaller.cc", |
+ "decoder_buffer_base_marshaller.h", |
+ "decrypt_config_marshaller.cc", |
+ "decrypt_config_marshaller.h", |
+ "video_decoder_config_marshaller.cc", |
+ "video_decoder_config_marshaller.h", |
+ ] |
+ deps = [ |
+ "//base", |
+ "//chromecast/media/cma/base", |
+ "//media", |
+ ] |
+} |