Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: installer/win/installer.gyp

Issue 210044: This removes some redundant copying of the cactions dll into (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/win/installer.gyp
===================================================================
--- installer/win/installer.gyp (revision 26715)
+++ installer/win/installer.gyp (working copy)
@@ -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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698