| 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 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1957 'type': 'none', | 1957 'type': 'none', |
| 1958 'dependencies': [ | 1958 'dependencies': [ |
| 1959 'audio_unittests', | 1959 'audio_unittests', |
| 1960 ], | 1960 ], |
| 1961 'includes': [ | 1961 'includes': [ |
| 1962 '../build/isolate.gypi', | 1962 '../build/isolate.gypi', |
| 1963 ], | 1963 ], |
| 1964 'sources': [ | 1964 'sources': [ |
| 1965 'audio_unittests.isolate', | 1965 'audio_unittests.isolate', |
| 1966 ], | 1966 ], |
| 1967 'conditions': [ |
| 1968 ['use_x11==1', { |
| 1969 'dependencies': [ |
| 1970 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1971 ], |
| 1972 }], |
| 1973 ], |
| 1967 }, | 1974 }, |
| 1968 ], | 1975 ], |
| 1969 }], | 1976 }], |
| 1970 ], | 1977 ], |
| 1971 } | 1978 } |
| OLD | NEW |