diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 22:20:02 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 22:20:02 +0000 |
commit | e95b144f1965020189fcb0b407bef8571c14d42f (patch) | |
tree | e5455f98d4173701ccca5d15e3b0f562bf56712c /chrome/installer | |
parent | 83a814bb893f8b8aaf42a5b033901a0acf5bec75 (diff) | |
download | chromium_src-e95b144f1965020189fcb0b407bef8571c14d42f.zip chromium_src-e95b144f1965020189fcb0b407bef8571c14d42f.tar.gz chromium_src-e95b144f1965020189fcb0b407bef8571c14d42f.tar.bz2 |
Adding the cobwerks plugin to the windows installer
BUG=36229
TEST=none
Review URL: http://codereview.chromium.org/1464001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 3 | ||||
-rw-r--r-- | chrome/installer/mini_installer/chrome_frame.release | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release index ebaa4cd..ab5567be 100644 --- a/chrome/installer/mini_installer/chrome.release +++ b/chrome/installer/mini_installer/chrome.release @@ -1,4 +1,4 @@ -# Copyright 2008, Google Inc. +# Copyright 2010, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -52,3 +52,4 @@ av*.dll: %(VersionDir)s\ [GOOGLE_CHROME] rlz.dll: %(VersionDir)s\ +gcswf32.dll: %(VersionDir)s\ diff --git a/chrome/installer/mini_installer/chrome_frame.release b/chrome/installer/mini_installer/chrome_frame.release index a673f13..567700f 100644 --- a/chrome/installer/mini_installer/chrome_frame.release +++ b/chrome/installer/mini_installer/chrome_frame.release @@ -47,3 +47,4 @@ av*.dll: %(VersionDir)s\ [GOOGLE_CHROME] rlz.dll: %(VersionDir)s\ +gcswf32.dll: %(VersionDir)s\ |