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

Side by Side Diff: media/media.gyp

Issue 1953803002: Remove remaining uses of KeySystemInfo and InitDataTypeMask (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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/blink/key_system_config_selector_unittest.cc ('k') | no next file » | 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'base/demuxer.h', 332 'base/demuxer.h',
333 'base/demuxer_stream.cc', 333 'base/demuxer_stream.cc',
334 'base/demuxer_stream.h', 334 'base/demuxer_stream.h',
335 'base/demuxer_stream_provider.cc', 335 'base/demuxer_stream_provider.cc',
336 'base/demuxer_stream_provider.h', 336 'base/demuxer_stream_provider.h',
337 'base/djb2.cc', 337 'base/djb2.cc',
338 'base/djb2.h', 338 'base/djb2.h',
339 'base/eme_constants.h', 339 'base/eme_constants.h',
340 'base/encryption_scheme.cc', 340 'base/encryption_scheme.cc',
341 'base/encryption_scheme.h', 341 'base/encryption_scheme.h',
342 'base/key_system_info.cc',
343 'base/key_system_info.h',
344 'base/key_system_names.cc', 342 'base/key_system_names.cc',
345 'base/key_system_names.h', 343 'base/key_system_names.h',
346 'base/key_system_properties.cc', 344 'base/key_system_properties.cc',
347 'base/key_system_properties.h', 345 'base/key_system_properties.h',
348 'base/key_systems.cc', 346 'base/key_systems.cc',
349 'base/key_systems.h', 347 'base/key_systems.h',
350 'base/keyboard_event_counter.cc', 348 'base/keyboard_event_counter.cc',
351 'base/keyboard_event_counter.h', 349 'base/keyboard_event_counter.h',
352 'base/loopback_audio_converter.cc', 350 'base/loopback_audio_converter.cc',
353 'base/loopback_audio_converter.h', 351 'base/loopback_audio_converter.h',
(...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 'dependencies': [ 2280 'dependencies': [
2283 '../build/linux/system.gyp:libdrm', 2281 '../build/linux/system.gyp:libdrm',
2284 ] 2282 ]
2285 }], 2283 }],
2286 ], 2284 ],
2287 } 2285 }
2288 ] 2286 ]
2289 }], 2287 }],
2290 ], 2288 ],
2291 } 2289 }
OLDNEW
« no previous file with comments | « media/blink/key_system_config_selector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698