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

Side by Side Diff: media/media.gyp

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests. Created 4 years, 10 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'base/demuxer_stream.h', 315 'base/demuxer_stream.h',
316 'base/demuxer_stream_provider.cc', 316 'base/demuxer_stream_provider.cc',
317 'base/demuxer_stream_provider.h', 317 'base/demuxer_stream_provider.h',
318 'base/djb2.cc', 318 'base/djb2.cc',
319 'base/djb2.h', 319 'base/djb2.h',
320 'base/eme_constants.h', 320 'base/eme_constants.h',
321 'base/key_system_info.cc', 321 'base/key_system_info.cc',
322 'base/key_system_info.h', 322 'base/key_system_info.h',
323 'base/key_systems.cc', 323 'base/key_systems.cc',
324 'base/key_systems.h', 324 'base/key_systems.h',
325 'base/key_systems_support_uma.cc',
326 'base/key_systems_support_uma.h',
327 'base/keyboard_event_counter.cc', 325 'base/keyboard_event_counter.cc',
328 'base/keyboard_event_counter.h', 326 'base/keyboard_event_counter.h',
329 'base/loopback_audio_converter.cc', 327 'base/loopback_audio_converter.cc',
330 'base/loopback_audio_converter.h', 328 'base/loopback_audio_converter.h',
331 'base/mac/avfoundation_glue.h', 329 'base/mac/avfoundation_glue.h',
332 'base/mac/avfoundation_glue.mm', 330 'base/mac/avfoundation_glue.mm',
333 'base/mac/coremedia_glue.h', 331 'base/mac/coremedia_glue.h',
334 'base/mac/coremedia_glue.mm', 332 'base/mac/coremedia_glue.mm',
335 'base/mac/corevideo_glue.h', 333 'base/mac/corevideo_glue.h',
336 'base/mac/video_frame_mac.cc', 334 'base/mac/video_frame_mac.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'cdm/cdm_helpers.cc', 524 'cdm/cdm_helpers.cc',
527 'cdm/cdm_helpers.h', 525 'cdm/cdm_helpers.h',
528 'cdm/default_cdm_factory.cc', 526 'cdm/default_cdm_factory.cc',
529 'cdm/default_cdm_factory.h', 527 'cdm/default_cdm_factory.h',
530 'cdm/json_web_key.cc', 528 'cdm/json_web_key.cc',
531 'cdm/json_web_key.h', 529 'cdm/json_web_key.h',
532 'cdm/key_system_names.cc', 530 'cdm/key_system_names.cc',
533 'cdm/key_system_names.h', 531 'cdm/key_system_names.h',
534 'cdm/player_tracker_impl.cc', 532 'cdm/player_tracker_impl.cc',
535 'cdm/player_tracker_impl.h', 533 'cdm/player_tracker_impl.h',
536 'cdm/proxy_decryptor.cc',
537 'cdm/proxy_decryptor.h',
538 'cdm/supported_cdm_versions.cc', 534 'cdm/supported_cdm_versions.cc',
539 'cdm/supported_cdm_versions.h', 535 'cdm/supported_cdm_versions.h',
540 'ffmpeg/ffmpeg_common.cc', 536 'ffmpeg/ffmpeg_common.cc',
541 'ffmpeg/ffmpeg_common.h', 537 'ffmpeg/ffmpeg_common.h',
542 'ffmpeg/ffmpeg_deleters.h', 538 'ffmpeg/ffmpeg_deleters.h',
543 'filters/audio_clock.cc', 539 'filters/audio_clock.cc',
544 'filters/audio_clock.h', 540 'filters/audio_clock.h',
545 'filters/audio_file_reader.cc', 541 'filters/audio_file_reader.cc',
546 'filters/audio_file_reader.h', 542 'filters/audio_file_reader.h',
547 'filters/audio_renderer_algorithm.cc', 543 'filters/audio_renderer_algorithm.cc',
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 'dependencies': [ 2160 'dependencies': [
2165 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2161 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2166 ], 2162 ],
2167 }], 2163 }],
2168 ], 2164 ],
2169 }, 2165 },
2170 ], 2166 ],
2171 }], 2167 }],
2172 ], 2168 ],
2173 } 2169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698