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

Side by Side Diff: content/content_renderer.gypi

Issue 295103015: Separate RendererCdmManager from RendererMediaPlayerManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 6 years, 7 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 | Annotate | Revision Log
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 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'renderer/media/crypto/key_systems.h', 248 'renderer/media/crypto/key_systems.h',
249 'renderer/media/crypto/key_systems_support_uma.cc', 249 'renderer/media/crypto/key_systems_support_uma.cc',
250 'renderer/media/crypto/key_systems_support_uma.h', 250 'renderer/media/crypto/key_systems_support_uma.h',
251 'renderer/media/crypto/pepper_cdm_wrapper.h', 251 'renderer/media/crypto/pepper_cdm_wrapper.h',
252 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', 252 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc',
253 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', 253 'renderer/media/crypto/pepper_cdm_wrapper_impl.h',
254 'renderer/media/crypto/ppapi_decryptor.cc', 254 'renderer/media/crypto/ppapi_decryptor.cc',
255 'renderer/media/crypto/ppapi_decryptor.h', 255 'renderer/media/crypto/ppapi_decryptor.h',
256 'renderer/media/crypto/proxy_decryptor.cc', 256 'renderer/media/crypto/proxy_decryptor.cc',
257 'renderer/media/crypto/proxy_decryptor.h', 257 'renderer/media/crypto/proxy_decryptor.h',
258 'renderer/media/crypto/renderer_cdm_manager.cc',
259 'renderer/media/crypto/renderer_cdm_manager.h',
258 'renderer/media/media_stream_audio_level_calculator.cc', 260 'renderer/media/media_stream_audio_level_calculator.cc',
259 'renderer/media/media_stream_audio_level_calculator.h', 261 'renderer/media/media_stream_audio_level_calculator.h',
260 'renderer/media/media_stream_audio_renderer.cc', 262 'renderer/media/media_stream_audio_renderer.cc',
261 'renderer/media/media_stream_audio_renderer.h', 263 'renderer/media/media_stream_audio_renderer.h',
262 'renderer/media/media_stream_center.h', 264 'renderer/media/media_stream_center.h',
263 'renderer/media/media_stream_constraints_util.cc', 265 'renderer/media/media_stream_constraints_util.cc',
264 'renderer/media/media_stream_constraints_util.h', 266 'renderer/media/media_stream_constraints_util.h',
265 'renderer/media/media_stream_dispatcher.h', 267 'renderer/media/media_stream_dispatcher.h',
266 'renderer/media/media_stream_dispatcher_eventhandler.h', 268 'renderer/media/media_stream_dispatcher_eventhandler.h',
267 'renderer/media/media_stream_impl.h', 269 'renderer/media/media_stream_impl.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 }], 806 }],
805 ], 807 ],
806 'target_conditions': [ 808 'target_conditions': [
807 ['OS=="android"', { 809 ['OS=="android"', {
808 'sources/': [ 810 'sources/': [
809 ['include', '^renderer/render_view_linux\\.cc$'], 811 ['include', '^renderer/render_view_linux\\.cc$'],
810 ], 812 ],
811 }], 813 }],
812 ], 814 ],
813 } 815 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/android/proxy_media_keys.h » ('j') | content/renderer/media/android/proxy_media_keys.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698