summaryrefslogtreecommitdiffstats
path: root/google_update
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 20:37:47 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 20:37:47 +0000
commit477fcd28fd16b72d097d787629b323d1c16b79bb (patch)
tree0df208fadf69e663265cd55da91ffce20cad7b0a /google_update
parente4c745ceb30536be3700bd065ac9d405a0513cad (diff)
downloadchromium_src-477fcd28fd16b72d097d787629b323d1c16b79bb.zip
chromium_src-477fcd28fd16b72d097d787629b323d1c16b79bb.tar.gz
chromium_src-477fcd28fd16b72d097d787629b323d1c16b79bb.tar.bz2
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
Diffstat (limited to 'google_update')
-rw-r--r--google_update/google_update.gyp8
1 files changed, 1 insertions, 7 deletions
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',
- }],
- ],
},
],
}