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

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

Issue 1490613005: media config: expand is_encrypted to a struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more ddorwin comments 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'cma/ipc_streamer/audio_decoder_config_marshaller.cc', 203 'cma/ipc_streamer/audio_decoder_config_marshaller.cc',
204 'cma/ipc_streamer/audio_decoder_config_marshaller.h', 204 'cma/ipc_streamer/audio_decoder_config_marshaller.h',
205 'cma/ipc_streamer/av_streamer_proxy.cc', 205 'cma/ipc_streamer/av_streamer_proxy.cc',
206 'cma/ipc_streamer/av_streamer_proxy.h', 206 'cma/ipc_streamer/av_streamer_proxy.h',
207 'cma/ipc_streamer/coded_frame_provider_host.cc', 207 'cma/ipc_streamer/coded_frame_provider_host.cc',
208 'cma/ipc_streamer/coded_frame_provider_host.h', 208 'cma/ipc_streamer/coded_frame_provider_host.h',
209 'cma/ipc_streamer/decoder_buffer_base_marshaller.cc', 209 'cma/ipc_streamer/decoder_buffer_base_marshaller.cc',
210 'cma/ipc_streamer/decoder_buffer_base_marshaller.h', 210 'cma/ipc_streamer/decoder_buffer_base_marshaller.h',
211 'cma/ipc_streamer/decrypt_config_marshaller.cc', 211 'cma/ipc_streamer/decrypt_config_marshaller.cc',
212 'cma/ipc_streamer/decrypt_config_marshaller.h', 212 'cma/ipc_streamer/decrypt_config_marshaller.h',
213 'cma/ipc_streamer/encryption_scheme_marshaller.cc',
214 'cma/ipc_streamer/encryption_scheme_marshaller.h',
213 'cma/ipc_streamer/video_decoder_config_marshaller.cc', 215 'cma/ipc_streamer/video_decoder_config_marshaller.cc',
214 'cma/ipc_streamer/video_decoder_config_marshaller.h', 216 'cma/ipc_streamer/video_decoder_config_marshaller.h',
215 ], 217 ],
216 }, 218 },
217 { 219 {
218 'target_name': 'cma_pipeline', 220 'target_name': 'cma_pipeline',
219 'type': '<(component)', 221 'type': '<(component)',
220 'dependencies': [ 222 'dependencies': [
221 'cma_base', 223 'cma_base',
222 'cma_decoder', 224 'cma_decoder',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'sources': [ 428 'sources': [
427 'cma/backend/alsa/mock_alsa_wrapper.cc', 429 'cma/backend/alsa/mock_alsa_wrapper.cc',
428 'cma/backend/alsa/mock_alsa_wrapper.h', 430 'cma/backend/alsa/mock_alsa_wrapper.h',
429 'cma/backend/alsa/stream_mixer_alsa_unittest.cc', 431 'cma/backend/alsa/stream_mixer_alsa_unittest.cc',
430 ], 432 ],
431 }, # end of target 'alsa_cma_backend_unittests' 433 }, # end of target 'alsa_cma_backend_unittests'
432 ], # end of targets 434 ], # end of targets
433 }], 435 }],
434 ], # end of conditions 436 ], # end of conditions
435 } 437 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698