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

Side by Side Diff: media/media.gyp

Issue 120893002: Eliminate video capture thread in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 12 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 | Annotate | Revision Log
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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 'base/mock_data_source_host.cc', 1201 'base/mock_data_source_host.cc',
1202 'base/mock_data_source_host.h', 1202 'base/mock_data_source_host.h',
1203 'base/mock_demuxer_host.cc', 1203 'base/mock_demuxer_host.cc',
1204 'base/mock_demuxer_host.h', 1204 'base/mock_demuxer_host.h',
1205 'base/mock_filters.cc', 1205 'base/mock_filters.cc',
1206 'base/mock_filters.h', 1206 'base/mock_filters.h',
1207 'base/test_helpers.cc', 1207 'base/test_helpers.cc',
1208 'base/test_helpers.h', 1208 'base/test_helpers.h',
1209 'filters/mock_gpu_video_accelerator_factories.cc', 1209 'filters/mock_gpu_video_accelerator_factories.cc',
1210 'filters/mock_gpu_video_accelerator_factories.h', 1210 'filters/mock_gpu_video_accelerator_factories.h',
1211 'video/capture/mock_video_capture_event_handler.cc',
1212 'video/capture/mock_video_capture_event_handler.h',
1211 'video/mock_video_decode_accelerator.cc', 1213 'video/mock_video_decode_accelerator.cc',
1212 'video/mock_video_decode_accelerator.h', 1214 'video/mock_video_decode_accelerator.h',
1213 ], 1215 ],
1214 }, 1216 },
1215 { 1217 {
1216 # Minimal target for NaCl and other renderer side media clients which 1218 # Minimal target for NaCl and other renderer side media clients which
1217 # only need to send audio data across the shared memory to the browser 1219 # only need to send audio data across the shared memory to the browser
1218 # process. 1220 # process.
1219 'target_name': 'shared_memory_support', 1221 'target_name': 'shared_memory_support',
1220 'type': '<(component)', 1222 'type': '<(component)',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 ], 1640 ],
1639 }], 1641 }],
1640 ], 1642 ],
1641 }], 1643 }],
1642 ], 1644 ],
1643 }, 1645 },
1644 ], 1646 ],
1645 }], 1647 }],
1646 ], 1648 ],
1647 } 1649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698