| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['OS == "android" or OS == "ios"', { | 8 ['OS == "android" or OS == "ios"', { |
| 9 # Android and iOS don't use ffmpeg. | 9 # Android and iOS don't use ffmpeg. |
| 10 'use_ffmpeg%': 0, | 10 'use_ffmpeg%': 0, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 31 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 32 '<(DEPTH)/cc/cc.gyp:cc', | 32 '<(DEPTH)/cc/cc.gyp:cc', |
| 33 '<(DEPTH)/media/media.gyp:media', | 33 '<(DEPTH)/media/media.gyp:media', |
| 34 '<(DEPTH)/media/media.gyp:shared_memory_support', | 34 '<(DEPTH)/media/media.gyp:shared_memory_support', |
| 35 '<(DEPTH)/skia/skia.gyp:skia', | 35 '<(DEPTH)/skia/skia.gyp:skia', |
| 36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 37 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version
_h', | 37 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version
_h', |
| 38 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_bindings', | 38 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_bindings', |
| 39 ], | 39 ], |
| 40 'sources': [ | 40 'sources': [ |
| 41 'active_loader.cc', | |
| 42 'active_loader.h', | |
| 43 'audio_decoder.cc', | |
| 44 'audio_decoder.h', | |
| 45 'buffered_data_source.cc', | |
| 46 'buffered_data_source.h', | |
| 47 'buffered_resource_loader.cc', | |
| 48 'buffered_resource_loader.h', | |
| 49 'cache_util.cc', | |
| 50 'cache_util.h', | |
| 51 'crypto/content_decryption_module_factory.cc', | 41 'crypto/content_decryption_module_factory.cc', |
| 52 'crypto/content_decryption_module_factory.h', | 42 'crypto/content_decryption_module_factory.h', |
| 53 'crypto/key_systems.cc', | 43 'crypto/key_systems.cc', |
| 54 'crypto/key_systems.h', | 44 'crypto/key_systems.h', |
| 55 'crypto/key_systems_info.cc', | 45 'crypto/key_systems_info.cc', |
| 56 'crypto/key_systems_info.h', | 46 'crypto/key_systems_info.h', |
| 57 'crypto/ppapi_decryptor.cc', | 47 'crypto/ppapi_decryptor.cc', |
| 58 'crypto/ppapi_decryptor.h', | 48 'crypto/ppapi_decryptor.h', |
| 59 'crypto/proxy_decryptor.cc', | 49 'crypto/proxy_decryptor.cc', |
| 60 'crypto/proxy_decryptor.h', | 50 'crypto/proxy_decryptor.h', |
| 61 'media_stream_audio_renderer.cc', | |
| 62 'media_stream_audio_renderer.h', | |
| 63 'media_stream_client.h', | |
| 64 'preload.h', | |
| 65 'texttrack_impl.cc', | |
| 66 'texttrack_impl.h', | |
| 67 'video_frame_provider.cc', | |
| 68 'video_frame_provider.h', | |
| 69 'webaudiosourceprovider_impl.cc', | |
| 70 'webaudiosourceprovider_impl.h', | |
| 71 'webinbandtexttrack_impl.cc', | |
| 72 'webinbandtexttrack_impl.h', | |
| 73 'webmediaplayer_delegate.h', | |
| 74 'webmediaplayer_impl.cc', | |
| 75 'webmediaplayer_impl.h', | |
| 76 'webmediaplayer_ms.cc', | |
| 77 'webmediaplayer_ms.h', | |
| 78 'webmediaplayer_params.cc', | |
| 79 'webmediaplayer_params.h', | |
| 80 'webmediaplayer_util.cc', | |
| 81 'webmediaplayer_util.h', | |
| 82 'webmediasourceclient_impl.cc', | |
| 83 'webmediasourceclient_impl.h', | |
| 84 'websourcebuffer_impl.cc', | |
| 85 'websourcebuffer_impl.h' | |
| 86 ], | 51 ], |
| 87 'conditions': [ | 52 'conditions': [ |
| 88 ['OS == "android"', { | 53 ['OS == "android"', { |
| 89 'sources!': [ | |
| 90 'audio_decoder.cc', | |
| 91 'audio_decoder.h', | |
| 92 'filter_helpers.cc', | |
| 93 'filter_helpers.h', | |
| 94 'webmediaplayer_impl.cc', | |
| 95 'webmediaplayer_impl.h', | |
| 96 'webmediaplayer_proxy.cc', | |
| 97 'webmediaplayer_proxy.h', | |
| 98 ], | |
| 99 'dependencies': [ | 54 'dependencies': [ |
| 100 '<(DEPTH)/media/media.gyp:player_android', | 55 '<(DEPTH)/media/media.gyp:player_android', |
| 101 ], | 56 ], |
| 102 }, { # OS != "android"' | 57 }, { # OS != "android"' |
| 103 'sources/': [ | 58 'sources/': [ |
| 104 ['exclude', '^android/'], | 59 ['exclude', '^android/'], |
| 105 ], | 60 ], |
| 106 }], | 61 }], |
| 107 ['google_tv == 1', { | 62 ['google_tv == 1', { |
| 108 'sources!': [ | 63 'sources!': [ |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 '-Wl,-exported_symbol,_PPP_InitializeModule', | 182 '-Wl,-exported_symbol,_PPP_InitializeModule', |
| 228 '-Wl,-exported_symbol,_PPP_ShutdownModule' | 183 '-Wl,-exported_symbol,_PPP_ShutdownModule' |
| 229 ], | 184 ], |
| 230 'DYLIB_INSTALL_NAME_BASE': '@loader_path', | 185 'DYLIB_INSTALL_NAME_BASE': '@loader_path', |
| 231 }, | 186 }, |
| 232 }], | 187 }], |
| 233 ], | 188 ], |
| 234 } | 189 } |
| 235 ], | 190 ], |
| 236 } | 191 } |
| OLD | NEW |