Fix lint new api error in SystemMessageHandler.
[chromium-blink-merge.git] / chromecast / public / BUILD.gn
blob5ad19d36e335618c8548d8f937e543b5df35b777
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 source_set("public") {
6   sources = [
7     "cast_egl_platform.h",
8     "cast_egl_platform_shlib.h",
9     "cast_media_shlib.h",
10     "cast_sys_info.h",
11     "chromecast_export.h",
12     "graphics_properties_shlib.h",
13     "graphics_types.h",
14     "osd_plane.h",
15     "osd_plane_shlib.h",
16     "osd_surface.h",
17     "video_plane.h",
18   ]