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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1140583002: Adds new libcast_media shared library for cast_shell media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to media namespace Created 5 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'cast_is_debug_build%': 0, 10 'cast_is_debug_build%': 0,
(...skipping 20 matching lines...) Expand all
31 ], 31 ],
32 }, 32 },
33 'targets': [ 33 'targets': [
34 # Public API target for OEM partners to replace shlibs. 34 # Public API target for OEM partners to replace shlibs.
35 { 35 {
36 'target_name': 'cast_public_api', 36 'target_name': 'cast_public_api',
37 'type': '<(component)', 37 'type': '<(component)',
38 'sources': [ 38 'sources': [
39 'public/cast_egl_platform.h', 39 'public/cast_egl_platform.h',
40 'public/cast_egl_platform_shlib.h', 40 'public/cast_egl_platform_shlib.h',
41 'public/cast_media_shlib.h',
41 'public/cast_sys_info.h', 42 'public/cast_sys_info.h',
42 'public/chromecast_export.h', 43 'public/chromecast_export.h',
43 'public/graphics_properties_shlib.h', 44 'public/graphics_properties_shlib.h',
44 'public/graphics_types.h', 45 'public/graphics_types.h',
45 'public/media/decoder_config.h', 46 'public/media/decoder_config.h',
46 'public/osd_plane.h', 47 'public/osd_plane.h',
47 'public/osd_plane_shlib.h', 48 'public/osd_plane_shlib.h',
48 'public/osd_surface.h', 49 'public/osd_surface.h',
49 ], 50 ],
50 }, 51 },
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'sources': [ 630 'sources': [
630 'graphics/cast_egl_platform_default.cc', 631 'graphics/cast_egl_platform_default.cc',
631 'graphics/graphics_properties_default.cc', 632 'graphics/graphics_properties_default.cc',
632 'graphics/osd_plane_default.cc' 633 'graphics/osd_plane_default.cc'
633 ], 634 ],
634 } 635 }
635 ] 636 ]
636 }], 637 }],
637 ], # end of conditions 638 ], # end of conditions
638 } 639 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/media/base/cast_media_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698