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

Unified Diff: build/common.gypi

Issue 490603002: Chromecast: initial checkin of Android-based cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed a spot Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/DEPS » ('j') | chromecast/android/chromecast_config_android.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6f62a0f4610bcaf4059ab914be9f052f51886ad7..36377b84ca1f886665250b19213ce7d2a6973955 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,
byungchul 2014/08/27 18:54:27 Why not for android?
gunsch 2014/08/28 00:12:08 Embedded implies a lot of things we don't want (in
'use_ozone%': 1,
}],
« no previous file with comments | « no previous file | chromecast/DEPS » ('j') | chromecast/android/chromecast_config_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698