 Chromium Code Reviews
 Chromium Code Reviews Issue 490603002:
  Chromecast: initial checkin of Android-based cast shell.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 490603002:
  Chromecast: initial checkin of Android-based cast shell.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index 199d6dbadf12358e3ad31c0857a2511589221fd4..83966d94312dde7df697c624b95c736e6575bea1 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -96,7 +96,7 @@ | 
| 'use_aura%': 1, | 
| }], | 
| - ['chromecast==1', { | 
| + ['chromecast==1 and OS!="android"', { | 
| 'embedded%': 1, | 
| 'use_ozone%': 1, | 
| }], |