| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 source_set("public") { | 5 source_set("public") { |
| 6 sources = [ | 6 sources = [ |
| 7 "cast_egl_platform.h", | 7 "cast_egl_platform.h", |
| 8 "cast_egl_platform_shlib.h", | 8 "cast_egl_platform_shlib.h", |
| 9 "cast_media_shlib.h", | 9 "cast_media_shlib.h", |
| 10 "cast_sys_info.h", | 10 "cast_sys_info.h", |
| 11 "chromecast_export.h", | 11 "chromecast_export.h", |
| 12 "graphics_properties_shlib.h", | 12 "graphics_properties_shlib.h", |
| 13 "graphics_types.h", | 13 "graphics_types.h", |
| 14 "media_codec_support_shlib.h", |
| 14 "osd_plane.h", | 15 "osd_plane.h", |
| 15 "osd_plane_shlib.h", | 16 "osd_plane_shlib.h", |
| 16 "osd_surface.h", | 17 "osd_surface.h", |
| 18 "task_runner.h", |
| 17 "video_plane.h", | 19 "video_plane.h", |
| 18 ] | 20 ] |
| 19 } | 21 } |
| OLD | NEW |