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

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: one more tweak in chromecast/common 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'cma/ipc_streamer/audio_decoder_config_marshaller.cc', 185 'cma/ipc_streamer/audio_decoder_config_marshaller.cc',
186 'cma/ipc_streamer/audio_decoder_config_marshaller.h', 186 'cma/ipc_streamer/audio_decoder_config_marshaller.h',
187 'cma/ipc_streamer/av_streamer_proxy.cc', 187 'cma/ipc_streamer/av_streamer_proxy.cc',
188 'cma/ipc_streamer/av_streamer_proxy.h', 188 'cma/ipc_streamer/av_streamer_proxy.h',
189 'cma/ipc_streamer/coded_frame_provider_host.cc', 189 'cma/ipc_streamer/coded_frame_provider_host.cc',
190 'cma/ipc_streamer/coded_frame_provider_host.h', 190 'cma/ipc_streamer/coded_frame_provider_host.h',
191 'cma/ipc_streamer/decoder_buffer_base_marshaller.cc', 191 'cma/ipc_streamer/decoder_buffer_base_marshaller.cc',
192 'cma/ipc_streamer/decoder_buffer_base_marshaller.h', 192 'cma/ipc_streamer/decoder_buffer_base_marshaller.h',
193 'cma/ipc_streamer/decrypt_config_marshaller.cc', 193 'cma/ipc_streamer/decrypt_config_marshaller.cc',
194 'cma/ipc_streamer/decrypt_config_marshaller.h', 194 'cma/ipc_streamer/decrypt_config_marshaller.h',
195 'cma/ipc_streamer/encryption_scheme_marshaller.cc',
196 'cma/ipc_streamer/encryption_scheme_marshaller.h',
195 'cma/ipc_streamer/video_decoder_config_marshaller.cc', 197 'cma/ipc_streamer/video_decoder_config_marshaller.cc',
196 'cma/ipc_streamer/video_decoder_config_marshaller.h', 198 'cma/ipc_streamer/video_decoder_config_marshaller.h',
197 ], 199 ],
198 }, 200 },
199 { 201 {
200 'target_name': 'cma_pipeline', 202 'target_name': 'cma_pipeline',
201 'type': '<(component)', 203 'type': '<(component)',
202 'dependencies': [ 204 'dependencies': [
203 'cma_base', 205 'cma_base',
204 'cma_decoder', 206 'cma_decoder',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'dependencies': [ 334 'dependencies': [
333 '../../chromecast/chromecast.gyp:cast_public_api', 335 '../../chromecast/chromecast.gyp:cast_public_api',
334 'default_cma_backend' 336 'default_cma_backend'
335 ], 337 ],
336 'sources': [ 338 'sources': [
337 'base/cast_media_default.cc', 339 'base/cast_media_default.cc',
338 ], 340 ],
339 }, 341 },
340 ], # end of targets 342 ], # end of targets
341 } 343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698