Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
114 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 113 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
115 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 114 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
116 '../url/url.gyp:url_unittests', 115 '../url/url.gyp:url_unittests',
117 ], 116 ],
118 'conditions': [ 117 'conditions': [
119 ['OS=="linux" and is_cast_desktop_build==0', { 118 ['OS=="linux" and is_cast_desktop_build==0', {
120 'variables': { 119 'variables': {
121 'filters': [ 120 'filters': [
122 # Run net_unittests first to avoid random failures due to slow pyt hon startup 121 # Run net_unittests first to avoid random failures due to slow pyt hon startup
123 # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTes t fail due to 122 # KeygenHandlerTest.SmokeTest and KeygenHandlerTest.ConcurrencyTes t fail due to
(...skipping 22 matching lines...) Expand all
146 # PipelineIntegrationTest.BasicPlayback_VP8A* 145 # PipelineIntegrationTest.BasicPlayback_VP8A*
147 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSample s/0 (unit 146 # Disable OpusAudioDecoderTest/AudioDecoderTest.ProduceAudioSample s/0 (unit
148 # test fails when Opus decoder uses fixed-point) 147 # test fails when Opus decoder uses fixed-point)
149 # Due to b/16456550, disable the following four test cases: 148 # Due to b/16456550, disable the following four test cases:
150 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose 149 # AudioOutputControllerTest.PlayDivertSwitchDeviceRevertClose
151 # AudioOutputControllerTest.PlaySwitchDeviceClose 150 # AudioOutputControllerTest.PlaySwitchDeviceClose
152 # AudioStreamHandlerTest.Play 151 # AudioStreamHandlerTest.Play
153 # SoundsManagerTest.Play 152 # SoundsManagerTest.Play
154 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/165392 93) 153 # Disable AudioStreamHandlerTest.ConsecutivePlayRequests (b/165392 93)
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', 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',
156 'sync_unit_tests --gtest_filter=-SyncHttpBridgeTest.*',
157 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in En g builds 155 # DoAppendUTF8Invalid fails because of dcheck_always_on flag in En g builds
158 'url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid', 156 'url_unittests --gtest_filter=-URLCanonTest.DoAppendUTF8Invalid',
159 ], 157 ],
160 }, 158 },
161 }, { # else desktop or android 159 }, { # else desktop or android
162 'variables': { 160 'variables': {
163 'filters': [ 161 'filters': [
164 # Disable PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_We bM (not supported) 162 # Disable PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_We bM (not supported)
165 'media_unittests --gtest_filter=-PipelineIntegrationTest.BasicPlay back_MediaSource_VP9_WebM', 163 'media_unittests --gtest_filter=-PipelineIntegrationTest.BasicPlay back_MediaSource_VP9_WebM',
166 ], 164 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 }, 253 },
256 'dependencies': [ 254 'dependencies': [
257 'cast_base_unittests_apk', 255 'cast_base_unittests_apk',
258 '../base/base.gyp:base_unittests_apk', 256 '../base/base.gyp:base_unittests_apk',
259 '../cc/cc_tests.gyp:cc_unittests_apk', 257 '../cc/cc_tests.gyp:cc_unittests_apk',
260 '../ipc/ipc.gyp:ipc_tests_apk', 258 '../ipc/ipc.gyp:ipc_tests_apk',
261 '../media/media.gyp:media_unittests_apk', 259 '../media/media.gyp:media_unittests_apk',
262 '../media/midi/midi.gyp:midi_unittests_apk', 260 '../media/midi/midi.gyp:midi_unittests_apk',
263 '../net/net.gyp:net_unittests_apk', 261 '../net/net.gyp:net_unittests_apk',
264 '../sql/sql.gyp:sql_unittests_apk', 262 '../sql/sql.gyp:sql_unittests_apk',
265 '../components/sync.gyp:sync_unit_tests_apk',
266 '../ui/events/events_unittests.gyp:events_unittests_apk', 263 '../ui/events/events_unittests.gyp:events_unittests_apk',
267 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 264 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
268 ], 265 ],
269 'includes': ['build/tests/test_list.gypi'], 266 'includes': ['build/tests/test_list.gypi'],
270 }, # end of target 'cast_android_tests_generator' 267 }, # end of target 'cast_android_tests_generator'
271 { 268 {
272 'target_name': 'cast_android_test_lists', 269 'target_name': 'cast_android_test_lists',
273 'type': 'none', 270 'type': 'none',
274 'dependencies': [ 271 'dependencies': [
275 'cast_android_tests', 272 'cast_android_tests',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '-a', '<(test_additional_options)', 416 '-a', '<(test_additional_options)',
420 'pack_run', 417 'pack_run',
421 ], 418 ],
422 } 419 }
423 ], 420 ],
424 }, 421 },
425 ], # end of targets 422 ], # end of targets
426 }], 423 }],
427 ], # end of conditions 424 ], # end of conditions
428 } 425 }
OLDNEW
« no previous file with comments | « chromecast/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698