From 477fcd28fd16b72d097d787629b323d1c16b79bb Mon Sep 17 00:00:00 2001 From: "bradnelson@chromium.org" Date: Fri, 10 Jul 2009 20:37:47 +0000 Subject: Switching in new gyp version (which changes 'none' back to how it was before). Updating installer_util_strings to use dummy_executable. BUG=None TEST=None Review URL: http://codereview.chromium.org/155371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20408 0039d316-1c4b-4281-b951-d872f2087c98 --- google_update/google_update.gyp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'google_update') diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp index c5e41e6..40f95e5 100644 --- a/google_update/google_update.gyp +++ b/google_update/google_update.gyp @@ -9,6 +9,7 @@ 'targets': [ { 'target_name': 'google_update', + 'type': 'none', 'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35', 'sources': [ 'google_update_idl.idl', @@ -21,13 +22,6 @@ '<(INTERMEDIATE_DIR)/../google_update', ], }, - 'conditions': [ - ['OS=="win"', { - 'type': 'utility', - },{ - 'type': 'none', - }], - ], }, ], } -- cgit v1.1