From 4f18b677bf07e0d6e92bccc07e96854fa245ea17 Mon Sep 17 00:00:00 2001 From: "bradnelson@chromium.org" Date: Fri, 10 Jul 2009 05:57:12 +0000 Subject: Pulling in new gyp version with 'none' type workaround. Review URL: http://codereview.chromium.org/149447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20368 0039d316-1c4b-4281-b951-d872f2087c98 --- google_update/google_update.gyp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'google_update') diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp index 40f95e5..c5e41e6 100644 --- a/google_update/google_update.gyp +++ b/google_update/google_update.gyp @@ -9,7 +9,6 @@ 'targets': [ { 'target_name': 'google_update', - 'type': 'none', 'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35', 'sources': [ 'google_update_idl.idl', @@ -22,6 +21,13 @@ '<(INTERMEDIATE_DIR)/../google_update', ], }, + 'conditions': [ + ['OS=="win"', { + 'type': 'utility', + },{ + 'type': 'none', + }], + ], }, ], } -- cgit v1.1