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

Side by Side Diff: media/media.gyp

Issue 1469353010: Configure MediaCodec with CDM in ADVA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 4 years, 11 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/filters/chunk_demuxer.cc ('k') | media/video/video_decode_accelerator.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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'base/timestamp_constants.h', 411 'base/timestamp_constants.h',
412 'base/user_input_monitor.cc', 412 'base/user_input_monitor.cc',
413 'base/user_input_monitor.h', 413 'base/user_input_monitor.h',
414 'base/user_input_monitor_linux.cc', 414 'base/user_input_monitor_linux.cc',
415 'base/user_input_monitor_mac.cc', 415 'base/user_input_monitor_mac.cc',
416 'base/user_input_monitor_win.cc', 416 'base/user_input_monitor_win.cc',
417 'base/video_capture_types.cc', 417 'base/video_capture_types.cc',
418 'base/video_capture_types.h', 418 'base/video_capture_types.h',
419 'base/video_capturer_source.cc', 419 'base/video_capturer_source.cc',
420 'base/video_capturer_source.h', 420 'base/video_capturer_source.h',
421 'base/video_codecs.cc',
422 'base/video_codecs.h',
421 'base/video_decoder.cc', 423 'base/video_decoder.cc',
422 'base/video_decoder.h', 424 'base/video_decoder.h',
423 'base/video_decoder_config.cc', 425 'base/video_decoder_config.cc',
424 'base/video_decoder_config.h', 426 'base/video_decoder_config.h',
425 'base/video_frame.cc', 427 'base/video_frame.cc',
426 'base/video_frame.h', 428 'base/video_frame.h',
427 'base/video_frame_metadata.cc', 429 'base/video_frame_metadata.cc',
428 'base/video_frame_metadata.h', 430 'base/video_frame_metadata.h',
429 'base/video_frame_pool.cc', 431 'base/video_frame_pool.cc',
430 'base/video_frame_pool.h', 432 'base/video_frame_pool.h',
(...skipping 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 'dependencies': [ 2170 'dependencies': [
2169 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2171 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2170 ], 2172 ],
2171 }], 2173 }],
2172 ], 2174 ],
2173 }, 2175 },
2174 ], 2176 ],
2175 }], 2177 }],
2176 ], 2178 ],
2177 } 2179 }
OLDNEW
« no previous file with comments | « media/filters/chunk_demuxer.cc ('k') | media/video/video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698