| 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
|
| deleted file mode 100644
|
| index 7d25f45d734be518c991e8393f0b05ac6b300226..0000000000000000000000000000000000000000
|
| --- a/chromecast/media/cma/ipc_streamer/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -# 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.
|
| -
|
| -source_set("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",
|
| - "encryption_scheme_marshaller.cc",
|
| - "encryption_scheme_marshaller.h",
|
| - "video_decoder_config_marshaller.cc",
|
| - "video_decoder_config_marshaller.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//chromecast/public/media",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//chromecast/media/cma/base",
|
| - "//chromecast/media/cma/ipc",
|
| - "//media",
|
| - "//ui/gfx/geometry",
|
| - ]
|
| -}
|
|
|