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

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: git cl upload 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 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'base/mock_data_source_host.cc', 1206 'base/mock_data_source_host.cc',
1207 'base/mock_data_source_host.h', 1207 'base/mock_data_source_host.h',
1208 'base/mock_demuxer_host.cc', 1208 'base/mock_demuxer_host.cc',
1209 'base/mock_demuxer_host.h', 1209 'base/mock_demuxer_host.h',
1210 'base/mock_filters.cc', 1210 'base/mock_filters.cc',
1211 'base/mock_filters.h', 1211 'base/mock_filters.h',
1212 'base/test_helpers.cc', 1212 'base/test_helpers.cc',
1213 'base/test_helpers.h', 1213 'base/test_helpers.h',
1214 'filters/mock_gpu_video_accelerator_factories.cc', 1214 'filters/mock_gpu_video_accelerator_factories.cc',
1215 'filters/mock_gpu_video_accelerator_factories.h', 1215 'filters/mock_gpu_video_accelerator_factories.h',
1216 'video/capture/mock_video_capture_event_handler.cc',
1217 'video/capture/mock_video_capture_event_handler.h',
1216 'video/mock_video_decode_accelerator.cc', 1218 'video/mock_video_decode_accelerator.cc',
1217 'video/mock_video_decode_accelerator.h', 1219 'video/mock_video_decode_accelerator.h',
1218 ], 1220 ],
1219 }, 1221 },
1220 { 1222 {
1221 # Minimal target for NaCl and other renderer side media clients which 1223 # Minimal target for NaCl and other renderer side media clients which
1222 # only need to send audio data across the shared memory to the browser 1224 # only need to send audio data across the shared memory to the browser
1223 # process. 1225 # process.
1224 'target_name': 'shared_memory_support', 1226 'target_name': 'shared_memory_support',
1225 'type': '<(component)', 1227 'type': '<(component)',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 ], 1645 ],
1644 }], 1646 }],
1645 ], 1647 ],
1646 }], 1648 }],
1647 ], 1649 ],
1648 }, 1650 },
1649 ], 1651 ],
1650 }], 1652 }],
1651 ], 1653 ],
1652 } 1654 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698