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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'media/media.gyp:cast_media', | 611 'media/media.gyp:cast_media', |
612 '../content/content.gyp:content', | 612 '../content/content.gyp:content', |
613 '../ipc/ipc.gyp:ipc', | 613 '../ipc/ipc.gyp:ipc', |
614 '../media/media.gyp:media', | 614 '../media/media.gyp:media', |
615 ], | 615 ], |
616 'sources': [ | 616 'sources': [ |
617 'browser/media/cast_browser_cdm_factory.cc', | 617 'browser/media/cast_browser_cdm_factory.cc', |
618 'browser/media/cast_browser_cdm_factory.h', | 618 'browser/media/cast_browser_cdm_factory.h', |
619 'browser/media/cma_message_filter_host.cc', | 619 'browser/media/cma_message_filter_host.cc', |
620 'browser/media/cma_message_filter_host.h', | 620 'browser/media/cma_message_filter_host.h', |
621 'browser/media/cma_message_loop.cc', | |
622 'browser/media/cma_message_loop.h', | |
623 'browser/media/media_pipeline_host.cc', | 621 'browser/media/media_pipeline_host.cc', |
624 'browser/media/media_pipeline_host.h', | 622 'browser/media/media_pipeline_host.h', |
625 'common/media/cma_ipc_common.h', | 623 'common/media/cma_ipc_common.h', |
626 'common/media/cma_messages.h', | 624 'common/media/cma_messages.h', |
627 'common/media/cma_message_generator.cc', | 625 'common/media/cma_message_generator.cc', |
628 'common/media/cma_message_generator.h', | 626 'common/media/cma_message_generator.h', |
629 'common/media/cma_param_traits.cc', | 627 'common/media/cma_param_traits.cc', |
630 'common/media/cma_param_traits.h', | 628 'common/media/cma_param_traits.h', |
631 'common/media/shared_memory_chunk.cc', | 629 'common/media/shared_memory_chunk.cc', |
632 'common/media/shared_memory_chunk.h', | 630 'common/media/shared_memory_chunk.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 'sources': [ | 694 'sources': [ |
697 'graphics/cast_egl_platform_default.cc', | 695 'graphics/cast_egl_platform_default.cc', |
698 'graphics/graphics_properties_default.cc', | 696 'graphics/graphics_properties_default.cc', |
699 'graphics/osd_plane_default.cc' | 697 'graphics/osd_plane_default.cc' |
700 ], | 698 ], |
701 } | 699 } |
702 ] | 700 ] |
703 }], | 701 }], |
704 ], # end of conditions | 702 ], # end of conditions |
705 } | 703 } |
OLD | NEW |