Chromium Code Reviews| 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', | |
|
xhwang
2014/11/11 23:09:50
Currently there's no way to get this test work wit
| |
| 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', | 1132 'mojo_media_renderer_apptest', |
| 1155 'mojo_media_renderer_app', | 1133 'mojo_media_renderer_app', |
| 1156 ] | 1134 ] |
| 1157 }, | 1135 }, |
| 1158 { | 1136 { |
| (...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1984 '../build/isolate.gypi', | 1962 '../build/isolate.gypi', |
| 1985 ], | 1963 ], |
| 1986 'sources': [ | 1964 'sources': [ |
| 1987 'media_unittests.isolate', | 1965 'media_unittests.isolate', |
| 1988 ], | 1966 ], |
| 1989 }, | 1967 }, |
| 1990 ], | 1968 ], |
| 1991 }], | 1969 }], |
| 1992 ], | 1970 ], |
| 1993 } | 1971 } |
| OLD | NEW |