Update V8 to version 4.6.72.
[chromium-blink-merge.git] / chromecast / public / BUILD.gn
blob779c5fdd796fa0a0da9ddcb82baa186193e1a6f2
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     "media_codec_support_shlib.h",
15     "osd_plane.h",
16     "osd_plane_shlib.h",
17     "osd_surface.h",
18     "task_runner.h",
19     "video_plane.h",
20   ]