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

Side by Side Diff: media/media.gyp

Issue 1809093003: Moving SwitchOutputDevice out of OutputDevice interface, eliminating OutputDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing guidou's comments Created 4 years, 9 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'base/mime_util.cc', 376 'base/mime_util.cc',
377 'base/mime_util.h', 377 'base/mime_util.h',
378 'base/mime_util_internal.cc', 378 'base/mime_util_internal.cc',
379 'base/mime_util_internal.h', 379 'base/mime_util_internal.h',
380 'base/moving_average.cc', 380 'base/moving_average.cc',
381 'base/moving_average.h', 381 'base/moving_average.h',
382 'base/multi_channel_resampler.cc', 382 'base/multi_channel_resampler.cc',
383 'base/multi_channel_resampler.h', 383 'base/multi_channel_resampler.h',
384 'base/null_video_sink.cc', 384 'base/null_video_sink.cc',
385 'base/null_video_sink.h', 385 'base/null_video_sink.h',
386 'base/output_device.h', 386 'base/output_device_info.cc',
387 'base/output_device_info.h',
387 'base/pipeline.h', 388 'base/pipeline.h',
388 'base/pipeline_impl.cc', 389 'base/pipeline_impl.cc',
389 'base/pipeline_impl.h', 390 'base/pipeline_impl.h',
390 'base/pipeline_status.h', 391 'base/pipeline_status.h',
391 'base/player_tracker.cc', 392 'base/player_tracker.cc',
392 'base/player_tracker.h', 393 'base/player_tracker.h',
393 'base/ranges.cc', 394 'base/ranges.cc',
394 'base/ranges.h', 395 'base/ranges.h',
395 'base/renderer.cc', 396 'base/renderer.cc',
396 'base/renderer.h', 397 'base/renderer.h',
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 'audio/test_audio_input_controller_factory.cc', 1590 'audio/test_audio_input_controller_factory.cc',
1590 'audio/test_audio_input_controller_factory.h', 1591 'audio/test_audio_input_controller_factory.h',
1591 'base/fake_audio_render_callback.cc', 1592 'base/fake_audio_render_callback.cc',
1592 'base/fake_audio_render_callback.h', 1593 'base/fake_audio_render_callback.h',
1593 'base/fake_audio_renderer_sink.cc', 1594 'base/fake_audio_renderer_sink.cc',
1594 'base/fake_audio_renderer_sink.h', 1595 'base/fake_audio_renderer_sink.h',
1595 'base/fake_demuxer_stream.cc', 1596 'base/fake_demuxer_stream.cc',
1596 'base/fake_demuxer_stream.h', 1597 'base/fake_demuxer_stream.h',
1597 'base/fake_media_resources.cc', 1598 'base/fake_media_resources.cc',
1598 'base/fake_media_resources.h', 1599 'base/fake_media_resources.h',
1599 'base/fake_output_device.cc',
1600 'base/fake_output_device.h',
1601 'base/fake_text_track_stream.cc', 1600 'base/fake_text_track_stream.cc',
1602 'base/fake_text_track_stream.h', 1601 'base/fake_text_track_stream.h',
1603 'base/gmock_callback_support.h', 1602 'base/gmock_callback_support.h',
1604 'base/mock_audio_renderer_sink.cc', 1603 'base/mock_audio_renderer_sink.cc',
1605 'base/mock_audio_renderer_sink.h', 1604 'base/mock_audio_renderer_sink.h',
1606 'base/mock_demuxer_host.cc', 1605 'base/mock_demuxer_host.cc',
1607 'base/mock_demuxer_host.h', 1606 'base/mock_demuxer_host.h',
1608 'base/mock_filters.cc', 1607 'base/mock_filters.cc',
1609 'base/mock_filters.h', 1608 'base/mock_filters.h',
1610 'base/mock_media_log.cc', 1609 'base/mock_media_log.cc',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 'dependencies': [ 2111 'dependencies': [
2113 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2112 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2114 ], 2113 ],
2115 }], 2114 }],
2116 ], 2115 ],
2117 }, 2116 },
2118 ], 2117 ],
2119 }], 2118 }],
2120 ], 2119 ],
2121 } 2120 }
OLDNEW
« media/base/output_device_info.cc ('K') | « media/blink/webmediaplayer_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698