Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6ff25506a2b3063abbe9d6a0a114de89a05364c9..7057b5be2e66394b2c2d6b4111e0adea19244775 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -110,9 +110,14 @@ |
'use_aura%': 1, |
}], |
- ['chromecast==1 and OS!="android"', { |
- 'embedded%': 1, |
- 'use_ozone%': 1, |
+ ['chromecast==1', { |
+ 'use_libpci': 0, |
+ 'conditions': [ |
+ ['OS!="android"', { |
+ 'embedded%': 1, |
+ 'use_ozone%': 1, |
+ }], |
+ ], |
}], |
# Ozone uses Aura. |