| OLD | NEW |
| 1 # Copyright (c) 2014 Google Inc. All Rights Reserved. | 1 # Copyright (c) 2014 Google Inc. 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 'use_alsa%': 0, | 8 'use_alsa%': 0, |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 '../content/content_shell_and_tests.gyp:content_unittests', | 103 '../content/content_shell_and_tests.gyp:content_unittests', |
| 104 '../crypto/crypto.gyp:crypto_unittests', | 104 '../crypto/crypto.gyp:crypto_unittests', |
| 105 '../ipc/ipc.gyp:ipc_tests', | 105 '../ipc/ipc.gyp:ipc_tests', |
| 106 '../jingle/jingle.gyp:jingle_unittests', | 106 '../jingle/jingle.gyp:jingle_unittests', |
| 107 '../media/media.gyp:media_unittests', | 107 '../media/media.gyp:media_unittests', |
| 108 '../media/midi/midi.gyp:midi_unittests', | 108 '../media/midi/midi.gyp:midi_unittests', |
| 109 '../net/net.gyp:net_unittests', | 109 '../net/net.gyp:net_unittests', |
| 110 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 110 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 111 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 111 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 112 '../sql/sql.gyp:sql_unittests', | 112 '../sql/sql.gyp:sql_unittests', |
| 113 '../components/sync.gyp:sync_unit_tests', |
| 113 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 114 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 114 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 115 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 115 '../url/url.gyp:url_unittests', | 116 '../url/url.gyp:url_unittests', |
| 116 ], | 117 ], |
| 117 'conditions': [ | 118 'conditions': [ |
| 118 ['OS=="linux" and is_cast_desktop_build==0', { | 119 ['OS=="linux" and is_cast_desktop_build==0', { |
| 119 'variables': { | 120 'variables': { |
| 120 'filters': [ | 121 'filters': [ |
| 121 # Run net_unittests first to avoid random failures due to slow pyt
hon startup | 122 # Run net_unittests first to avoid random failures due to slow pyt
hon startup |
| 122 # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTes
t fail due to | 123 # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTes
t fail due to |
| (...skipping 22 matching lines...) Expand all Loading... |
| 145 # PipelineIntegrationTest.BasicPlayback_VP8A* | 146 # PipelineIntegrationTest.BasicPlayback_VP8A* |
| 146 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSample
s/0 (unit | 147 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSample
s/0 (unit |
| 147 # test fails when Opus decoder uses fixed-point) | 148 # test fails when Opus decoder uses fixed-point) |
| 148 # Due to b/16456550, disable the following four test cases: | 149 # Due to b/16456550, disable the following four test cases: |
| 149 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose | 150 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose |
| 150 # AudioOutputControllerTest.PlaySwitchDeviceClose | 151 # AudioOutputControllerTest.PlaySwitchDeviceClose |
| 151 # AudioStreamHandlerTest.Play | 152 # AudioStreamHandlerTest.Play |
| 152 # SoundsManagerTest.Play | 153 # SoundsManagerTest.Play |
| 153 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/165392
93) | 154 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/165392
93) |
| 154 'media_unittests --gtest_filter=-AudioOutputControllerTest.PlayDiv
ertSwitchDeviceRevertClose:AudioOutputControllerTest.PlaySwitchDeviceClose:Audio
StreamHandlerTest.Play:AudioStreamHandlerTest.ConsecutivePlayRequests:PipelineIn
tegrationTest.BasicPlayback_MediaSource_VP9_WebM:PipelineIntegrationTest.BasicPl
ayback_VideoOnly_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP9*:PipelineInt
egrationTest.P444_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP8A*:OpusAudio
DecoderTest/AudioDecoderTest.ProduceAudioSamples/0:SoundsManagerTest.Play', | 155 'media_unittests --gtest_filter=-AudioOutputControllerTest.PlayDiv
ertSwitchDeviceRevertClose:AudioOutputControllerTest.PlaySwitchDeviceClose:Audio
StreamHandlerTest.Play:AudioStreamHandlerTest.ConsecutivePlayRequests:PipelineIn
tegrationTest.BasicPlayback_MediaSource_VP9_WebM:PipelineIntegrationTest.BasicPl
ayback_VideoOnly_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP9*:PipelineInt
egrationTest.P444_VP9_WebM:PipelineIntegrationTest.BasicPlayback_VP8A*:OpusAudio
DecoderTest/AudioDecoderTest.ProduceAudioSamples/0:SoundsManagerTest.Play', |
| 156 'sync_unit_tests --gtest_filter=-SyncHttpBridgeTest.*', |
| 155 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in En
g builds | 157 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in En
g builds |
| 156 'url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid', | 158 'url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid', |
| 157 ], | 159 ], |
| 158 }, | 160 }, |
| 159 }, { # else desktop or android | 161 }, { # else desktop or android |
| 160 'variables': { | 162 'variables': { |
| 161 'filters': [ | 163 'filters': [ |
| 162 # Disable PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_We
bM (not supported) | 164 # Disable PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_We
bM (not supported) |
| 163 'media_unittests --gtest_filter=-PipelineIntegrationTest.BasicPlay
back_MediaSource_VP9_WebM', | 165 'media_unittests --gtest_filter=-PipelineIntegrationTest.BasicPlay
back_MediaSource_VP9_WebM', |
| 164 ], | 166 ], |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 }, | 255 }, |
| 254 'dependencies': [ | 256 'dependencies': [ |
| 255 'cast_base_unittests_apk', | 257 'cast_base_unittests_apk', |
| 256 '../base/base.gyp:base_unittests_apk', | 258 '../base/base.gyp:base_unittests_apk', |
| 257 '../cc/cc_tests.gyp:cc_unittests_apk', | 259 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 258 '../ipc/ipc.gyp:ipc_tests_apk', | 260 '../ipc/ipc.gyp:ipc_tests_apk', |
| 259 '../media/media.gyp:media_unittests_apk', | 261 '../media/media.gyp:media_unittests_apk', |
| 260 '../media/midi/midi.gyp:midi_unittests_apk', | 262 '../media/midi/midi.gyp:midi_unittests_apk', |
| 261 '../net/net.gyp:net_unittests_apk', | 263 '../net/net.gyp:net_unittests_apk', |
| 262 '../sql/sql.gyp:sql_unittests_apk', | 264 '../sql/sql.gyp:sql_unittests_apk', |
| 265 '../components/sync.gyp:sync_unit_tests_apk', |
| 263 '../ui/events/events_unittests.gyp:events_unittests_apk', | 266 '../ui/events/events_unittests.gyp:events_unittests_apk', |
| 264 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 267 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 265 ], | 268 ], |
| 266 'includes': ['build/tests/test_list.gypi'], | 269 'includes': ['build/tests/test_list.gypi'], |
| 267 }, # end of target 'cast_android_tests_generator' | 270 }, # end of target 'cast_android_tests_generator' |
| 268 { | 271 { |
| 269 'target_name': 'cast_android_test_lists', | 272 'target_name': 'cast_android_test_lists', |
| 270 'type': 'none', | 273 'type': 'none', |
| 271 'dependencies': [ | 274 'dependencies': [ |
| 272 'cast_android_tests', | 275 'cast_android_tests', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 '-a', '<(test_additional_options)', | 419 '-a', '<(test_additional_options)', |
| 417 'pack_run', | 420 'pack_run', |
| 418 ], | 421 ], |
| 419 } | 422 } |
| 420 ], | 423 ], |
| 421 }, | 424 }, |
| 422 ], # end of targets | 425 ], # end of targets |
| 423 }], | 426 }], |
| 424 ], # end of conditions | 427 ], # end of conditions |
| 425 } | 428 } |
| OLD | NEW |