| 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 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1947 ['test_isolation_mode != "noop" and archive_gpu_tests==1', { | 1947 ['test_isolation_mode != "noop" and archive_gpu_tests==1', { |
| 1948 'targets': [ | 1948 'targets': [ |
| 1949 { | 1949 { |
| 1950 'target_name': 'media_unittests_run', | 1950 'target_name': 'media_unittests_run', |
| 1951 'type': 'none', | 1951 'type': 'none', |
| 1952 'dependencies': [ | 1952 'dependencies': [ |
| 1953 'media_unittests', | 1953 'media_unittests', |
| 1954 ], | 1954 ], |
| 1955 'includes': [ | 1955 'includes': [ |
| 1956 '../build/isolate.gypi', | 1956 '../build/isolate.gypi', |
| 1957 'media_unittests.isolate', | |
| 1958 ], | 1957 ], |
| 1959 'sources': [ | 1958 'sources': [ |
| 1960 'media_unittests.isolate', | 1959 'media_unittests.isolate', |
| 1961 ], | 1960 ], |
| 1962 }, | 1961 }, |
| 1963 ], | 1962 ], |
| 1964 }], | 1963 }], |
| 1965 ], | 1964 ], |
| 1966 } | 1965 } |
| OLD | NEW |