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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 1466633004: Fix flags for Chromecast browser test on internal infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« chromecast/BUILD.gn ('K') | « chromecast/BUILD.gn ('k') | no next file » | 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« chromecast/BUILD.gn ('K') | « chromecast/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698