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

Side by Side Diff: media/media.gyp

Issue 23296008: Adding audio unit tests for Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nit Created 7 years, 3 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/audio/android/opensles_output.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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 '../base/base.gyp:base', 846 '../base/base.gyp:base',
847 '../base/base.gyp:base_i18n', 847 '../base/base.gyp:base_i18n',
848 '../base/base.gyp:test_support_base', 848 '../base/base.gyp:test_support_base',
849 '../gpu/gpu.gyp:command_buffer_common', 849 '../gpu/gpu.gyp:command_buffer_common',
850 '../skia/skia.gyp:skia', 850 '../skia/skia.gyp:skia',
851 '../testing/gmock.gyp:gmock', 851 '../testing/gmock.gyp:gmock',
852 '../testing/gtest.gyp:gtest', 852 '../testing/gtest.gyp:gtest',
853 '../ui/ui.gyp:ui', 853 '../ui/ui.gyp:ui',
854 ], 854 ],
855 'sources': [ 855 'sources': [
856 'audio/android/audio_android_unittest.cc',
856 'audio/audio_input_controller_unittest.cc', 857 'audio/audio_input_controller_unittest.cc',
857 'audio/audio_input_device_unittest.cc', 858 'audio/audio_input_device_unittest.cc',
858 'audio/audio_input_unittest.cc', 859 'audio/audio_input_unittest.cc',
859 'audio/audio_input_volume_unittest.cc', 860 'audio/audio_input_volume_unittest.cc',
860 'audio/audio_low_latency_input_output_unittest.cc', 861 'audio/audio_low_latency_input_output_unittest.cc',
861 'audio/audio_manager_unittest.cc', 862 'audio/audio_manager_unittest.cc',
862 'audio/audio_output_controller_unittest.cc', 863 'audio/audio_output_controller_unittest.cc',
863 'audio/audio_output_device_unittest.cc', 864 'audio/audio_output_device_unittest.cc',
864 'audio/audio_output_proxy_unittest.cc', 865 'audio/audio_output_proxy_unittest.cc',
865 'audio/audio_parameters_unittest.cc', 866 'audio/audio_parameters_unittest.cc',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 ], 1513 ],
1513 }], 1514 }],
1514 ], 1515 ],
1515 }], 1516 }],
1516 ], 1517 ],
1517 }, 1518 },
1518 ], 1519 ],
1519 }], 1520 }],
1520 ], 1521 ],
1521 } 1522 }
OLDNEW
« no previous file with comments | « media/audio/android/opensles_output.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698