summaryrefslogtreecommitdiffstats
path: root/o3d/installer
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 23:35:29 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 23:35:29 +0000
commit0accdd599b34e158de4311afa9acdead90dc5de7 (patch)
treea76246170d20a304ab1433967fd6b52caf66786a /o3d/installer
parent7aaa06a9b39651bdf68ede01d521fd81c3a0b255 (diff)
downloadchromium_src-0accdd599b34e158de4311afa9acdead90dc5de7.zip
chromium_src-0accdd599b34e158de4311afa9acdead90dc5de7.tar.gz
chromium_src-0accdd599b34e158de4311afa9acdead90dc5de7.tar.bz2
This removes some redundant copying of the cactions dll into
the product dir. Review URL: http://codereview.chromium.org/210044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26880 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer')
-rw-r--r--o3d/installer/win/installer.gyp12
1 files changed, 2 insertions, 10 deletions
diff --git a/o3d/installer/win/installer.gyp b/o3d/installer/win/installer.gyp
index 9ea9145..add62ee 100644
--- a/o3d/installer/win/installer.gyp
+++ b/o3d/installer/win/installer.gyp
@@ -15,8 +15,8 @@
# Unique guid for o3d namespace
'o3d_namespace_guid': 'B445DBAE-F5F9-435A-9A9B-088261CDF00A',
- # Changing the following values would break upgrade paths, so we hard-code the
- # values instead of generating them.
+ # Changing the following values would break upgrade paths, so we
+ # hard-code the values instead of generating them.
'bad_old_o3d_upgrade_code': 'dc819ed6-4155-3cff-b580-45626aed5848',
'o3d_extras_google_update_guid': '{34B2805D-C72C-4f81-AED5-5A22D1E092F1}',
'o3d_extras_upgrade_code': 'c271f2f0-c7ad-3bc9-8216-211436aa2244',
@@ -76,14 +76,6 @@
'msvs_configuration_attributes': {
'UseOfATL': '1', # 1 = static link to ATL, 2 = dynamic link
},
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- 'cactions.dll',
- ],
- },
- ],
},
{
'target_name': 'installer',