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

Side by Side Diff: media/media.gyp

Issue 1904793002: Move Pipeline permanent callbacks into Pipeline::Client interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restored lock during stop Created 4 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'base/moving_average.h', 386 'base/moving_average.h',
387 'base/multi_channel_resampler.cc', 387 'base/multi_channel_resampler.cc',
388 'base/multi_channel_resampler.h', 388 'base/multi_channel_resampler.h',
389 'base/null_video_sink.cc', 389 'base/null_video_sink.cc',
390 'base/null_video_sink.h', 390 'base/null_video_sink.h',
391 'base/output_device_info.cc', 391 'base/output_device_info.cc',
392 'base/output_device_info.h', 392 'base/output_device_info.h',
393 'base/pipeline.h', 393 'base/pipeline.h',
394 'base/pipeline_impl.cc', 394 'base/pipeline_impl.cc',
395 'base/pipeline_impl.h', 395 'base/pipeline_impl.h',
396 'base/pipeline_metadata.h',
396 'base/pipeline_status.h', 397 'base/pipeline_status.h',
397 'base/player_tracker.cc', 398 'base/player_tracker.cc',
398 'base/player_tracker.h', 399 'base/player_tracker.h',
399 'base/ranges.cc', 400 'base/ranges.cc',
400 'base/ranges.h', 401 'base/ranges.h',
401 'base/renderer.cc', 402 'base/renderer.cc',
402 'base/renderer.h', 403 'base/renderer.h',
403 'base/renderer_factory.cc', 404 'base/renderer_factory.cc',
404 'base/renderer_factory.h', 405 'base/renderer_factory.h',
405 'base/sample_format.cc', 406 'base/sample_format.cc',
(...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 'dependencies': [ 2077 'dependencies': [
2077 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2078 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2078 ], 2079 ],
2079 }], 2080 }],
2080 ], 2081 ],
2081 }, 2082 },
2082 ], 2083 ],
2083 }], 2084 }],
2084 ], 2085 ],
2085 } 2086 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698