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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'dependencies': [ | 74 'dependencies': [ |
75 '../base/base.gyp:base', | 75 '../base/base.gyp:base', |
76 ], | 76 ], |
77 'sources': [ | 77 'sources': [ |
78 'base/android/dumpstate_writer.cc', | 78 'base/android/dumpstate_writer.cc', |
79 'base/android/dumpstate_writer.h', | 79 'base/android/dumpstate_writer.h', |
80 'base/android/system_time_change_notifier_android.cc', | 80 'base/android/system_time_change_notifier_android.cc', |
81 'base/android/system_time_change_notifier_android.h', | 81 'base/android/system_time_change_notifier_android.h', |
82 'base/cast_paths.cc', | 82 'base/cast_paths.cc', |
83 'base/cast_paths.h', | 83 'base/cast_paths.h', |
| 84 'base/cast_resource.h', |
84 'base/chromecast_config_android.cc', | 85 'base/chromecast_config_android.cc', |
85 'base/chromecast_config_android.h', | 86 'base/chromecast_config_android.h', |
86 'base/chromecast_switches.cc', | 87 'base/chromecast_switches.cc', |
87 'base/chromecast_switches.h', | 88 'base/chromecast_switches.h', |
88 'base/error_codes.cc', | 89 'base/error_codes.cc', |
89 'base/error_codes.h', | 90 'base/error_codes.h', |
90 'base/metrics/cast_histograms.h', | 91 'base/metrics/cast_histograms.h', |
91 'base/metrics/cast_metrics_helper.cc', | 92 'base/metrics/cast_metrics_helper.cc', |
92 'base/metrics/cast_metrics_helper.h', | 93 'base/metrics/cast_metrics_helper.h', |
93 'base/metrics/grouped_histogram.cc', | 94 'base/metrics/grouped_histogram.cc', |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'dependencies': [ | 673 'dependencies': [ |
673 'cast_public_api', | 674 'cast_public_api', |
674 'media/media.gyp:cast_media', | 675 'media/media.gyp:cast_media', |
675 '../content/content.gyp:content', | 676 '../content/content.gyp:content', |
676 '../ipc/ipc.gyp:ipc', | 677 '../ipc/ipc.gyp:ipc', |
677 '../media/media.gyp:media', | 678 '../media/media.gyp:media', |
678 ], | 679 ], |
679 'sources': [ | 680 'sources': [ |
680 'browser/media/cast_browser_cdm_factory.cc', | 681 'browser/media/cast_browser_cdm_factory.cc', |
681 'browser/media/cast_browser_cdm_factory.h', | 682 'browser/media/cast_browser_cdm_factory.h', |
| 683 'browser/media/cma_media_pipeline_client.cc', |
| 684 'browser/media/cma_media_pipeline_client.h', |
682 'browser/media/cma_message_filter_host.cc', | 685 'browser/media/cma_message_filter_host.cc', |
683 'browser/media/cma_message_filter_host.h', | 686 'browser/media/cma_message_filter_host.h', |
684 'browser/media/media_pipeline_host.cc', | 687 'browser/media/media_pipeline_host.cc', |
685 'browser/media/media_pipeline_host.h', | 688 'browser/media/media_pipeline_host.h', |
686 'common/media/cma_ipc_common.h', | 689 'common/media/cma_ipc_common.h', |
687 'common/media/cma_messages.h', | 690 'common/media/cma_messages.h', |
688 'common/media/cma_message_generator.cc', | 691 'common/media/cma_message_generator.cc', |
689 'common/media/cma_message_generator.h', | 692 'common/media/cma_message_generator.h', |
690 'common/media/cma_param_traits.cc', | 693 'common/media/cma_param_traits.cc', |
691 'common/media/cma_param_traits.h', | 694 'common/media/cma_param_traits.h', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 'sources': [ | 760 'sources': [ |
758 'graphics/cast_egl_platform_default.cc', | 761 'graphics/cast_egl_platform_default.cc', |
759 'graphics/graphics_properties_default.cc', | 762 'graphics/graphics_properties_default.cc', |
760 'graphics/osd_plane_default.cc' | 763 'graphics/osd_plane_default.cc' |
761 ], | 764 ], |
762 } | 765 } |
763 ] | 766 ] |
764 }], | 767 }], |
765 ], # end of conditions | 768 ], # end of conditions |
766 } | 769 } |
OLD | NEW |