| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'chromecast_branding%': 'Chromium', | 8 'chromecast_branding%': 'Chromium', |
| 9 'libcast_media_gyp%': '', | 9 'libcast_media_gyp%': '', |
| 10 'use_default_libcast_media%': 1, | 10 'use_default_libcast_media%': 1, |
| 11 }, | 11 }, |
| 12 'targets': [ | 12 'targets': [ |
| 13 # TODO(gunsch): delete this target once Chromecast M44/earlier is obsolete. |
| 14 # See: b/21639416 |
| 15 { |
| 16 'target_name': 'libffmpegsumo', |
| 17 'type': 'loadable_module', |
| 18 'sources': ['empty.cc'], |
| 19 }, |
| 13 { | 20 { |
| 14 'target_name': 'media_base', | 21 'target_name': 'media_base', |
| 15 'type': '<(component)', | 22 'type': '<(component)', |
| 16 'dependencies': [ | 23 'dependencies': [ |
| 17 '../../base/base.gyp:base', | 24 '../../base/base.gyp:base', |
| 18 '../../crypto/crypto.gyp:crypto', | 25 '../../crypto/crypto.gyp:crypto', |
| 19 '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h'
, | 26 '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h'
, |
| 20 '<(libcast_media_gyp):libcast_media_1.0', | 27 '<(libcast_media_gyp):libcast_media_1.0', |
| 21 ], | 28 ], |
| 22 'sources': [ | 29 'sources': [ |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 '../..', | 315 '../..', |
| 309 ], | 316 ], |
| 310 'sources': [ | 317 'sources': [ |
| 311 'base/cast_media_default.cc', | 318 'base/cast_media_default.cc', |
| 312 ], | 319 ], |
| 313 } | 320 } |
| 314 ] | 321 ] |
| 315 }], | 322 }], |
| 316 ], | 323 ], |
| 317 } | 324 } |
| OLD | NEW |