Roll src/third_party/WebKit dacf847:1e9d21c (svn 202600:202602)
[chromium-blink-merge.git] / chromecast / public / BUILD.gn
blob2b2a1672ed7601f538b24a11b6a652017efa6e72
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" ]
9 source_set("public") {
10   sources = [
11     "cast_egl_platform.h",
12     "cast_egl_platform_shlib.h",
13     "cast_media_shlib.h",
14     "cast_sys_info.h",
15     "chromecast_export.h",
16     "graphics_properties_shlib.h",
17     "graphics_types.h",
18     "media_codec_support_shlib.h",
19     "osd_plane.h",
20     "osd_plane_shlib.h",
21     "osd_surface.h",
22     "task_runner.h",
23     "video_plane.h",
24   ]
26   public_configs = [ ":public_config" ]