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

Side by Side Diff: media/media.gyp

Issue 1430503004: Move code out of supported_cdm_versions.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: #undef Created 5 years, 1 month 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/cdm/supported_cdm_versions.cc ('k') | media/media_cdm_adapter.gyp » ('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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'cdm/default_cdm_factory.cc', 491 'cdm/default_cdm_factory.cc',
492 'cdm/default_cdm_factory.h', 492 'cdm/default_cdm_factory.h',
493 'cdm/json_web_key.cc', 493 'cdm/json_web_key.cc',
494 'cdm/json_web_key.h', 494 'cdm/json_web_key.h',
495 'cdm/key_system_names.cc', 495 'cdm/key_system_names.cc',
496 'cdm/key_system_names.h', 496 'cdm/key_system_names.h',
497 'cdm/player_tracker_impl.cc', 497 'cdm/player_tracker_impl.cc',
498 'cdm/player_tracker_impl.h', 498 'cdm/player_tracker_impl.h',
499 'cdm/proxy_decryptor.cc', 499 'cdm/proxy_decryptor.cc',
500 'cdm/proxy_decryptor.h', 500 'cdm/proxy_decryptor.h',
501 'cdm/supported_cdm_versions.cc',
502 'cdm/supported_cdm_versions.h',
501 'ffmpeg/ffmpeg_common.cc', 503 'ffmpeg/ffmpeg_common.cc',
502 'ffmpeg/ffmpeg_common.h', 504 'ffmpeg/ffmpeg_common.h',
503 'ffmpeg/ffmpeg_deleters.h', 505 'ffmpeg/ffmpeg_deleters.h',
504 'filters/audio_clock.cc', 506 'filters/audio_clock.cc',
505 'filters/audio_clock.h', 507 'filters/audio_clock.h',
506 'filters/audio_file_reader.cc', 508 'filters/audio_file_reader.cc',
507 'filters/audio_file_reader.h', 509 'filters/audio_file_reader.h',
508 'filters/audio_renderer_algorithm.cc', 510 'filters/audio_renderer_algorithm.cc',
509 'filters/audio_renderer_algorithm.h', 511 'filters/audio_renderer_algorithm.h',
510 'filters/blocking_url_protocol.cc', 512 'filters/blocking_url_protocol.cc',
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2115 'dependencies': [ 2117 'dependencies': [
2116 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2118 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2117 ], 2119 ],
2118 }], 2120 }],
2119 ], 2121 ],
2120 }, 2122 },
2121 ], 2123 ],
2122 }], 2124 }],
2123 ], 2125 ],
2124 } 2126 }
OLDNEW
« no previous file with comments | « media/cdm/supported_cdm_versions.cc ('k') | media/media_cdm_adapter.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698