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

Side by Side Diff: media/media.gyp

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added implementation for ALSA. Created 4 years, 5 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'base/audio_pull_fifo.h', 266 'base/audio_pull_fifo.h',
267 'base/audio_push_fifo.cc', 267 'base/audio_push_fifo.cc',
268 'base/audio_push_fifo.h', 268 'base/audio_push_fifo.h',
269 'base/audio_renderer.cc', 269 'base/audio_renderer.cc',
270 'base/audio_renderer.h', 270 'base/audio_renderer.h',
271 'base/audio_renderer_mixer.cc', 271 'base/audio_renderer_mixer.cc',
272 'base/audio_renderer_mixer.h', 272 'base/audio_renderer_mixer.h',
273 'base/audio_renderer_mixer_input.cc', 273 'base/audio_renderer_mixer_input.cc',
274 'base/audio_renderer_mixer_input.h', 274 'base/audio_renderer_mixer_input.h',
275 'base/audio_renderer_mixer_pool.h', 275 'base/audio_renderer_mixer_pool.h',
276 'base/audio_renderer_sink.cc',
276 'base/audio_renderer_sink.h', 277 'base/audio_renderer_sink.h',
277 'base/audio_shifter.cc', 278 'base/audio_shifter.cc',
278 'base/audio_shifter.h', 279 'base/audio_shifter.h',
279 'base/audio_splicer.cc', 280 'base/audio_splicer.cc',
280 'base/audio_splicer.h', 281 'base/audio_splicer.h',
281 'base/audio_timestamp_helper.cc', 282 'base/audio_timestamp_helper.cc',
282 'base/audio_timestamp_helper.h', 283 'base/audio_timestamp_helper.h',
283 'base/audio_video_metadata_extractor.cc', 284 'base/audio_video_metadata_extractor.cc',
284 'base/audio_video_metadata_extractor.h', 285 'base/audio_video_metadata_extractor.h',
285 'base/bind_to_current_loop.h', 286 'base/bind_to_current_loop.h',
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 'dependencies': [ 2278 'dependencies': [
2278 '../build/linux/system.gyp:libdrm', 2279 '../build/linux/system.gyp:libdrm',
2279 ] 2280 ]
2280 }], 2281 }],
2281 ], 2282 ],
2282 } 2283 }
2283 ] 2284 ]
2284 }], 2285 }],
2285 ], 2286 ],
2286 } 2287 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698