| OLD | NEW |
| 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 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1454 'type': 'static_library', | 1454 'type': 'static_library', |
| 1455 'dependencies': [ | 1455 'dependencies': [ |
| 1456 'media', | 1456 'media', |
| 1457 'shared_memory_support', | 1457 'shared_memory_support', |
| 1458 '../base/base.gyp:base', | 1458 '../base/base.gyp:base', |
| 1459 '../skia/skia.gyp:skia', | 1459 '../skia/skia.gyp:skia', |
| 1460 '../testing/gmock.gyp:gmock', | 1460 '../testing/gmock.gyp:gmock', |
| 1461 '../testing/gtest.gyp:gtest', | 1461 '../testing/gtest.gyp:gtest', |
| 1462 ], | 1462 ], |
| 1463 'sources': [ | 1463 'sources': [ |
| 1464 'audio/audio_unittest_utils.cc', |
| 1465 'audio/audio_unittest_utils.h', |
| 1464 'audio/mock_audio_manager.cc', | 1466 'audio/mock_audio_manager.cc', |
| 1465 'audio/mock_audio_manager.h', | 1467 'audio/mock_audio_manager.h', |
| 1466 'audio/mock_audio_source_callback.cc', | 1468 'audio/mock_audio_source_callback.cc', |
| 1467 'audio/mock_audio_source_callback.h', | 1469 'audio/mock_audio_source_callback.h', |
| 1468 'audio/test_audio_input_controller_factory.cc', | 1470 'audio/test_audio_input_controller_factory.cc', |
| 1469 'audio/test_audio_input_controller_factory.h', | 1471 'audio/test_audio_input_controller_factory.h', |
| 1470 'base/fake_audio_render_callback.cc', | 1472 'base/fake_audio_render_callback.cc', |
| 1471 'base/fake_audio_render_callback.h', | 1473 'base/fake_audio_render_callback.h', |
| 1472 'base/fake_audio_renderer_sink.cc', | 1474 'base/fake_audio_renderer_sink.cc', |
| 1473 'base/fake_audio_renderer_sink.h', | 1475 'base/fake_audio_renderer_sink.h', |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 '../build/isolate.gypi', | 1926 '../build/isolate.gypi', |
| 1925 ], | 1927 ], |
| 1926 'sources': [ | 1928 'sources': [ |
| 1927 'media_unittests.isolate', | 1929 'media_unittests.isolate', |
| 1928 ], | 1930 ], |
| 1929 }, | 1931 }, |
| 1930 ], | 1932 ], |
| 1931 }], | 1933 }], |
| 1932 ], | 1934 ], |
| 1933 } | 1935 } |
| OLD | NEW |