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

Side by Side Diff: media/media.gyp

Issue 1407703003: Reland: Use GpuMemoryBufferVideoFramePool for WebMediaPlayerMS and MediaStreamVideoRendererSink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/BUILD.gn ('k') | media/renderers/mock_gpu_memory_buffer_video_frame_pool.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 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'base/mock_demuxer_host.cc', 1623 'base/mock_demuxer_host.cc',
1624 'base/mock_demuxer_host.h', 1624 'base/mock_demuxer_host.h',
1625 'base/mock_filters.cc', 1625 'base/mock_filters.cc',
1626 'base/mock_filters.h', 1626 'base/mock_filters.h',
1627 'base/mock_media_log.cc', 1627 'base/mock_media_log.cc',
1628 'base/mock_media_log.h', 1628 'base/mock_media_log.h',
1629 'base/test_data_util.cc', 1629 'base/test_data_util.cc',
1630 'base/test_data_util.h', 1630 'base/test_data_util.h',
1631 'base/test_helpers.cc', 1631 'base/test_helpers.cc',
1632 'base/test_helpers.h', 1632 'base/test_helpers.h',
1633 'renderers/mock_gpu_memory_buffer_video_frame_pool.cc',
1634 'renderers/mock_gpu_memory_buffer_video_frame_pool.h',
1633 'renderers/mock_gpu_video_accelerator_factories.cc', 1635 'renderers/mock_gpu_video_accelerator_factories.cc',
1634 'renderers/mock_gpu_video_accelerator_factories.h', 1636 'renderers/mock_gpu_video_accelerator_factories.h',
1635 'video/mock_video_decode_accelerator.cc', 1637 'video/mock_video_decode_accelerator.cc',
1636 'video/mock_video_decode_accelerator.h', 1638 'video/mock_video_decode_accelerator.h',
1637 ], 1639 ],
1638 }, 1640 },
1639 { 1641 {
1640 # Minimal target for NaCl and other renderer side media clients which 1642 # Minimal target for NaCl and other renderer side media clients which
1641 # only need to send audio data across the shared memory to the browser 1643 # only need to send audio data across the shared memory to the browser
1642 # process. 1644 # process.
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
2101 'dependencies': [ 2103 'dependencies': [
2102 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2104 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2103 ], 2105 ],
2104 }], 2106 }],
2105 ], 2107 ],
2106 }, 2108 },
2107 ], 2109 ],
2108 }], 2110 }],
2109 ], 2111 ],
2110 } 2112 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/renderers/mock_gpu_memory_buffer_video_frame_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698