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

Side by Side Diff: content/content_renderer.gypi

Issue 318753010: Introduce the ENABLE_BROWSER_CDMS macro. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MEDIA_EXPORT Created 6 years, 6 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/media/cdm_session_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/proxy_media_keys.cc',
259 'renderer/media/crypto/proxy_media_keys.h',
260 'renderer/media/crypto/renderer_cdm_manager.cc',
261 'renderer/media/crypto/renderer_cdm_manager.h',
262 'renderer/media/media_stream_audio_level_calculator.cc', 258 'renderer/media/media_stream_audio_level_calculator.cc',
263 'renderer/media/media_stream_audio_level_calculator.h', 259 'renderer/media/media_stream_audio_level_calculator.h',
264 'renderer/media/media_stream_audio_renderer.cc', 260 'renderer/media/media_stream_audio_renderer.cc',
265 'renderer/media/media_stream_audio_renderer.h', 261 'renderer/media/media_stream_audio_renderer.h',
266 'renderer/media/media_stream_center.h', 262 'renderer/media/media_stream_center.h',
267 'renderer/media/media_stream_constraints_util.cc', 263 'renderer/media/media_stream_constraints_util.cc',
268 'renderer/media/media_stream_constraints_util.h', 264 'renderer/media/media_stream_constraints_util.h',
269 'renderer/media/media_stream_dispatcher.h', 265 'renderer/media/media_stream_dispatcher.h',
270 'renderer/media/media_stream_dispatcher_eventhandler.h', 266 'renderer/media/media_stream_dispatcher_eventhandler.h',
271 'renderer/media/media_stream_impl.h', 267 'renderer/media/media_stream_impl.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'sources': [ 817 'sources': [
822 '<@(private_renderer_plugin_webrtc_sources)', 818 '<@(private_renderer_plugin_webrtc_sources)',
823 ], 819 ],
824 }], 820 }],
825 ['enable_pepper_cdms != 1', { 821 ['enable_pepper_cdms != 1', {
826 'sources!': [ 822 'sources!': [
827 'renderer/media/crypto/ppapi_decryptor.cc', 823 'renderer/media/crypto/ppapi_decryptor.cc',
828 'renderer/media/crypto/ppapi_decryptor.h', 824 'renderer/media/crypto/ppapi_decryptor.h',
829 ], 825 ],
830 }], 826 }],
827 ['enable_browser_cdms==1', {
828 'sources': [
829 'renderer/media/crypto/proxy_media_keys.cc',
830 'renderer/media/crypto/proxy_media_keys.h',
831 'renderer/media/crypto/renderer_cdm_manager.cc',
832 'renderer/media/crypto/renderer_cdm_manager.h',
833 ],
834 }],
831 ], 835 ],
832 'target_conditions': [ 836 'target_conditions': [
833 ['OS=="android"', { 837 ['OS=="android"', {
834 'sources/': [ 838 'sources/': [
835 ['include', '^renderer/render_view_linux\\.cc$'], 839 ['include', '^renderer/render_view_linux\\.cc$'],
836 ], 840 ],
837 }], 841 }],
838 ], 842 ],
839 } 843 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/media/cdm_session_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698