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

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: Formatting 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/audio/sounds/wav_audio_handler_unittest.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 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 'audio/android/audio_android_unittest.cc', 1524 'audio/android/audio_android_unittest.cc',
1525 ], 1525 ],
1526 }], 1526 }],
1527 ['OS=="mac"', { 1527 ['OS=="mac"', {
1528 'sources': [ 1528 'sources': [
1529 'audio/mac/audio_auhal_mac_unittest.cc', 1529 'audio/mac/audio_auhal_mac_unittest.cc',
1530 'audio/mac/audio_device_listener_mac_unittest.cc', 1530 'audio/mac/audio_device_listener_mac_unittest.cc',
1531 'audio/mac/audio_low_latency_input_mac_unittest.cc', 1531 'audio/mac/audio_low_latency_input_mac_unittest.cc',
1532 ], 1532 ],
1533 }], 1533 }],
1534 ['chromeos==1', { 1534 ['chromeos==1 or chromecast==1', {
1535 'sources': [ 1535 'sources': [
1536 'audio/sounds/audio_stream_handler_unittest.cc', 1536 'audio/sounds/audio_stream_handler_unittest.cc',
1537 'audio/sounds/sounds_manager_unittest.cc', 1537 'audio/sounds/sounds_manager_unittest.cc',
1538 'audio/sounds/test_data.cc', 1538 'audio/sounds/test_data.cc',
1539 'audio/sounds/test_data.h', 1539 'audio/sounds/test_data.h',
1540 'audio/sounds/wav_audio_handler_unittest.cc', 1540 'audio/sounds/wav_audio_handler_unittest.cc',
1541 ], 1541 ],
1542 }], 1542 }],
1543 ['OS=="win"', { 1543 ['OS=="win"', {
1544 'sources': [ 1544 'sources': [
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 'dependencies': [ 2114 'dependencies': [
2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2116 ], 2116 ],
2117 }], 2117 }],
2118 ], 2118 ],
2119 }, 2119 },
2120 ], 2120 ],
2121 }], 2121 }],
2122 ], 2122 ],
2123 } 2123 }
OLDNEW
« no previous file with comments | « 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