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

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

Issue 1494713002: [Chromecast] Move CastAudioDecoder out to chromecast/media/cma/decoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years 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
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%': 'public', 8 'chromecast_branding%': 'public',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 21 matching lines...) Expand all
32 { 32 {
33 'target_name': 'media_base', 33 'target_name': 'media_base',
34 'type': '<(component)', 34 'type': '<(component)',
35 'dependencies': [ 35 'dependencies': [
36 'libcast_media_1.0', 36 'libcast_media_1.0',
37 '../../base/base.gyp:base', 37 '../../base/base.gyp:base',
38 '../../crypto/crypto.gyp:crypto', 38 '../../crypto/crypto.gyp:crypto',
39 '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h' , 39 '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h' ,
40 ], 40 ],
41 'sources': [ 41 'sources': [
42 'base/cast_audio_decoder.h',
43 'base/cast_audio_decoder_android.cc',
44 'base/cast_audio_decoder_linux.cc',
45 'base/decoder_buffer_base.h',
42 'base/decrypt_context_impl.cc', 46 'base/decrypt_context_impl.cc',
43 'base/decrypt_context_impl.h', 47 'base/decrypt_context_impl.h',
44 'base/decrypt_context_impl_clearkey.cc', 48 'base/decrypt_context_impl_clearkey.cc',
45 'base/decrypt_context_impl_clearkey.h', 49 'base/decrypt_context_impl_clearkey.h',
46 'base/key_systems_common.cc', 50 'base/key_systems_common.cc',
47 'base/key_systems_common.h', 51 'base/key_systems_common.h',
48 'base/media_caps.cc', 52 'base/media_caps.cc',
49 'base/media_caps.h', 53 'base/media_caps.h',
50 'base/media_codec_support.cc', 54 'base/media_codec_support.cc',
51 'base/media_codec_support.h', 55 'base/media_codec_support.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'dependencies': [ 321 'dependencies': [
318 '../../chromecast/chromecast.gyp:cast_public_api', 322 '../../chromecast/chromecast.gyp:cast_public_api',
319 'default_cma_backend' 323 'default_cma_backend'
320 ], 324 ],
321 'sources': [ 325 'sources': [
322 'base/cast_media_default.cc', 326 'base/cast_media_default.cc',
323 ], 327 ],
324 }, 328 },
325 ], # end of targets 329 ], # end of targets
326 } 330 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698