diff options
author | hansl@chromium.org <hansl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 17:38:04 +0000 |
---|---|---|
committer | hansl@chromium.org <hansl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 17:38:04 +0000 |
commit | ef662ac926b33267fb698cb1f3bf748db746ab1c (patch) | |
tree | 90963e337374af49b6602781146a450a9ea1f906 /chrome/chrome_installer.gypi | |
parent | b399c379b752ce8d79668bb3c80cfbb9fc5c0b1a (diff) | |
download | chromium_src-ef662ac926b33267fb698cb1f3bf748db746ab1c.zip chromium_src-ef662ac926b33267fb698cb1f3bf748db746ab1c.tar.gz chromium_src-ef662ac926b33267fb698cb1f3bf748db746ab1c.tar.bz2 |
Revert 84252 - NaCl: Add the integrated runtime (IRT) library to install images
Mac (x86-32 only):
chrome/chrome_dll.gypi
Linux (x86-32 or x86-64, depending on the target arch):
chrome/chrome_installer.gypi
chrome/tools/build/linux/FILES.cfg
Windows (both x86-32 and x86-64 in the same install image)
chrome/installer/mini_installer.gyp
chrome/installer/mini_installer/chrome.release
chrome/tools/build/win/FILES.cfg
I am not sure if I need to add to the lists in
chrome/tools/build/{linux,win}/FILES. Since there are files listed in
FILES.cfg that are not in FILES, I will assume not.
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/6927015
TBR=mseaborn@chromium.org
Review URL: http://codereview.chromium.org/6927050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index fb7adbe..ebe0f07 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -425,15 +425,11 @@ 'packaging_files_binaries': [ '<(PRODUCT_DIR)/libgcflashplayer.so', '<(PRODUCT_DIR)/plugin.vch', - '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', ], }], ['target_arch=="x64"', { 'deb_arch': 'amd64', 'rpm_arch': 'x86_64', - 'packaging_files_binaries': [ - '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', - ], }], ['target_arch=="arm"', { 'deb_arch': 'arm', |