| 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 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 '../base/base.gyp:test_support_base', | 1117 '../base/base.gyp:test_support_base', |
| 1118 '../testing/gtest.gyp:gtest', | 1118 '../testing/gtest.gyp:gtest', |
| 1119 '../mojo/edk/mojo_edk.gyp:mojo_run_all_unittests', | 1119 '../mojo/edk/mojo_edk.gyp:mojo_run_all_unittests', |
| 1120 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1120 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1121 ], | 1121 ], |
| 1122 'sources': [ | 1122 'sources': [ |
| 1123 'mojo/services/media_type_converters_unittest.cc', | 1123 'mojo/services/media_type_converters_unittest.cc', |
| 1124 ], | 1124 ], |
| 1125 }, | 1125 }, |
| 1126 { | 1126 { |
| 1127 'target_name': 'mojo_media_renderer_apptest', | |
| 1128 'type': 'loadable_module', | |
| 1129 'includes': [ | |
| 1130 '../mojo/mojo_variables.gypi', | |
| 1131 ], | |
| 1132 'dependencies': [ | |
| 1133 'media', | |
| 1134 'media_mojo_bindings', | |
| 1135 'media_mojo_lib', | |
| 1136 'media_test_support', | |
| 1137 'mojo_media_renderer_app', | |
| 1138 '../base/base.gyp:base', | |
| 1139 '../base/base.gyp:test_support_base', | |
| 1140 '../testing/gtest.gyp:gtest', | |
| 1141 '../mojo/mojo_base.gyp:mojo_application_chromium', | |
| 1142 '<(mojo_system_for_loadable_module)', | |
| 1143 ], | |
| 1144 'sources': [ | |
| 1145 'mojo/services/renderer_unittest.cc', | |
| 1146 ], | |
| 1147 }, | |
| 1148 { | |
| 1149 'target_name': 'media_mojo', | 1127 'target_name': 'media_mojo', |
| 1150 'type': 'none', | 1128 'type': 'none', |
| 1151 'dependencies': [ | 1129 'dependencies': [ |
| 1152 'media_mojo_lib', | 1130 'media_mojo_lib', |
| 1153 'media_mojo_lib_unittests', | 1131 'media_mojo_lib_unittests', |
| 1154 'mojo_media_renderer_apptest', | |
| 1155 'mojo_media_renderer_app', | 1132 'mojo_media_renderer_app', |
| 1156 ] | 1133 ] |
| 1157 }, | 1134 }, |
| 1158 { | 1135 { |
| 1159 # GN version: //media:media_unittests | 1136 # GN version: //media:media_unittests |
| 1160 'target_name': 'media_unittests', | 1137 'target_name': 'media_unittests', |
| 1161 'type': '<(gtest_target_type)', | 1138 'type': '<(gtest_target_type)', |
| 1162 'dependencies': [ | 1139 'dependencies': [ |
| 1163 'media', | 1140 'media', |
| 1164 'media_test_support', | 1141 'media_test_support', |
| (...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1984 '../build/isolate.gypi', | 1961 '../build/isolate.gypi', |
| 1985 ], | 1962 ], |
| 1986 'sources': [ | 1963 'sources': [ |
| 1987 'media_unittests.isolate', | 1964 'media_unittests.isolate', |
| 1988 ], | 1965 ], |
| 1989 }, | 1966 }, |
| 1990 ], | 1967 ], |
| 1991 }], | 1968 }], |
| 1992 ], | 1969 ], |
| 1993 } | 1970 } |
| OLD | NEW |