| 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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1010 '../base/base.gyp:base_i18n', | 1010 '../base/base.gyp:base_i18n', |
| 1011 '../base/base.gyp:test_support_base', | 1011 '../base/base.gyp:test_support_base', |
| 1012 '../gpu/gpu.gyp:command_buffer_common', | 1012 '../gpu/gpu.gyp:command_buffer_common', |
| 1013 '../skia/skia.gyp:skia', | 1013 '../skia/skia.gyp:skia', |
| 1014 '../testing/gmock.gyp:gmock', | 1014 '../testing/gmock.gyp:gmock', |
| 1015 '../testing/gtest.gyp:gtest', | 1015 '../testing/gtest.gyp:gtest', |
| 1016 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 1016 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 1017 '../ui/base/ui_base.gyp:ui_base', | 1017 '../ui/base/ui_base.gyp:ui_base', |
| 1018 '../ui/gfx/gfx.gyp:gfx', | 1018 '../ui/gfx/gfx.gyp:gfx', |
| 1019 '../ui/gfx/gfx.gyp:gfx_geometry', | 1019 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1020 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1020 '../url/url.gyp:url_lib', | 1021 '../url/url.gyp:url_lib', |
| 1021 ], | 1022 ], |
| 1022 'sources': [ | 1023 'sources': [ |
| 1023 'audio/android/audio_android_unittest.cc', | 1024 'audio/android/audio_android_unittest.cc', |
| 1024 'audio/alsa/alsa_output_unittest.cc', | 1025 'audio/alsa/alsa_output_unittest.cc', |
| 1025 'audio/audio_input_controller_unittest.cc', | 1026 'audio/audio_input_controller_unittest.cc', |
| 1026 'audio/audio_input_unittest.cc', | 1027 'audio/audio_input_unittest.cc', |
| 1027 'audio/audio_input_volume_unittest.cc', | 1028 'audio/audio_input_volume_unittest.cc', |
| 1028 'audio/audio_low_latency_input_output_unittest.cc', | 1029 'audio/audio_low_latency_input_output_unittest.cc', |
| 1029 'audio/audio_manager_unittest.cc', | 1030 'audio/audio_manager_unittest.cc', |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1283 { | 1284 { |
| 1284 'target_name': 'media_perftests', | 1285 'target_name': 'media_perftests', |
| 1285 'type': '<(gtest_target_type)', | 1286 'type': '<(gtest_target_type)', |
| 1286 'dependencies': [ | 1287 'dependencies': [ |
| 1287 '../base/base.gyp:test_support_base', | 1288 '../base/base.gyp:test_support_base', |
| 1288 '../testing/gmock.gyp:gmock', | 1289 '../testing/gmock.gyp:gmock', |
| 1289 '../testing/gtest.gyp:gtest', | 1290 '../testing/gtest.gyp:gtest', |
| 1290 '../testing/perf/perf_test.gyp:perf_test', | 1291 '../testing/perf/perf_test.gyp:perf_test', |
| 1291 '../ui/base/ui_base.gyp:ui_base', | 1292 '../ui/base/ui_base.gyp:ui_base', |
| 1292 '../ui/gfx/gfx.gyp:gfx', | 1293 '../ui/gfx/gfx.gyp:gfx', |
| 1294 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1293 '../ui/gfx/gfx.gyp:gfx_geometry', | 1295 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1294 '../ui/gl/gl.gyp:gl', | 1296 '../ui/gl/gl.gyp:gl', |
| 1295 'media', | 1297 'media', |
| 1296 'media_test_support', | 1298 'media_test_support', |
| 1297 'shared_memory_support', | 1299 'shared_memory_support', |
| 1298 ], | 1300 ], |
| 1299 'sources': [ | 1301 'sources': [ |
| 1300 'base/audio_bus_perftest.cc', | 1302 'base/audio_bus_perftest.cc', |
| 1301 'base/audio_converter_perftest.cc', | 1303 'base/audio_converter_perftest.cc', |
| 1302 'base/demuxer_perftest.cc', | 1304 'base/demuxer_perftest.cc', |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1748 ], | 1750 ], |
| 1749 }], | 1751 }], |
| 1750 ], | 1752 ], |
| 1751 }], | 1753 }], |
| 1752 ], | 1754 ], |
| 1753 }, | 1755 }, |
| 1754 ], | 1756 ], |
| 1755 }], | 1757 }], |
| 1756 ], | 1758 ], |
| 1757 } | 1759 } |
| OLD | NEW |