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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 'renderer/media/webrtc/video_destination_handler.h', | 839 'renderer/media/webrtc/video_destination_handler.h', |
840 ], | 840 ], |
841 }], | 841 }], |
842 ['enable_plugins==1 and enable_webrtc==1', { | 842 ['enable_plugins==1 and enable_webrtc==1', { |
843 'sources': [ | 843 'sources': [ |
844 '<@(private_renderer_plugin_webrtc_sources)', | 844 '<@(private_renderer_plugin_webrtc_sources)', |
845 ], | 845 ], |
846 }], | 846 }], |
847 ['enable_pepper_cdms != 1', { | 847 ['enable_pepper_cdms != 1', { |
848 'sources!': [ | 848 'sources!': [ |
| 849 'renderer/media/crypto/pepper_cdm_wrapper.h', |
| 850 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', |
| 851 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', |
849 'renderer/media/crypto/ppapi_decryptor.cc', | 852 'renderer/media/crypto/ppapi_decryptor.cc', |
850 'renderer/media/crypto/ppapi_decryptor.h', | 853 'renderer/media/crypto/ppapi_decryptor.h', |
851 ], | 854 ], |
852 }], | 855 }], |
853 ['enable_browser_cdms==1', { | 856 ['enable_browser_cdms==1', { |
854 'sources': [ | 857 'sources': [ |
855 'renderer/media/crypto/proxy_media_keys.cc', | 858 'renderer/media/crypto/proxy_media_keys.cc', |
856 'renderer/media/crypto/proxy_media_keys.h', | 859 'renderer/media/crypto/proxy_media_keys.h', |
857 'renderer/media/crypto/renderer_cdm_manager.cc', | 860 'renderer/media/crypto/renderer_cdm_manager.cc', |
858 'renderer/media/crypto/renderer_cdm_manager.h', | 861 'renderer/media/crypto/renderer_cdm_manager.h', |
859 ], | 862 ], |
860 }], | 863 }], |
861 ], | 864 ], |
862 'target_conditions': [ | 865 'target_conditions': [ |
863 ['OS=="android"', { | 866 ['OS=="android"', { |
864 'sources/': [ | 867 'sources/': [ |
865 ['include', '^renderer/render_view_linux\\.cc$'], | 868 ['include', '^renderer/render_view_linux\\.cc$'], |
866 ], | 869 ], |
867 }], | 870 }], |
868 ], | 871 ], |
869 } | 872 } |
OLD | NEW |