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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1931953002: Add cast_alsa_cma_backend_unittests to buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 7 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') | chromecast/media/cma/backend/alsa/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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'filters': [ 186 'filters': [
187 # --enable-local-file-accesses => to load sample media files 187 # --enable-local-file-accesses => to load sample media files
188 # --test-launcher-jobs=1 => so internal code can bind to port 188 # --test-launcher-jobs=1 => so internal code can bind to port
189 'cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1', 189 'cast_shell_browser_test --no-sandbox --enable-local-file-accesses --enable-cma-media-pipeline --ozone-platform=cast --test-launcher-jobs=1',
190 'cast_media_unittests --test-launcher-jobs=1', 190 'cast_media_unittests --test-launcher-jobs=1',
191 ], 191 ],
192 }, 192 },
193 'conditions': [ 193 'conditions': [
194 ['use_alsa==1', { 194 ['use_alsa==1', {
195 'dependencies': [ 195 'dependencies': [
196 'media/media.gyp:alsa_cma_backend_unittests', 196 'media/media.gyp:cast_alsa_cma_backend_unittests',
197 ], 197 ],
198 }], 198 }],
199 ], 199 ],
200 }], 200 }],
201 ], 201 ],
202 'includes': ['build/tests/test_list.gypi'], 202 'includes': ['build/tests/test_list.gypi'],
203 }, 203 },
204 { 204 {
205 'target_name': 'cast_metrics_test_support', 205 'target_name': 'cast_metrics_test_support',
206 'type': '<(component)', 206 'type': '<(component)',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '-a', '<(test_additional_options)', 419 '-a', '<(test_additional_options)',
420 'pack_run', 420 'pack_run',
421 ], 421 ],
422 } 422 }
423 ], 423 ],
424 }, 424 },
425 ], # end of targets 425 ], # end of targets
426 }], 426 }],
427 ], # end of conditions 427 ], # end of conditions
428 } 428 }
OLDNEW
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/media/cma/backend/alsa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698