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 26 matching lines...) Expand all Loading... |
37 'sources': [ | 37 'sources': [ |
38 'public/avsettings.h', | 38 'public/avsettings.h', |
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_media_shlib.h', |
42 'public/cast_sys_info.h', | 42 'public/cast_sys_info.h', |
43 'public/chromecast_export.h', | 43 'public/chromecast_export.h', |
44 'public/graphics_properties_shlib.h', | 44 'public/graphics_properties_shlib.h', |
45 'public/graphics_types.h', | 45 'public/graphics_types.h', |
46 'public/media_codec_support.h', | 46 'public/media_codec_support.h', |
47 'public/media/audio_pipeline_device.h', | |
48 'public/media/cast_decoder_buffer.h', | 47 'public/media/cast_decoder_buffer.h', |
49 'public/media/cast_decrypt_config.h', | 48 'public/media/cast_decrypt_config.h', |
50 'public/media/cast_key_system.h', | 49 'public/media/cast_key_system.h', |
51 'public/media/decoder_config.h', | 50 'public/media/decoder_config.h', |
52 'public/media/decrypt_context.h', | 51 'public/media/decrypt_context.h', |
53 'public/media/media_clock_device.h', | |
54 'public/media/media_component_device.h', | |
55 'public/media/media_pipeline_backend.h', | 52 'public/media/media_pipeline_backend.h', |
56 'public/media/media_pipeline_device_params.h', | 53 'public/media/media_pipeline_device_params.h', |
57 'public/media/stream_id.h', | 54 'public/media/stream_id.h', |
58 'public/media/video_pipeline_device.h', | |
59 'public/osd_plane.h', | 55 'public/osd_plane.h', |
60 'public/osd_plane_shlib.h', | 56 'public/osd_plane_shlib.h', |
61 'public/osd_surface.h', | 57 'public/osd_surface.h', |
62 'public/task_runner.h', | 58 'public/task_runner.h', |
63 'public/video_plane.h', | 59 'public/video_plane.h', |
64 ], | 60 ], |
65 'direct_dependent_settings': { | 61 'direct_dependent_settings': { |
66 'include_dirs': [ | 62 'include_dirs': [ |
67 'public/', | 63 'public/', |
68 ], | 64 ], |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 744 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
749 # Allow the cast shell to find the NSS module in the same | 745 # Allow the cast shell to find the NSS module in the same |
750 # directory. | 746 # directory. |
751 '-Wl,-rpath=\$$ORIGIN' | 747 '-Wl,-rpath=\$$ORIGIN' |
752 ], | 748 ], |
753 }, | 749 }, |
754 ], # end of targets | 750 ], # end of targets |
755 }], | 751 }], |
756 ], # end of conditions | 752 ], # end of conditions |
757 } | 753 } |
OLD | NEW |