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

Side by Side Diff: media/media.gyp

Issue 13890012: Integrate VDA with WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add VDA and gpu_factories mocks. Update unittest. Created 7 years, 7 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
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 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 'base/mock_audio_renderer_sink.cc', 1148 'base/mock_audio_renderer_sink.cc',
1149 'base/mock_audio_renderer_sink.h', 1149 'base/mock_audio_renderer_sink.h',
1150 'base/mock_data_source_host.cc', 1150 'base/mock_data_source_host.cc',
1151 'base/mock_data_source_host.h', 1151 'base/mock_data_source_host.h',
1152 'base/mock_demuxer_host.cc', 1152 'base/mock_demuxer_host.cc',
1153 'base/mock_demuxer_host.h', 1153 'base/mock_demuxer_host.h',
1154 'base/mock_filters.cc', 1154 'base/mock_filters.cc',
1155 'base/mock_filters.h', 1155 'base/mock_filters.h',
1156 'base/test_helpers.cc', 1156 'base/test_helpers.cc',
1157 'base/test_helpers.h', 1157 'base/test_helpers.h',
1158 'filters/mock_gpu_video_decoder_factories.h',
1159 'video/mock_video_decode_accelerator.h',
1158 'video/capture/screen/screen_capturer_mock_objects.cc', 1160 'video/capture/screen/screen_capturer_mock_objects.cc',
1159 'video/capture/screen/screen_capturer_mock_objects.h', 1161 'video/capture/screen/screen_capturer_mock_objects.h',
1160 ], 1162 ],
1161 'conditions': [ 1163 'conditions': [
1162 [ 'screen_capture_supported == 0', { 1164 [ 'screen_capture_supported == 0', {
1163 'sources/': [ 1165 'sources/': [
1164 ['exclude', '^video/capture/screen/'], 1166 ['exclude', '^video/capture/screen/'],
1165 ], 1167 ],
1166 }], 1168 }],
1167 ], 1169 ],
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 ], 1725 ],
1724 'sources': [ 1726 'sources': [
1725 'base/simd/sinc_resampler_sse.cc', 1727 'base/simd/sinc_resampler_sse.cc',
1726 'base/simd/vector_math_sse.cc', 1728 'base/simd/vector_math_sse.cc',
1727 ], 1729 ],
1728 }, # end of target media_sse 1730 }, # end of target media_sse
1729 ], 1731 ],
1730 }], 1732 }],
1731 ], 1733 ],
1732 } 1734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698