OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
7 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'renderer/media/buffered_data_source_host_impl.h', | 244 'renderer/media/buffered_data_source_host_impl.h', |
245 'renderer/media/buffered_data_source_host_impl.cc', | 245 'renderer/media/buffered_data_source_host_impl.cc', |
246 'renderer/media/buffered_resource_loader.cc', | 246 'renderer/media/buffered_resource_loader.cc', |
247 'renderer/media/buffered_resource_loader.h', | 247 'renderer/media/buffered_resource_loader.h', |
248 'renderer/media/cache_util.cc', | 248 'renderer/media/cache_util.cc', |
249 'renderer/media/cache_util.h', | 249 'renderer/media/cache_util.h', |
250 'renderer/media/cdm_session_adapter.cc', | 250 'renderer/media/cdm_session_adapter.cc', |
251 'renderer/media/cdm_session_adapter.h', | 251 'renderer/media/cdm_session_adapter.h', |
252 'renderer/media/crypto/content_decryption_module_factory.cc', | 252 'renderer/media/crypto/content_decryption_module_factory.cc', |
253 'renderer/media/crypto/content_decryption_module_factory.h', | 253 'renderer/media/crypto/content_decryption_module_factory.h', |
| 254 'renderer/media/crypto/encrypted_media_support.cc', |
| 255 'renderer/media/crypto/encrypted_media_support.h', |
| 256 'renderer/media/crypto/encrypted_media_support_impl.cc', |
| 257 'renderer/media/crypto/encrypted_media_support_impl.h', |
254 'renderer/media/crypto/key_systems.cc', | 258 'renderer/media/crypto/key_systems.cc', |
255 'renderer/media/crypto/key_systems.h', | 259 'renderer/media/crypto/key_systems.h', |
256 'renderer/media/crypto/key_systems_support_uma.cc', | 260 'renderer/media/crypto/key_systems_support_uma.cc', |
257 'renderer/media/crypto/key_systems_support_uma.h', | 261 'renderer/media/crypto/key_systems_support_uma.h', |
258 'renderer/media/crypto/pepper_cdm_wrapper.h', | 262 'renderer/media/crypto/pepper_cdm_wrapper.h', |
259 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', | 263 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', |
260 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', | 264 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', |
261 'renderer/media/crypto/ppapi_decryptor.cc', | 265 'renderer/media/crypto/ppapi_decryptor.cc', |
262 'renderer/media/crypto/ppapi_decryptor.h', | 266 'renderer/media/crypto/ppapi_decryptor.h', |
263 'renderer/media/crypto/proxy_decryptor.cc', | 267 'renderer/media/crypto/proxy_decryptor.cc', |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 ['OS=="win" and win_use_allocator_shim==1', { | 754 ['OS=="win" and win_use_allocator_shim==1', { |
751 'dependencies': [ | 755 'dependencies': [ |
752 '../base/allocator/allocator.gyp:allocator', | 756 '../base/allocator/allocator.gyp:allocator', |
753 ], | 757 ], |
754 }], | 758 }], |
755 ['OS=="android"', { | 759 ['OS=="android"', { |
756 'sources!': [ | 760 'sources!': [ |
757 'renderer/accessibility/renderer_accessibility_focus_only.cc', | 761 'renderer/accessibility/renderer_accessibility_focus_only.cc', |
758 'renderer/media/audio_decoder.cc', | 762 'renderer/media/audio_decoder.cc', |
759 'renderer/media/filter_helpers.cc', | 763 'renderer/media/filter_helpers.cc', |
| 764 'renderer/media/crypto/encrypted_media_support_impl.cc', |
760 'renderer/media/webmediaplayer_impl.cc', | 765 'renderer/media/webmediaplayer_impl.cc', |
761 ], | 766 ], |
762 'sources': [ | 767 'sources': [ |
763 'renderer/external_popup_menu.cc', | 768 'renderer/external_popup_menu.cc', |
764 'renderer/external_popup_menu.h', | 769 'renderer/external_popup_menu.h', |
765 ], | 770 ], |
766 'dependencies': [ | 771 'dependencies': [ |
767 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 772 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
768 ], | 773 ], |
769 'includes': [ | 774 'includes': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 }], | 862 }], |
858 ], | 863 ], |
859 'target_conditions': [ | 864 'target_conditions': [ |
860 ['OS=="android"', { | 865 ['OS=="android"', { |
861 'sources/': [ | 866 'sources/': [ |
862 ['include', '^renderer/render_view_linux\\.cc$'], | 867 ['include', '^renderer/render_view_linux\\.cc$'], |
863 ], | 868 ], |
864 }], | 869 }], |
865 ], | 870 ], |
866 } | 871 } |
OLD | NEW |