diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 19:26:42 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 19:26:42 +0000 |
commit | d92c7c0152bc190c98c1a3174ceca6f08a5dcca6 (patch) | |
tree | dc7a5b5685d99c40ec096d665df46be620b8d795 /webkit/tools/test_shell | |
parent | c2fab8e13db79dd33b0324213c43cfcf8f68b9e9 (diff) | |
download | chromium_src-d92c7c0152bc190c98c1a3174ceca6f08a5dcca6.zip chromium_src-d92c7c0152bc190c98c1a3174ceca6f08a5dcca6.tar.gz chromium_src-d92c7c0152bc190c98c1a3174ceca6f08a5dcca6.tar.bz2 |
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
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index fe57919..dd97761 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -132,7 +132,8 @@ }, { 'target_name': 'test_shell', - 'type': 'application', + 'type': 'executable', + 'mac_bundle': 1, 'dependencies': [ 'test_shell_common', ], |