| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |