# Copyright 2019 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. | |
import("//build/config/chromecast_build.gni") | |
typemaps = [ | |
"//chromecast/common/mojom/application_media_capabilities.typemap", | |
"//chromecast/common/mojom/multiroom.typemap", | |
] | |
if (chromecast_branding != "public") { | |
_typemap_internal = read_file("//chromecast/internal/typemaps.gni", "scope") | |
typemaps += _typemap_internal.typemaps | |
} |