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

Side by Side Diff: media/media.gyp

Issue 1483433003: Second layer of mixing for audio elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: That fix Created 5 years 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/base/loopback_audio_converter.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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'base/djb2.h', 296 'base/djb2.h',
297 'base/eme_constants.h', 297 'base/eme_constants.h',
298 'base/key_system_info.cc', 298 'base/key_system_info.cc',
299 'base/key_system_info.h', 299 'base/key_system_info.h',
300 'base/key_systems.cc', 300 'base/key_systems.cc',
301 'base/key_systems.h', 301 'base/key_systems.h',
302 'base/key_systems_support_uma.cc', 302 'base/key_systems_support_uma.cc',
303 'base/key_systems_support_uma.h', 303 'base/key_systems_support_uma.h',
304 'base/keyboard_event_counter.cc', 304 'base/keyboard_event_counter.cc',
305 'base/keyboard_event_counter.h', 305 'base/keyboard_event_counter.h',
306 'base/loopback_audio_converter.cc',
307 'base/loopback_audio_converter.h',
306 'base/mac/avfoundation_glue.h', 308 'base/mac/avfoundation_glue.h',
307 'base/mac/avfoundation_glue.mm', 309 'base/mac/avfoundation_glue.mm',
308 'base/mac/coremedia_glue.h', 310 'base/mac/coremedia_glue.h',
309 'base/mac/coremedia_glue.mm', 311 'base/mac/coremedia_glue.mm',
310 'base/mac/corevideo_glue.h', 312 'base/mac/corevideo_glue.h',
311 'base/mac/video_frame_mac.cc', 313 'base/mac/video_frame_mac.cc',
312 'base/mac/video_frame_mac.h', 314 'base/mac/video_frame_mac.h',
313 'base/mac/videotoolbox_glue.h', 315 'base/mac/videotoolbox_glue.h',
314 'base/mac/videotoolbox_glue.mm', 316 'base/mac/videotoolbox_glue.mm',
315 'base/media.cc', 317 'base/media.cc',
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
2134 'dependencies': [ 2136 'dependencies': [
2135 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2137 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2136 ], 2138 ],
2137 }], 2139 }],
2138 ], 2140 ],
2139 }, 2141 },
2140 ], 2142 ],
2141 }], 2143 }],
2142 ], 2144 ],
2143 } 2145 }
OLDNEW
« no previous file with comments | « media/base/loopback_audio_converter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698