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

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

Issue 10704241: Add PpapiDecryptor which wraps a CDM plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add webkit bug in comments. 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/crypto/proxy_decryptor.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('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 18 matching lines...) Expand all
29 'audio_decoder.cc', 29 'audio_decoder.cc',
30 'audio_decoder.h', 30 'audio_decoder.h',
31 'buffered_data_source.cc', 31 'buffered_data_source.cc',
32 'buffered_data_source.h', 32 'buffered_data_source.h',
33 'buffered_resource_loader.cc', 33 'buffered_resource_loader.cc',
34 'buffered_resource_loader.h', 34 'buffered_resource_loader.h',
35 'cache_util.cc', 35 'cache_util.cc',
36 'cache_util.h', 36 'cache_util.h',
37 'crypto/key_systems.cc', 37 'crypto/key_systems.cc',
38 'crypto/key_systems.h', 38 'crypto/key_systems.h',
39 'crypto/ppapi_decryptor.cc',
40 'crypto/ppapi_decryptor.h',
39 'crypto/proxy_decryptor.cc', 41 'crypto/proxy_decryptor.cc',
40 'crypto/proxy_decryptor.h', 42 'crypto/proxy_decryptor.h',
41 'filter_helpers.cc', 43 'filter_helpers.cc',
42 'filter_helpers.h', 44 'filter_helpers.h',
43 'media_stream_client.h', 45 'media_stream_client.h',
44 'preload.h', 46 'preload.h',
45 'skcanvas_video_renderer.cc', 47 'skcanvas_video_renderer.cc',
46 'skcanvas_video_renderer.h', 48 'skcanvas_video_renderer.h',
47 'webmediaplayer_delegate.h', 49 'webmediaplayer_delegate.h',
48 'webmediaplayer_impl.cc', 50 'webmediaplayer_impl.cc',
(...skipping 22 matching lines...) Expand all
71 ], 73 ],
72 }, { # OS != "android"' 74 }, { # OS != "android"'
73 'sources/': [ 75 'sources/': [
74 ['exclude', '^android/'], 76 ['exclude', '^android/'],
75 ], 77 ],
76 }], 78 }],
77 ], 79 ],
78 }, 80 },
79 ], 81 ],
80 } 82 }
OLDNEW
« no previous file with comments | « webkit/media/crypto/proxy_decryptor.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698