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

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: post stop callback 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
« no previous file with comments | « media/filters/pipeline_controller_unittest.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'base/moving_average.h', 393 'base/moving_average.h',
394 'base/multi_channel_resampler.cc', 394 'base/multi_channel_resampler.cc',
395 'base/multi_channel_resampler.h', 395 'base/multi_channel_resampler.h',
396 'base/null_video_sink.cc', 396 'base/null_video_sink.cc',
397 'base/null_video_sink.h', 397 'base/null_video_sink.h',
398 'base/output_device_info.cc', 398 'base/output_device_info.cc',
399 'base/output_device_info.h', 399 'base/output_device_info.h',
400 'base/pipeline.h', 400 'base/pipeline.h',
401 'base/pipeline_impl.cc', 401 'base/pipeline_impl.cc',
402 'base/pipeline_impl.h', 402 'base/pipeline_impl.h',
403 'base/pipeline_metadata.h',
403 'base/pipeline_status.h', 404 'base/pipeline_status.h',
404 'base/player_tracker.cc', 405 'base/player_tracker.cc',
405 'base/player_tracker.h', 406 'base/player_tracker.h',
406 'base/ranges.cc', 407 'base/ranges.cc',
407 'base/ranges.h', 408 'base/ranges.h',
408 'base/renderer.cc', 409 'base/renderer.cc',
409 'base/renderer.h', 410 'base/renderer.h',
410 'base/renderer_factory.cc', 411 'base/renderer_factory.cc',
411 'base/renderer_factory.h', 412 'base/renderer_factory.h',
412 'base/sample_format.cc', 413 'base/sample_format.cc',
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 'dependencies': [ 2283 'dependencies': [
2283 '../build/linux/system.gyp:libdrm', 2284 '../build/linux/system.gyp:libdrm',
2284 ] 2285 ]
2285 }], 2286 }],
2286 ], 2287 ],
2287 } 2288 }
2288 ] 2289 ]
2289 }], 2290 }],
2290 ], 2291 ],
2291 } 2292 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_controller_unittest.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698