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

Side by Side Diff: trunk/src/media/media.gyp

Issue 135683002: Revert 244074 "Eliminate video capture thread in renderer" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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',
1231 'video/mock_video_decode_accelerator.cc', 1229 'video/mock_video_decode_accelerator.cc',
1232 'video/mock_video_decode_accelerator.h', 1230 'video/mock_video_decode_accelerator.h',
1233 ], 1231 ],
1234 }, 1232 },
1235 { 1233 {
1236 # Minimal target for NaCl and other renderer side media clients which 1234 # Minimal target for NaCl and other renderer side media clients which
1237 # only need to send audio data across the shared memory to the browser 1235 # only need to send audio data across the shared memory to the browser
1238 # process. 1236 # process.
1239 'target_name': 'shared_memory_support', 1237 'target_name': 'shared_memory_support',
1240 'type': '<(component)', 1238 'type': '<(component)',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 ], 1656 ],
1659 }], 1657 }],
1660 ], 1658 ],
1661 }], 1659 }],
1662 ], 1660 ],
1663 }, 1661 },
1664 ], 1662 ],
1665 }], 1663 }],
1666 ], 1664 ],
1667 } 1665 }
OLDNEW
« no previous file with comments | « trunk/src/content/renderer/render_thread_impl.cc ('k') | trunk/src/media/video/capture/mock_video_capture_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698