| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'sources': [ | 49 'sources': [ |
| 50 'public/avsettings.h', | 50 'public/avsettings.h', |
| 51 'public/cast_egl_platform.h', | 51 'public/cast_egl_platform.h', |
| 52 'public/cast_egl_platform_shlib.h', | 52 'public/cast_egl_platform_shlib.h', |
| 53 'public/cast_media_shlib.h', | 53 'public/cast_media_shlib.h', |
| 54 'public/cast_sys_info.h', | 54 'public/cast_sys_info.h', |
| 55 'public/chromecast_export.h', | 55 'public/chromecast_export.h', |
| 56 'public/graphics_properties_shlib.h', | 56 'public/graphics_properties_shlib.h', |
| 57 'public/graphics_types.h', | 57 'public/graphics_types.h', |
| 58 'public/media_codec_support.h', | 58 'public/media_codec_support.h', |
| 59 'public/media/audio_pipeline_device.h', | |
| 60 'public/media/cast_decoder_buffer.h', | 59 'public/media/cast_decoder_buffer.h', |
| 61 'public/media/cast_decrypt_config.h', | 60 'public/media/cast_decrypt_config.h', |
| 62 'public/media/cast_key_system.h', | 61 'public/media/cast_key_system.h', |
| 63 'public/media/decoder_config.h', | 62 'public/media/decoder_config.h', |
| 64 'public/media/decrypt_context.h', | 63 'public/media/decrypt_context.h', |
| 65 'public/media/media_clock_device.h', | |
| 66 'public/media/media_component_device.h', | |
| 67 'public/media/media_pipeline_backend.h', | 64 'public/media/media_pipeline_backend.h', |
| 68 'public/media/media_pipeline_device_params.h', | 65 'public/media/media_pipeline_device_params.h', |
| 69 'public/media/stream_id.h', | 66 'public/media/stream_id.h', |
| 70 'public/media/video_pipeline_device.h', | |
| 71 'public/osd_plane.h', | 67 'public/osd_plane.h', |
| 72 'public/osd_plane_shlib.h', | 68 'public/osd_plane_shlib.h', |
| 73 'public/osd_surface.h', | 69 'public/osd_surface.h', |
| 74 'public/task_runner.h', | 70 'public/task_runner.h', |
| 75 'public/video_plane.h', | 71 'public/video_plane.h', |
| 76 ], | 72 ], |
| 77 'direct_dependent_settings': { | 73 'direct_dependent_settings': { |
| 78 'include_dirs': [ | 74 'include_dirs': [ |
| 79 'public/', | 75 'public/', |
| 80 ], | 76 ], |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 'cast_shell_core', | 746 'cast_shell_core', |
| 751 ], | 747 ], |
| 752 'sources': [ | 748 'sources': [ |
| 753 'app/cast_main.cc', | 749 'app/cast_main.cc', |
| 754 ], | 750 ], |
| 755 }, | 751 }, |
| 756 ], # end of targets | 752 ], # end of targets |
| 757 }], | 753 }], |
| 758 ], # end of conditions | 754 ], # end of conditions |
| 759 } | 755 } |
| OLD | NEW |