Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: chromecast/public/BUILD.gn

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698