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

Side by Side Diff: chromecast/chromecast_tests.gypi

Issue 818803004: Fix GPU process crash in ChromecastShellBrowserTest.EmptyTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/browser/test/chromecast_browser_test.cc ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'cast_tests', 8 'target_name': 'cast_tests',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'dependencies': [ 50 'dependencies': [
51 '../gpu/gpu.gyp:gpu_unittests', 51 '../gpu/gpu.gyp:gpu_unittests',
52 ], 52 ],
53 }], 53 }],
54 ['OS!="android"', { 54 ['OS!="android"', {
55 'dependencies': [ 55 'dependencies': [
56 'cast_shell_browser_test', 56 'cast_shell_browser_test',
57 ], 57 ],
58 'variables': { 58 'variables': {
59 'filters': [ 59 'filters': [
60 'cast_shell_browser_test --no-sandbox', 60 'cast_shell_browser_test --no-sandbox --disable-gpu',
61 ], 61 ],
62 }, 62 },
63 }], 63 }],
64 ], 64 ],
65 'includes': ['build/tests/test_list.gypi'], 65 'includes': ['build/tests/test_list.gypi'],
66 }, 66 },
67 # Builds all tests and the output lists of build/run targets for those tests . 67 # Builds all tests and the output lists of build/run targets for those tests .
68 # Note: producing a predetermined list of dependent inputs on which to 68 # Note: producing a predetermined list of dependent inputs on which to
69 # regenerate this output is difficult with GYP. This file is not 69 # regenerate this output is difficult with GYP. This file is not
70 # guaranteed to be regenerated outside of a clean build. 70 # guaranteed to be regenerated outside of a clean build.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'HAS_OUT_OF_PROC_TEST_RUNNER', 195 'HAS_OUT_OF_PROC_TEST_RUNNER',
196 ], 196 ],
197 'sources': [ 197 'sources': [
198 'browser/test/chromecast_shell_browser_test.cc', 198 'browser/test/chromecast_shell_browser_test.cc',
199 ], 199 ],
200 }, 200 },
201 ], # end of targets 201 ], # end of targets
202 }], 202 }],
203 ], # end of conditions 203 ], # end of conditions
204 } 204 }
OLDNEW
« no previous file with comments | « chromecast/browser/test/chromecast_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698