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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1306843003: CmaMediaPipelineClient to watch media pipeline status (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CmaMediaPipelineClient Created 5 years, 3 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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'dependencies': [ 661 'dependencies': [
662 'cast_public_api', 662 'cast_public_api',
663 'media/media.gyp:cast_media', 663 'media/media.gyp:cast_media',
664 '../content/content.gyp:content', 664 '../content/content.gyp:content',
665 '../ipc/ipc.gyp:ipc', 665 '../ipc/ipc.gyp:ipc',
666 '../media/media.gyp:media', 666 '../media/media.gyp:media',
667 ], 667 ],
668 'sources': [ 668 'sources': [
669 'browser/media/cast_browser_cdm_factory.cc', 669 'browser/media/cast_browser_cdm_factory.cc',
670 'browser/media/cast_browser_cdm_factory.h', 670 'browser/media/cast_browser_cdm_factory.h',
671 'browser/media/cma_media_pipeline_client.cc',
672 'browser/media/cma_media_pipeline_client.h',
671 'browser/media/cma_message_filter_host.cc', 673 'browser/media/cma_message_filter_host.cc',
672 'browser/media/cma_message_filter_host.h', 674 'browser/media/cma_message_filter_host.h',
673 'browser/media/media_pipeline_host.cc', 675 'browser/media/media_pipeline_host.cc',
674 'browser/media/media_pipeline_host.h', 676 'browser/media/media_pipeline_host.h',
675 'common/media/cma_ipc_common.h', 677 'common/media/cma_ipc_common.h',
676 'common/media/cma_messages.h', 678 'common/media/cma_messages.h',
677 'common/media/cma_message_generator.cc', 679 'common/media/cma_message_generator.cc',
678 'common/media/cma_message_generator.h', 680 'common/media/cma_message_generator.h',
679 'common/media/cma_param_traits.cc', 681 'common/media/cma_param_traits.cc',
680 'common/media/cma_param_traits.h', 682 'common/media/cma_param_traits.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'sources': [ 748 'sources': [
747 'graphics/cast_egl_platform_default.cc', 749 'graphics/cast_egl_platform_default.cc',
748 'graphics/graphics_properties_default.cc', 750 'graphics/graphics_properties_default.cc',
749 'graphics/osd_plane_default.cc' 751 'graphics/osd_plane_default.cc'
750 ], 752 ],
751 } 753 }
752 ] 754 ]
753 }], 755 }],
754 ], # end of conditions 756 ], # end of conditions
755 } 757 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698