OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |