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

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: 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 (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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'base/decryptor.h', 322 'base/decryptor.h',
323 'base/demuxer.cc', 323 'base/demuxer.cc',
324 'base/demuxer.h', 324 'base/demuxer.h',
325 'base/demuxer_stream.cc', 325 'base/demuxer_stream.cc',
326 'base/demuxer_stream.h', 326 'base/demuxer_stream.h',
327 'base/demuxer_stream_provider.cc', 327 'base/demuxer_stream_provider.cc',
328 'base/demuxer_stream_provider.h', 328 'base/demuxer_stream_provider.h',
329 'base/djb2.cc', 329 'base/djb2.cc',
330 'base/djb2.h', 330 'base/djb2.h',
331 'base/eme_constants.h', 331 'base/eme_constants.h',
332 'base/encryption_scheme.cc',
333 'base/encryption_scheme.h',
332 'base/key_system_info.cc', 334 'base/key_system_info.cc',
333 'base/key_system_info.h', 335 'base/key_system_info.h',
334 'base/key_systems.cc', 336 'base/key_systems.cc',
335 'base/key_systems.h', 337 'base/key_systems.h',
336 'base/keyboard_event_counter.cc', 338 'base/keyboard_event_counter.cc',
337 'base/keyboard_event_counter.h', 339 'base/keyboard_event_counter.h',
338 'base/loopback_audio_converter.cc', 340 'base/loopback_audio_converter.cc',
339 'base/loopback_audio_converter.h', 341 'base/loopback_audio_converter.h',
340 'base/mac/avfoundation_glue.h', 342 'base/mac/avfoundation_glue.h',
341 'base/mac/avfoundation_glue.mm', 343 'base/mac/avfoundation_glue.mm',
(...skipping 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 'dependencies': [ 2109 'dependencies': [
2108 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2110 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2109 ], 2111 ],
2110 }], 2112 }],
2111 ], 2113 ],
2112 }, 2114 },
2113 ], 2115 ],
2114 }], 2116 }],
2115 ], 2117 ],
2116 } 2118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698