# Copyright 2020 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Common base modules that do not have any //media dependencies. | |
import("//chromecast/chromecast.gni") | |
cast_source_set("base") { | |
sources = [ | |
"decoder_config_logging.cc", | |
"decoder_config_logging.h", | |
] | |
public_deps = [ "//chromecast/public/media" ] | |
deps = [ | |
"//base", | |
"//chromecast/media/api", | |
] | |
} |