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

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: upload again Created 6 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 | 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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'base/mock_data_source_host.cc', 1219 'base/mock_data_source_host.cc',
1220 'base/mock_data_source_host.h', 1220 'base/mock_data_source_host.h',
1221 'base/mock_demuxer_host.cc', 1221 'base/mock_demuxer_host.cc',
1222 'base/mock_demuxer_host.h', 1222 'base/mock_demuxer_host.h',
1223 'base/mock_filters.cc', 1223 'base/mock_filters.cc',
1224 'base/mock_filters.h', 1224 'base/mock_filters.h',
1225 'base/test_helpers.cc', 1225 'base/test_helpers.cc',
1226 'base/test_helpers.h', 1226 'base/test_helpers.h',
1227 'filters/mock_gpu_video_accelerator_factories.cc', 1227 'filters/mock_gpu_video_accelerator_factories.cc',
1228 'filters/mock_gpu_video_accelerator_factories.h', 1228 'filters/mock_gpu_video_accelerator_factories.h',
1229 'video/capture/mock_video_capture_event_handler.cc',
1230 'video/capture/mock_video_capture_event_handler.h',
1229 'video/mock_video_decode_accelerator.cc', 1231 'video/mock_video_decode_accelerator.cc',
1230 'video/mock_video_decode_accelerator.h', 1232 'video/mock_video_decode_accelerator.h',
1231 ], 1233 ],
1232 }, 1234 },
1233 { 1235 {
1234 # Minimal target for NaCl and other renderer side media clients which 1236 # Minimal target for NaCl and other renderer side media clients which
1235 # only need to send audio data across the shared memory to the browser 1237 # only need to send audio data across the shared memory to the browser
1236 # process. 1238 # process.
1237 'target_name': 'shared_memory_support', 1239 'target_name': 'shared_memory_support',
1238 'type': '<(component)', 1240 'type': '<(component)',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 ], 1658 ],
1657 }], 1659 }],
1658 ], 1660 ],
1659 }], 1661 }],
1660 ], 1662 ],
1661 }, 1663 },
1662 ], 1664 ],
1663 }], 1665 }],
1664 ], 1666 ],
1665 } 1667 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | media/video/capture/mock_video_capture_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698