| Index: chromecast/chromecast_tests.gypi
|
| diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
|
| index a6339304a432a517aeb2cd673776ef0af4eb322a..65414759a15b3c941c1caecb4bb6db60f6590867 100644
|
| --- a/chromecast/chromecast_tests.gypi
|
| +++ b/chromecast/chromecast_tests.gypi
|
| @@ -46,6 +46,13 @@
|
| ],
|
| },
|
| 'conditions': [
|
| + ['disable_display==0', {
|
| + 'dependencies': [
|
| + '../gpu/gpu.gyp:gpu_unittests',
|
| + ],
|
| + }],
|
| + ],
|
| + 'conditions': [
|
| ['OS!="android"', {
|
| 'dependencies': [
|
| 'cast_shell_browser_test',
|
|
|