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

Side by Side Diff: chromecast/chromecast.gyp

Issue 2255093005: Pass accessible location change messages to the automation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative fix to cast_shell Created 4 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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'targets': [ 729 'targets': [
730 { 730 {
731 'target_name': 'cast_shell_media', 731 'target_name': 'cast_shell_media',
732 'type': '<(component)', 732 'type': '<(component)',
733 'dependencies': [ 733 'dependencies': [
734 'cast_public_api', 734 'cast_public_api',
735 'media/media.gyp:cast_media', 735 'media/media.gyp:cast_media',
736 '../content/content.gyp:content', 736 '../content/content.gyp:content',
737 '../ipc/ipc.gyp:ipc', 737 '../ipc/ipc.gyp:ipc',
738 '../media/media.gyp:media', 738 '../media/media.gyp:media',
739 '../skia/skia.gyp:skia',
739 ], 740 ],
740 'sources': [ 741 'sources': [
741 'browser/media/cast_browser_cdm_factory.cc', 742 'browser/media/cast_browser_cdm_factory.cc',
742 'browser/media/cast_browser_cdm_factory.h', 743 'browser/media/cast_browser_cdm_factory.h',
743 'browser/media/cma_message_filter_host.cc', 744 'browser/media/cma_message_filter_host.cc',
744 'browser/media/cma_message_filter_host.h', 745 'browser/media/cma_message_filter_host.h',
745 'browser/media/media_pipeline_host.cc', 746 'browser/media/media_pipeline_host.cc',
746 'browser/media/media_pipeline_host.h', 747 'browser/media/media_pipeline_host.h',
747 'common/media/cma_ipc_common.h', 748 'common/media/cma_ipc_common.h',
748 'common/media/cma_messages.h', 749 'common/media/cma_messages.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'cast_shell_core', 790 'cast_shell_core',
790 ], 791 ],
791 'sources': [ 792 'sources': [
792 'app/cast_main.cc', 793 'app/cast_main.cc',
793 ], 794 ],
794 }, 795 },
795 ], # end of targets 796 ], # end of targets
796 }], 797 }],
797 ], # end of conditions 798 ], # end of conditions
798 } 799 }
OLDNEW
« no previous file with comments | « chrome/renderer/extensions/automation_internal_custom_bindings.cc ('k') | chromecast/renderer/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698