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

Unified Diff: chrome/chrome_exe.gypi

Issue 8677021: Android 'all' (and All) changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adjustment since sync/merge Created 9 years, 1 month 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 | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 7f8436474347793c8ded3cee9f8db615c151e54a..9d7819c51990386af1377b20cd78ee80a0d1d51f 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -42,6 +42,10 @@
'INFOPLIST_FILE': 'app/app-Info.plist',
},
'conditions': [
+ ['OS == "android"', {
+ # Don't put the 'chrome' target in 'all' on android
+ 'suppress_wildcard': 1,
+ }],
['os_posix == 1 and OS != "mac"', {
'actions': [
{
« no previous file with comments | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698