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

Side by Side Diff: 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
« no previous file with comments | « media/formats/webm/webm_video_client.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
334 'base/key_system_info.cc', 332 'base/key_system_info.cc',
335 'base/key_system_info.h', 333 'base/key_system_info.h',
336 'base/key_systems.cc', 334 'base/key_systems.cc',
337 'base/key_systems.h', 335 'base/key_systems.h',
338 'base/keyboard_event_counter.cc', 336 'base/keyboard_event_counter.cc',
339 'base/keyboard_event_counter.h', 337 'base/keyboard_event_counter.h',
340 'base/loopback_audio_converter.cc', 338 'base/loopback_audio_converter.cc',
341 'base/loopback_audio_converter.h', 339 'base/loopback_audio_converter.h',
342 'base/mac/avfoundation_glue.h', 340 'base/mac/avfoundation_glue.h',
343 'base/mac/avfoundation_glue.mm', 341 'base/mac/avfoundation_glue.mm',
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 'dependencies': [ 2104 'dependencies': [
2107 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2105 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2108 ], 2106 ],
2109 }], 2107 }],
2110 ], 2108 ],
2111 }, 2109 },
2112 ], 2110 ],
2113 }], 2111 }],
2114 ], 2112 ],
2115 } 2113 }
OLDNEW
« no previous file with comments | « media/formats/webm/webm_video_client.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698