| 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 32 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
| 33 ], | 33 ], |
| 34 'dependencies': [ | 34 'dependencies': [ |
| 35 '<(DEPTH)/base/base.gyp:base', | 35 '<(DEPTH)/base/base.gyp:base', |
| 36 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 36 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 37 '<(DEPTH)/media/media.gyp:media', | 37 '<(DEPTH)/media/media.gyp:media', |
| 38 '<(DEPTH)/media/media.gyp:shared_memory_support', | 38 '<(DEPTH)/media/media.gyp:shared_memory_support', |
| 39 '<(DEPTH)/media/media.gyp:yuv_convert', | 39 '<(DEPTH)/media/media.gyp:yuv_convert', |
| 40 '<(DEPTH)/skia/skia.gyp:skia', | 40 '<(DEPTH)/skia/skia.gyp:skia', |
| 41 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version
_h', | 41 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version
_h', |
| 42 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_bindings', |
| 42 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 43 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 43 ], | 44 ], |
| 44 'sources': [ | 45 'sources': [ |
| 45 'android/audio_decoder_android.cc', | 46 'android/audio_decoder_android.cc', |
| 46 'android/media_player_bridge_manager_impl.cc', | 47 'android/media_player_bridge_manager_impl.cc', |
| 47 'android/media_player_bridge_manager_impl.h', | 48 'android/media_player_bridge_manager_impl.h', |
| 48 'android/stream_texture_factory_android.h', | 49 'android/stream_texture_factory_android.h', |
| 49 'android/webmediaplayer_android.cc', | 50 'android/webmediaplayer_android.cc', |
| 50 'android/webmediaplayer_android.h', | 51 'android/webmediaplayer_android.h', |
| 51 'android/webmediaplayer_impl_android.cc', | 52 'android/webmediaplayer_impl_android.cc', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'webmediaplayer_impl.cc', | 91 'webmediaplayer_impl.cc', |
| 91 'webmediaplayer_impl.h', | 92 'webmediaplayer_impl.h', |
| 92 'webmediaplayer_ms.cc', | 93 'webmediaplayer_ms.cc', |
| 93 'webmediaplayer_ms.h', | 94 'webmediaplayer_ms.h', |
| 94 'webmediaplayer_params.cc', | 95 'webmediaplayer_params.cc', |
| 95 'webmediaplayer_params.h', | 96 'webmediaplayer_params.h', |
| 96 'webmediaplayer_util.cc', | 97 'webmediaplayer_util.cc', |
| 97 'webmediaplayer_util.h', | 98 'webmediaplayer_util.h', |
| 98 'webmediasourceclient_impl.cc', | 99 'webmediasourceclient_impl.cc', |
| 99 'webmediasourceclient_impl.h', | 100 'webmediasourceclient_impl.h', |
| 100 'webvideoframe_impl.cc', | |
| 101 'webvideoframe_impl.h', | |
| 102 ], | 101 ], |
| 103 'conditions': [ | 102 'conditions': [ |
| 104 ['inside_chromium_build == 0', { | 103 ['inside_chromium_build == 0', { |
| 105 'dependencies': [ | 104 'dependencies': [ |
| 106 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 105 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 107 ], | 106 ], |
| 108 }], | 107 }], |
| 109 ['OS == "android"', { | 108 ['OS == "android"', { |
| 110 'sources!': [ | 109 'sources!': [ |
| 111 'audio_decoder.cc', | 110 'audio_decoder.cc', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 243 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
| 245 '<(PRODUCT_DIR)/ffmpegsumo.so' | 244 '<(PRODUCT_DIR)/ffmpegsumo.so' |
| 246 ] | 245 ] |
| 247 } | 246 } |
| 248 ] | 247 ] |
| 249 }], | 248 }], |
| 250 ], | 249 ], |
| 251 } | 250 } |
| 252 ], | 251 ], |
| 253 } | 252 } |
| OLD | NEW |