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

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

Issue 1786733004: Revert of media config: expand is_encrypted to a struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'public', 8 'chromecast_branding%': 'public',
9 'use_alsa%': 0, 9 'use_alsa%': 0,
10 10
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'cma/ipc_streamer/audio_decoder_config_marshaller.cc', 222 'cma/ipc_streamer/audio_decoder_config_marshaller.cc',
223 'cma/ipc_streamer/audio_decoder_config_marshaller.h', 223 'cma/ipc_streamer/audio_decoder_config_marshaller.h',
224 'cma/ipc_streamer/av_streamer_proxy.cc', 224 'cma/ipc_streamer/av_streamer_proxy.cc',
225 'cma/ipc_streamer/av_streamer_proxy.h', 225 'cma/ipc_streamer/av_streamer_proxy.h',
226 'cma/ipc_streamer/coded_frame_provider_host.cc', 226 'cma/ipc_streamer/coded_frame_provider_host.cc',
227 'cma/ipc_streamer/coded_frame_provider_host.h', 227 'cma/ipc_streamer/coded_frame_provider_host.h',
228 'cma/ipc_streamer/decoder_buffer_base_marshaller.cc', 228 'cma/ipc_streamer/decoder_buffer_base_marshaller.cc',
229 'cma/ipc_streamer/decoder_buffer_base_marshaller.h', 229 'cma/ipc_streamer/decoder_buffer_base_marshaller.h',
230 'cma/ipc_streamer/decrypt_config_marshaller.cc', 230 'cma/ipc_streamer/decrypt_config_marshaller.cc',
231 'cma/ipc_streamer/decrypt_config_marshaller.h', 231 'cma/ipc_streamer/decrypt_config_marshaller.h',
232 'cma/ipc_streamer/encryption_scheme_marshaller.cc',
233 'cma/ipc_streamer/encryption_scheme_marshaller.h',
234 'cma/ipc_streamer/video_decoder_config_marshaller.cc', 232 'cma/ipc_streamer/video_decoder_config_marshaller.cc',
235 'cma/ipc_streamer/video_decoder_config_marshaller.h', 233 'cma/ipc_streamer/video_decoder_config_marshaller.h',
236 ], 234 ],
237 }, 235 },
238 { 236 {
239 'target_name': 'cma_pipeline', 237 'target_name': 'cma_pipeline',
240 'type': '<(component)', 238 'type': '<(component)',
241 'dependencies': [ 239 'dependencies': [
242 'cma_base', 240 'cma_base',
243 'cma_decoder', 241 'cma_decoder',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'sources': [ 472 'sources': [
475 'cma/backend/alsa/mock_alsa_wrapper.cc', 473 'cma/backend/alsa/mock_alsa_wrapper.cc',
476 'cma/backend/alsa/mock_alsa_wrapper.h', 474 'cma/backend/alsa/mock_alsa_wrapper.h',
477 'cma/backend/alsa/stream_mixer_alsa_unittest.cc', 475 'cma/backend/alsa/stream_mixer_alsa_unittest.cc',
478 ], 476 ],
479 }, # end of target 'alsa_cma_backend_unittests' 477 }, # end of target 'alsa_cma_backend_unittests'
480 ], # end of targets 478 ], # end of targets
481 }], 479 }],
482 ], # end of conditions 480 ], # end of conditions
483 } 481 }
OLDNEW
« no previous file with comments | « chromecast/media/cma/test/mock_frame_provider.cc ('k') | chromecast/public/media/decoder_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698