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

Side by Side Diff: 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: 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'base/decryptor.h', 288 'base/decryptor.h',
289 'base/demuxer.cc', 289 'base/demuxer.cc',
290 'base/demuxer.h', 290 'base/demuxer.h',
291 'base/demuxer_stream.cc', 291 'base/demuxer_stream.cc',
292 'base/demuxer_stream.h', 292 'base/demuxer_stream.h',
293 'base/demuxer_stream_provider.cc', 293 'base/demuxer_stream_provider.cc',
294 'base/demuxer_stream_provider.h', 294 'base/demuxer_stream_provider.h',
295 'base/djb2.cc', 295 'base/djb2.cc',
296 'base/djb2.h', 296 'base/djb2.h',
297 'base/eme_constants.h', 297 'base/eme_constants.h',
298 'base/encryption_scheme.cc',
299 'base/encryption_scheme.h',
298 'base/key_system_info.cc', 300 'base/key_system_info.cc',
299 'base/key_system_info.h', 301 'base/key_system_info.h',
300 'base/key_systems.cc', 302 'base/key_systems.cc',
301 'base/key_systems.h', 303 'base/key_systems.h',
302 'base/key_systems_support_uma.cc', 304 'base/key_systems_support_uma.cc',
303 'base/key_systems_support_uma.h', 305 'base/key_systems_support_uma.h',
304 'base/keyboard_event_counter.cc', 306 'base/keyboard_event_counter.cc',
305 'base/keyboard_event_counter.h', 307 'base/keyboard_event_counter.h',
306 'base/mac/avfoundation_glue.h', 308 'base/mac/avfoundation_glue.h',
307 'base/mac/avfoundation_glue.mm', 309 'base/mac/avfoundation_glue.mm',
(...skipping 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after
2134 'dependencies': [ 2136 'dependencies': [
2135 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2137 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2136 ], 2138 ],
2137 }], 2139 }],
2138 ], 2140 ],
2139 }, 2141 },
2140 ], 2142 ],
2141 }], 2143 }],
2142 ], 2144 ],
2143 } 2145 }
OLDNEW
« media/formats/webm/webm_video_client.cc ('K') | « media/formats/webm/webm_video_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698