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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |