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

Side by Side Diff: chromecast/media/media.gyp

Issue 1165943004: Chromecast: adds fake libffmpegsumo target for more graceful internal build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « chromecast/media/empty.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chromecast/media/empty.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698