1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 config("public_config") {
6 include_dirs = [ "//chromecast/public" ]
11 "cast_egl_platform.h",
12 "cast_egl_platform_shlib.h",
15 "chromecast_export.h",
16 "graphics_properties_shlib.h",
18 "media_codec_support_shlib.h",
26 public_configs = [ ":public_config" ]