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

Side by Side Diff: media/media.gyp

Issue 224093011: Move DataSourceHost to BufferedDataSourceHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows release build. Created 6 years, 8 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
« no previous file with comments | « media/filters/file_data_source_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 'audio/test_audio_input_controller_factory.h', 1243 'audio/test_audio_input_controller_factory.h',
1244 'base/fake_audio_render_callback.cc', 1244 'base/fake_audio_render_callback.cc',
1245 'base/fake_audio_render_callback.h', 1245 'base/fake_audio_render_callback.h',
1246 'base/fake_audio_renderer_sink.cc', 1246 'base/fake_audio_renderer_sink.cc',
1247 'base/fake_audio_renderer_sink.h', 1247 'base/fake_audio_renderer_sink.h',
1248 'base/fake_text_track_stream.cc', 1248 'base/fake_text_track_stream.cc',
1249 'base/fake_text_track_stream.h', 1249 'base/fake_text_track_stream.h',
1250 'base/gmock_callback_support.h', 1250 'base/gmock_callback_support.h',
1251 'base/mock_audio_renderer_sink.cc', 1251 'base/mock_audio_renderer_sink.cc',
1252 'base/mock_audio_renderer_sink.h', 1252 'base/mock_audio_renderer_sink.h',
1253 'base/mock_data_source_host.cc',
1254 'base/mock_data_source_host.h',
1255 'base/mock_demuxer_host.cc', 1253 'base/mock_demuxer_host.cc',
1256 'base/mock_demuxer_host.h', 1254 'base/mock_demuxer_host.h',
1257 'base/mock_filters.cc', 1255 'base/mock_filters.cc',
1258 'base/mock_filters.h', 1256 'base/mock_filters.h',
1259 'base/test_data_util.cc', 1257 'base/test_data_util.cc',
1260 'base/test_data_util.h', 1258 'base/test_data_util.h',
1261 'base/test_helpers.cc', 1259 'base/test_helpers.cc',
1262 'base/test_helpers.h', 1260 'base/test_helpers.h',
1263 'filters/mock_gpu_video_accelerator_factories.cc', 1261 'filters/mock_gpu_video_accelerator_factories.cc',
1264 'filters/mock_gpu_video_accelerator_factories.h', 1262 'filters/mock_gpu_video_accelerator_factories.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 ], 1700 ],
1703 }], 1701 }],
1704 ], 1702 ],
1705 }], 1703 }],
1706 ], 1704 ],
1707 }, 1705 },
1708 ], 1706 ],
1709 }], 1707 }],
1710 ], 1708 ],
1711 } 1709 }
OLDNEW
« no previous file with comments | « media/filters/file_data_source_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698