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

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

Issue 971913002: Chromecast: communicate HDMI-sink codec changes over IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address lcwu comments Created 5 years, 9 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
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 'chromecast_branding%': 'Chromium', 7 'chromecast_branding%': 'Chromium',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'media_base', 11 'target_name': 'media_base',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../crypto/crypto.gyp:crypto', 15 '../../crypto/crypto.gyp:crypto',
16 '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h' , 16 '../../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h' ,
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'base/decrypt_context.cc', 19 'base/decrypt_context.cc',
20 'base/decrypt_context.h', 20 'base/decrypt_context.h',
21 'base/decrypt_context_clearkey.cc', 21 'base/decrypt_context_clearkey.cc',
22 'base/decrypt_context_clearkey.h', 22 'base/decrypt_context_clearkey.h',
23 'base/key_systems_common.cc', 23 'base/key_systems_common.cc',
24 'base/key_systems_common.h', 24 'base/key_systems_common.h',
25 'base/media_caps.cc',
26 'base/media_caps.h',
25 'base/switching_media_renderer.cc', 27 'base/switching_media_renderer.cc',
26 'base/switching_media_renderer.h', 28 'base/switching_media_renderer.h',
27 ], 29 ],
28 'conditions': [ 30 'conditions': [
29 ['chromecast_branding=="Chrome"', { 31 ['chromecast_branding=="Chrome"', {
30 'dependencies': [ 32 'dependencies': [
31 '<(cast_internal_gyp):media_base_internal', 33 '<(cast_internal_gyp):media_base_internal',
32 ], 34 ],
33 }, { 35 }, {
34 'sources': [ 36 'sources': [
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'cma/test/media_component_device_feeder_for_test.h', 276 'cma/test/media_component_device_feeder_for_test.h',
275 'cma/test/mock_frame_consumer.cc', 277 'cma/test/mock_frame_consumer.cc',
276 'cma/test/mock_frame_consumer.h', 278 'cma/test/mock_frame_consumer.h',
277 'cma/test/mock_frame_provider.cc', 279 'cma/test/mock_frame_provider.cc',
278 'cma/test/mock_frame_provider.h', 280 'cma/test/mock_frame_provider.h',
279 'cma/test/run_all_unittests.cc', 281 'cma/test/run_all_unittests.cc',
280 ], 282 ],
281 }, 283 },
282 ], 284 ],
283 } 285 }
OLDNEW
« no previous file with comments | « chromecast/media/base/media_caps.cc ('k') | chromecast/renderer/cast_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698