diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 18:43:58 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 18:43:58 +0000 |
commit | 072d5850bac0755023b314110c27480c6963e477 (patch) | |
tree | bfa811fdd06eaaefac11e56f4805343646b2d339 /chrome/installer/mini_installer.gyp | |
parent | c1598d54e9219ac1766437cf838b401880cfaac4 (diff) | |
download | chromium_src-072d5850bac0755023b314110c27480c6963e477.zip chromium_src-072d5850bac0755023b314110c27480c6963e477.tar.gz chromium_src-072d5850bac0755023b314110c27480c6963e477.tar.bz2 |
Add 64-bit binaries that are required for NaCl support to Chrome installation on Windows.
NaCl uses two additional binaries on 64-bit Windows: nacl64.exe and nacl64.dll, so these binaries need to be installed and updated as part of Chrome installation/update.
Review URL: http://codereview.chromium.org/567028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rwxr-xr-x | chrome/installer/mini_installer.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index 762df0a..9bc4313 100755 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -171,6 +171,8 @@ '<(create_installer_archive_py_path)', '<(PRODUCT_DIR)/chrome.exe', '<(PRODUCT_DIR)/chrome.dll', + '<(PRODUCT_DIR)/nacl64.exe', + '<(PRODUCT_DIR)/nacl64.dll', '<(PRODUCT_DIR)/locales/en-US.dll', '<(PRODUCT_DIR)/icudt42.dll', ], @@ -223,6 +225,8 @@ '<(create_installer_archive_py_path)', '<(PRODUCT_DIR)/chrome.exe', '<(PRODUCT_DIR)/chrome.dll', + '<(PRODUCT_DIR)/nacl64.exe', + '<(PRODUCT_DIR)/nacl64.dll', '<(PRODUCT_DIR)/locales/en-US.dll', '<(PRODUCT_DIR)/icudt42.dll', ], |