| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'renderer/media/capture_video_decoder_unittest.cc', | 180 'renderer/media/capture_video_decoder_unittest.cc', |
| 181 'renderer/media/media_stream_dispatcher_unittest.cc', | 181 'renderer/media/media_stream_dispatcher_unittest.cc', |
| 182 'renderer/media/rtc_video_decoder_unittest.cc', | 182 'renderer/media/rtc_video_decoder_unittest.cc', |
| 183 'renderer/media/video_capture_impl_unittest.cc', | 183 'renderer/media/video_capture_impl_unittest.cc', |
| 184 'renderer/media/video_capture_message_filter_unittest.cc', | 184 'renderer/media/video_capture_message_filter_unittest.cc', |
| 185 'renderer/paint_aggregator_unittest.cc', | 185 'renderer/paint_aggregator_unittest.cc', |
| 186 'renderer/v8_value_converter_impl_unittest.cc', | 186 'renderer/v8_value_converter_impl_unittest.cc', |
| 187 'test/run_all_unittests.cc', | 187 'test/run_all_unittests.cc', |
| 188 ], | 188 ], |
| 189 'conditions': [ | 189 'conditions': [ |
| 190 ['input_speech==0', { |
| 191 'sources/': [ |
| 192 ['exclude', '^browser/speech/'], |
| 193 ] |
| 194 }], |
| 190 ['use_x11 == 1', { | 195 ['use_x11 == 1', { |
| 191 'dependencies': [ | 196 'dependencies': [ |
| 192 '../build/linux/system.gyp:dbus', | 197 '../build/linux/system.gyp:dbus', |
| 193 '../dbus/dbus.gyp:dbus_test_support', | 198 '../dbus/dbus.gyp:dbus_test_support', |
| 194 ], | 199 ], |
| 195 }], | 200 }], |
| 196 ['os_posix!=1', { | 201 ['os_posix!=1', { |
| 197 'sources!': [ | 202 'sources!': [ |
| 198 # TODO(port): port those unit tests. | 203 # TODO(port): port those unit tests. |
| 199 'common/process_watcher_unittest.cc', | 204 'common/process_watcher_unittest.cc', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 ], | 312 ], |
| 308 'sources': [ | 313 'sources': [ |
| 309 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 314 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 310 ], | 315 ], |
| 311 } | 316 } |
| 312 ], | 317 ], |
| 313 }, | 318 }, |
| 314 ], | 319 ], |
| 315 ], | 320 ], |
| 316 } | 321 } |
| OLD | NEW |