diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 18:45:25 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 18:45:25 +0000 |
commit | 18e7450c31c39aec9581d10f79eb56c78957bcd5 (patch) | |
tree | 0016cb4fdb053dd8b099376f7a89b80c88d371b6 /chrome/installer/mini_installer.gyp | |
parent | 710fc6dda42e51bf1aa4f6c9b2c80359ef17ebcd (diff) | |
download | chromium_src-18e7450c31c39aec9581d10f79eb56c78957bcd5.zip chromium_src-18e7450c31c39aec9581d10f79eb56c78957bcd5.tar.gz chromium_src-18e7450c31c39aec9581d10f79eb56c78957bcd5.tar.bz2 |
NaCl: Add the integrated runtime (IRT) library to Windows install images
The dependencies in mini_installer.gyp should be OK, because the
target that produces chrome.exe also copies nacl_irt_* into
<(PRODUCT_DIR) as a side effect.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=1595
TEST=not sure how to test this, apart from manually testing the
install images that are produced after this is committed
Review URL: http://codereview.chromium.org/6995015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r-- | chrome/installer/mini_installer.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index a531e90..0e893b8 100644 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -189,6 +189,8 @@ '<(PRODUCT_DIR)/nacl64.exe', '<(PRODUCT_DIR)/nacl64.dll', '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', + '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', + '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', '<(PRODUCT_DIR)/locales/en-US.dll', '<(PRODUCT_DIR)/icudt.dll', ], |