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

Side by Side Diff: webkit/media/webkit_media.gypi

Issue 10575026: Add ProxyDecryptor which wraps concrete Decryptor implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits and rebased. Created 8 years, 5 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 | « webkit/media/key_systems.cc ('k') | webkit/media/webmediaplayer_impl.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_media', 8 'target_name': 'webkit_media',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 14 matching lines...) Expand all
25 'active_loader.cc', 25 'active_loader.cc',
26 'active_loader.h', 26 'active_loader.h',
27 'audio_decoder.cc', 27 'audio_decoder.cc',
28 'audio_decoder.h', 28 'audio_decoder.h',
29 'buffered_data_source.cc', 29 'buffered_data_source.cc',
30 'buffered_data_source.h', 30 'buffered_data_source.h',
31 'buffered_resource_loader.cc', 31 'buffered_resource_loader.cc',
32 'buffered_resource_loader.h', 32 'buffered_resource_loader.h',
33 'cache_util.cc', 33 'cache_util.cc',
34 'cache_util.h', 34 'cache_util.h',
35 'crypto/key_systems.cc',
36 'crypto/key_systems.h',
37 'crypto/proxy_decryptor.cc',
38 'crypto/proxy_decryptor.h',
35 'filter_helpers.cc', 39 'filter_helpers.cc',
36 'filter_helpers.h', 40 'filter_helpers.h',
37 'key_systems.cc',
38 'key_systems.h',
39 'media_stream_client.h', 41 'media_stream_client.h',
40 'preload.h', 42 'preload.h',
41 'skcanvas_video_renderer.cc', 43 'skcanvas_video_renderer.cc',
42 'skcanvas_video_renderer.h', 44 'skcanvas_video_renderer.h',
43 'webmediaplayer_delegate.h', 45 'webmediaplayer_delegate.h',
44 'webmediaplayer_impl.cc', 46 'webmediaplayer_impl.cc',
45 'webmediaplayer_impl.h', 47 'webmediaplayer_impl.h',
46 'webmediaplayer_proxy.cc', 48 'webmediaplayer_proxy.cc',
47 'webmediaplayer_proxy.h', 49 'webmediaplayer_proxy.h',
48 'webmediaplayer_util.cc', 50 'webmediaplayer_util.cc',
(...skipping 18 matching lines...) Expand all
67 ], 69 ],
68 }, { # OS != "android"' 70 }, { # OS != "android"'
69 'sources/': [ 71 'sources/': [
70 ['exclude', '^android/'], 72 ['exclude', '^android/'],
71 ], 73 ],
72 }], 74 }],
73 ], 75 ],
74 }, 76 },
75 ], 77 ],
76 } 78 }
OLDNEW
« no previous file with comments | « webkit/media/key_systems.cc ('k') | webkit/media/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698