| 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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 { | 1086 { |
| 1087 'target_name': 'media_mojo_lib_unittests', | 1087 'target_name': 'media_mojo_lib_unittests', |
| 1088 'type': '<(gtest_target_type)', | 1088 'type': '<(gtest_target_type)', |
| 1089 'dependencies': [ | 1089 'dependencies': [ |
| 1090 'media', | 1090 'media', |
| 1091 'media_mojo_bindings', | 1091 'media_mojo_bindings', |
| 1092 'media_mojo_lib', | 1092 'media_mojo_lib', |
| 1093 '../base/base.gyp:base', | 1093 '../base/base.gyp:base', |
| 1094 '../base/base.gyp:test_support_base', | 1094 '../base/base.gyp:test_support_base', |
| 1095 '../testing/gtest.gyp:gtest', | 1095 '../testing/gtest.gyp:gtest', |
| 1096 '../mojo/edk/mojo_edk.gyp:mojo_run_all_unittests', |
| 1096 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1097 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1097 '../mojo/mojo_base.gyp:mojo_run_all_unittests', | |
| 1098 ], | 1098 ], |
| 1099 'sources': [ | 1099 'sources': [ |
| 1100 'mojo/services/media_type_converters_unittest.cc', | 1100 'mojo/services/media_type_converters_unittest.cc', |
| 1101 ], | 1101 ], |
| 1102 }, | 1102 }, |
| 1103 { | 1103 { |
| 1104 'target_name': 'media_mojo_renderer_apptest', | 1104 'target_name': 'media_mojo_renderer_apptest', |
| 1105 'type': 'loadable_module', | 1105 'type': 'loadable_module', |
| 1106 'includes': [ | 1106 'includes': [ |
| 1107 '../mojo/mojo_variables.gypi', | 1107 '../mojo/mojo_variables.gypi', |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1956 '../build/isolate.gypi', | 1956 '../build/isolate.gypi', |
| 1957 ], | 1957 ], |
| 1958 'sources': [ | 1958 'sources': [ |
| 1959 'media_unittests.isolate', | 1959 'media_unittests.isolate', |
| 1960 ], | 1960 ], |
| 1961 }, | 1961 }, |
| 1962 ], | 1962 ], |
| 1963 }], | 1963 }], |
| 1964 ], | 1964 ], |
| 1965 } | 1965 } |
| OLD | NEW |