OLD | NEW |
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 24 matching lines...) Expand all Loading... |
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_sys_info.h', | 41 'public/cast_sys_info.h', |
42 'public/chromecast_export.h', | 42 'public/chromecast_export.h', |
43 'public/graphics_properties_shlib.h', | 43 'public/graphics_properties_shlib.h', |
44 'public/graphics_types.h', | 44 'public/graphics_types.h', |
| 45 'public/media/decoder_config.h', |
45 'public/osd_plane.h', | 46 'public/osd_plane.h', |
46 'public/osd_plane_shlib.h', | 47 'public/osd_plane_shlib.h', |
47 'public/osd_surface.h', | 48 'public/osd_surface.h', |
48 ], | 49 ], |
49 }, | 50 }, |
50 # TODO(gunsch): Remove this fake target once it's either added or no | 51 # TODO(gunsch): Remove this fake target once it's either added or no |
51 # longer referenced from internal code. | 52 # longer referenced from internal code. |
52 {'target_name': 'cast_media_audio', 'type': 'none'}, | 53 {'target_name': 'cast_media_audio', 'type': 'none'}, |
53 | 54 |
54 { | 55 { |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
622 'sources': [ | 623 'sources': [ |
623 'graphics/cast_egl_platform_default.cc', | 624 'graphics/cast_egl_platform_default.cc', |
624 'graphics/graphics_properties_default.cc', | 625 'graphics/graphics_properties_default.cc', |
625 'graphics/osd_plane_default.cc' | 626 'graphics/osd_plane_default.cc' |
626 ], | 627 ], |
627 } | 628 } |
628 ] | 629 ] |
629 }], | 630 }], |
630 ], # end of conditions | 631 ], # end of conditions |
631 } | 632 } |
OLD | NEW |