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

Side by Side Diff: content/content_renderer.gypi

Issue 660673002: Introduce CdmFactory interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_result_promise
Patch Set: Pass CdmFactory by pointer. Created 6 years, 2 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 (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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'renderer/media/audio_device_factory.cc', 241 'renderer/media/audio_device_factory.cc',
242 'renderer/media/audio_device_factory.h', 242 'renderer/media/audio_device_factory.h',
243 'renderer/media/audio_input_message_filter.cc', 243 'renderer/media/audio_input_message_filter.cc',
244 'renderer/media/audio_input_message_filter.h', 244 'renderer/media/audio_input_message_filter.h',
245 'renderer/media/audio_message_filter.cc', 245 'renderer/media/audio_message_filter.cc',
246 'renderer/media/audio_message_filter.h', 246 'renderer/media/audio_message_filter.h',
247 'renderer/media/audio_renderer_mixer_manager.cc', 247 'renderer/media/audio_renderer_mixer_manager.cc',
248 'renderer/media/audio_renderer_mixer_manager.h', 248 'renderer/media/audio_renderer_mixer_manager.h',
249 'renderer/media/cdm_session_adapter.cc', 249 'renderer/media/cdm_session_adapter.cc',
250 'renderer/media/cdm_session_adapter.h', 250 'renderer/media/cdm_session_adapter.h',
251 'renderer/media/crypto/content_decryption_module_factory.cc',
252 'renderer/media/crypto/content_decryption_module_factory.h',
253 'renderer/media/crypto/encrypted_media_player_support_impl.cc', 251 'renderer/media/crypto/encrypted_media_player_support_impl.cc',
254 'renderer/media/crypto/encrypted_media_player_support_impl.h', 252 'renderer/media/crypto/encrypted_media_player_support_impl.h',
255 'renderer/media/crypto/key_systems.cc', 253 'renderer/media/crypto/key_systems.cc',
256 'renderer/media/crypto/key_systems.h', 254 'renderer/media/crypto/key_systems.h',
257 'renderer/media/crypto/key_systems_support_uma.cc', 255 'renderer/media/crypto/key_systems_support_uma.cc',
258 'renderer/media/crypto/key_systems_support_uma.h', 256 'renderer/media/crypto/key_systems_support_uma.h',
259 'renderer/media/crypto/pepper_cdm_wrapper.h', 257 'renderer/media/crypto/pepper_cdm_wrapper.h',
260 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', 258 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc',
261 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', 259 'renderer/media/crypto/pepper_cdm_wrapper_impl.h',
262 'renderer/media/crypto/ppapi_decryptor.cc', 260 'renderer/media/crypto/ppapi_decryptor.cc',
263 'renderer/media/crypto/ppapi_decryptor.h', 261 'renderer/media/crypto/ppapi_decryptor.h',
264 'renderer/media/crypto/proxy_decryptor.cc', 262 'renderer/media/crypto/proxy_decryptor.cc',
265 'renderer/media/crypto/proxy_decryptor.h', 263 'renderer/media/crypto/proxy_decryptor.h',
264 'renderer/media/crypto/render_cdm_factory.cc',
265 'renderer/media/crypto/render_cdm_factory.h',
266 'renderer/media/media_stream_audio_level_calculator.cc', 266 'renderer/media/media_stream_audio_level_calculator.cc',
267 'renderer/media/media_stream_audio_level_calculator.h', 267 'renderer/media/media_stream_audio_level_calculator.h',
268 'renderer/media/media_stream_audio_renderer.cc', 268 'renderer/media/media_stream_audio_renderer.cc',
269 'renderer/media/media_stream_audio_renderer.h', 269 'renderer/media/media_stream_audio_renderer.h',
270 'renderer/media/media_stream_center.h', 270 'renderer/media/media_stream_center.h',
271 'renderer/media/media_stream_constraints_util.cc', 271 'renderer/media/media_stream_constraints_util.cc',
272 'renderer/media/media_stream_constraints_util.h', 272 'renderer/media/media_stream_constraints_util.h',
273 'renderer/media/media_stream_dispatcher.h', 273 'renderer/media/media_stream_dispatcher.h',
274 'renderer/media/media_stream_dispatcher_eventhandler.h', 274 'renderer/media/media_stream_dispatcher_eventhandler.h',
275 'renderer/media/media_stream_track.cc', 275 'renderer/media/media_stream_track.cc',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 }], 840 }],
841 ], 841 ],
842 'target_conditions': [ 842 'target_conditions': [
843 ['OS=="android"', { 843 ['OS=="android"', {
844 'sources/': [ 844 'sources/': [
845 ['include', '^renderer/render_view_linux\\.cc$'], 845 ['include', '^renderer/render_view_linux\\.cc$'],
846 ], 846 ],
847 }], 847 }],
848 ], 848 ],
849 } 849 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698