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

Side by Side Diff: media/media.gyp

Issue 1453233002: Improve input handling for WaveAudioHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove VLOG()s Created 5 years, 1 month 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 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 'audio/android/audio_android_unittest.cc', 1533 'audio/android/audio_android_unittest.cc',
1534 ], 1534 ],
1535 }], 1535 }],
1536 ['OS=="mac"', { 1536 ['OS=="mac"', {
1537 'sources': [ 1537 'sources': [
1538 'audio/mac/audio_auhal_mac_unittest.cc', 1538 'audio/mac/audio_auhal_mac_unittest.cc',
1539 'audio/mac/audio_device_listener_mac_unittest.cc', 1539 'audio/mac/audio_device_listener_mac_unittest.cc',
1540 'audio/mac/audio_low_latency_input_mac_unittest.cc', 1540 'audio/mac/audio_low_latency_input_mac_unittest.cc',
1541 ], 1541 ],
1542 }], 1542 }],
1543 ['chromeos==1', { 1543 ['chromeos==1 or chromecast==1', {
1544 'sources': [ 1544 'sources': [
1545 'audio/sounds/audio_stream_handler_unittest.cc', 1545 'audio/sounds/audio_stream_handler_unittest.cc',
1546 'audio/sounds/sounds_manager_unittest.cc', 1546 'audio/sounds/sounds_manager_unittest.cc',
1547 'audio/sounds/test_data.cc', 1547 'audio/sounds/test_data.cc',
1548 'audio/sounds/test_data.h', 1548 'audio/sounds/test_data.h',
1549 'audio/sounds/wav_audio_handler_unittest.cc', 1549 'audio/sounds/wav_audio_handler_unittest.cc',
1550 ], 1550 ],
1551 }], 1551 }],
1552 ['OS=="win"', { 1552 ['OS=="win"', {
1553 'sources': [ 1553 'sources': [
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'dependencies': [ 2124 'dependencies': [
2125 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2125 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2126 ], 2126 ],
2127 }], 2127 }],
2128 ], 2128 ],
2129 }, 2129 },
2130 ], 2130 ],
2131 }], 2131 }],
2132 ], 2132 ],
2133 } 2133 }
OLDNEW
« media/audio/sounds/wav_audio_handler.cc ('K') | « media/audio/sounds/wav_audio_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698