From d92c7c0152bc190c98c1a3174ceca6f08a5dcca6 Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" Date: Thu, 19 Mar 2009 19:26:42 +0000 Subject: Chromium side of http://codereview.chromium.org/42394 - Remove the use of the mac specific type 'application' and use 'executable' with 'mac_bundle' set to 1. - update common.gypi to default mac_bundle to zero. - update common.gypi to look at mac_bundle for some of the base behaviors that were on 'application'. - Roll DEPS to get the new version of gyp w/ the matching support. Review URL: http://codereview.chromium.org/50015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12136 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index abf5deb..732da66 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1430,7 +1430,8 @@ }, { 'target_name': 'app', - 'type': 'application', + 'type': 'executable', + 'mac_bundle': 1, 'dependencies': [ 'common', 'browser', -- cgit v1.1