diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 09:06:43 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-02 09:06:43 +0000 |
commit | 15d217c112791d7089857b3001d4ec6a1bcfeddc (patch) | |
tree | c997648298d91aef99bf36fa9009353c964c4d72 | |
parent | e4a08dae2cfa22c88b23bd94d45b077aa9d8bd05 (diff) | |
download | chromium_src-15d217c112791d7089857b3001d4ec6a1bcfeddc.zip chromium_src-15d217c112791d7089857b3001d4ec6a1bcfeddc.tar.gz chromium_src-15d217c112791d7089857b3001d4ec6a1bcfeddc.tar.bz2 |
Switching google_update to type 'none', to match checked in vcproj.
This should correct the intermittent failure on browser.
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/118111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17398 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | google_update/google_update.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp index 3ad4d06..40f95e5 100644 --- a/google_update/google_update.gyp +++ b/google_update/google_update.gyp @@ -9,7 +9,7 @@ 'targets': [ { 'target_name': 'google_update', - 'type': '<(library)', + 'type': 'none', 'msvs_guid': '4052059A-D72B-4183-B5C2-9D1B099E9E35', 'sources': [ 'google_update_idl.idl', |