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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 }], | 173 }], |
174 ['OS!="android"', { | 174 ['OS!="android"', { |
175 'dependencies': [ | 175 'dependencies': [ |
176 'cast_renderer_media_unittests', | 176 'cast_renderer_media_unittests', |
177 'cast_shell_unittests', | 177 'cast_shell_unittests', |
178 'cast_shell_browser_test', | 178 'cast_shell_browser_test', |
179 'media/media.gyp:cast_media_unittests', | 179 'media/media.gyp:cast_media_unittests', |
180 ], | 180 ], |
181 'variables': { | 181 'variables': { |
182 'filters': [ | 182 'filters': [ |
183 'cast_shell_browser_test --no-sandbox --disable-gpu', | 183 'cast_shell_browser_test --no-sandbox --enable-local-file-accesses
--enable-cma-media-pipeline --ozone-platform=cast', |
184 ], | 184 ], |
185 }, | 185 }, |
186 }], | 186 }], |
187 ['disable_display==1', { | 187 ['disable_display==1', { |
188 'variables': { | 188 'variables': { |
189 'filters': [ | 189 'filters': [ |
190 # These are not supported by the backend right now. b/21737919 | 190 # These are not supported by the backend right now. b/21737919 |
191 'cast_media_unittests --gtest_filter=-AudioVideoPipelineDeviceTest
.VorbisPlayback:AudioVideoPipelineDeviceTest.WebmPlayback', | 191 'cast_media_unittests --gtest_filter=-AudioVideoPipelineDeviceTest
.VorbisPlayback:AudioVideoPipelineDeviceTest.WebmPlayback', |
192 ], | 192 ], |
193 } | 193 } |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 '-a', '<(test_additional_options)', | 415 '-a', '<(test_additional_options)', |
416 'pack_run', | 416 'pack_run', |
417 ], | 417 ], |
418 } | 418 } |
419 ], | 419 ], |
420 }, | 420 }, |
421 ], # end of targets | 421 ], # end of targets |
422 }], | 422 }], |
423 ], # end of conditions | 423 ], # end of conditions |
424 } | 424 } |
OLD | NEW |