| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 }, | 10 }, |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 'sources!': [ | 312 'sources!': [ |
| 313 'audio/linux/pulse_output.cc', | 313 'audio/linux/pulse_output.cc', |
| 314 'audio/linux/pulse_output.h', | 314 'audio/linux/pulse_output.h', |
| 315 ], | 315 ], |
| 316 }], | 316 }], |
| 317 ], | 317 ], |
| 318 }], | 318 }], |
| 319 ], | 319 ], |
| 320 }], | 320 }], |
| 321 ['OS=="openbsd"', { | 321 ['OS=="openbsd"', { |
| 322 'sources/': [ ['exclude', 'alsa_' ], | 322 'sources/': [ ['exclude', '/alsa_' ], |
| 323 ['exclude', 'audio_manager_linux' ], | 323 ['exclude', '/audio_manager_linux' ], |
| 324 ['exclude', '\\.mm?$' ] ], | 324 ['exclude', '/pulse_' ] ], |
| 325 'link_settings': { | 325 'link_settings': { |
| 326 'libraries': [ | 326 'libraries': [ |
| 327 ], | 327 ], |
| 328 }, | 328 }, |
| 329 }], | 329 }], |
| 330 ['OS!="openbsd"', { | 330 ['OS!="openbsd"', { |
| 331 'sources!': [ | 331 'sources!': [ |
| 332 'audio/openbsd/audio_manager_openbsd.cc', | 332 'audio/openbsd/audio_manager_openbsd.cc', |
| 333 'audio/openbsd/audio_manager_openbsd.h', | 333 'audio/openbsd/audio_manager_openbsd.h', |
| 334 ], | 334 ], |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 884 ], | 884 ], |
| 885 'sources': [ | 885 'sources': [ |
| 886 'tools/media_bench/media_bench.cc', | 886 'tools/media_bench/media_bench.cc', |
| 887 ], | 887 ], |
| 888 }, | 888 }, |
| 889 ], | 889 ], |
| 890 }] | 890 }] |
| 891 ], | 891 ], |
| 892 } | 892 } |
| OLD | NEW |