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

Side by Side Diff: media/media.gyp

Issue 2182183007: Handle scaling frames in RTCVideoEncoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: posciak@ comments. Created 4 years, 4 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_video_accelerator_factories.cc » ('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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'base/test_data_util.h', 1593 'base/test_data_util.h',
1594 'base/test_helpers.cc', 1594 'base/test_helpers.cc',
1595 'base/test_helpers.h', 1595 'base/test_helpers.h',
1596 'base/test_random.h', 1596 'base/test_random.h',
1597 'renderers/mock_gpu_memory_buffer_video_frame_pool.cc', 1597 'renderers/mock_gpu_memory_buffer_video_frame_pool.cc',
1598 'renderers/mock_gpu_memory_buffer_video_frame_pool.h', 1598 'renderers/mock_gpu_memory_buffer_video_frame_pool.h',
1599 'renderers/mock_gpu_video_accelerator_factories.cc', 1599 'renderers/mock_gpu_video_accelerator_factories.cc',
1600 'renderers/mock_gpu_video_accelerator_factories.h', 1600 'renderers/mock_gpu_video_accelerator_factories.h',
1601 'video/mock_video_decode_accelerator.cc', 1601 'video/mock_video_decode_accelerator.cc',
1602 'video/mock_video_decode_accelerator.h', 1602 'video/mock_video_decode_accelerator.h',
1603 'video/mock_video_encode_accelerator.cc',
1604 'video/mock_video_encode_accelerator.h',
1603 ], 1605 ],
1604 }, 1606 },
1605 { 1607 {
1606 # Minimal target for NaCl and other renderer side media clients which 1608 # Minimal target for NaCl and other renderer side media clients which
1607 # only need to send audio data across the shared memory to the browser 1609 # only need to send audio data across the shared memory to the browser
1608 # process. 1610 # process.
1609 # GN version: //media:shared_memory_support 1611 # GN version: //media:shared_memory_support
1610 'target_name': 'shared_memory_support', 1612 'target_name': 'shared_memory_support',
1611 'type': '<(component)', 1613 'type': '<(component)',
1612 'dependencies': [ 1614 'dependencies': [
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
2306 'dependencies': [ 2308 'dependencies': [
2307 '../build/linux/system.gyp:libdrm', 2309 '../build/linux/system.gyp:libdrm',
2308 ] 2310 ]
2309 }], 2311 }],
2310 ], 2312 ],
2311 } 2313 }
2312 ] 2314 ]
2313 }], 2315 }],
2314 ], 2316 ],
2315 } 2317 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/renderers/mock_gpu_video_accelerator_factories.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698