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

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: addressing lcwu/byungchul comments 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 ea388ac7d32cddc309dab352aa908d8cab23e5f3..335574bf27937932351559672bba7bc34aabc3f8 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,
}],
« 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