summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:14:14 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:14:14 +0000
commit28c951ef33104765aaca03a90643bff118480a7d (patch)
treef5a86c64f0d0a3bf2ec0ab3fb6d556290decf71c /chrome/tools/build
parent812982e918a546f08785e74979332168ef96e7ee (diff)
downloadchromium_src-28c951ef33104765aaca03a90643bff118480a7d.zip
chromium_src-28c951ef33104765aaca03a90643bff118480a7d.tar.gz
chromium_src-28c951ef33104765aaca03a90643bff118480a7d.tar.bz2
Package NaCl IPC-IRT nexes with Chrome.
This adds nacl_ipc_irt_x86_*.nexes to the installers for all platforms, which increases the installer size by several megabytes. After the proxy switch is done and we can remove the old nexes, this will go back down, although the new nexes are larger. The IPC proxy is enabled with the flag --enable-nacl-ipc-proxy. BUG=116317 TEST=install and run Review URL: https://codereview.chromium.org/11275085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rw-r--r--chrome/tools/build/chromeos/FILES.cfg10
-rw-r--r--chrome/tools/build/linux/FILES.cfg10
-rw-r--r--chrome/tools/build/win/FILES.cfg10
3 files changed, 30 insertions, 0 deletions
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index 128bd2e..b8c97eb 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -127,6 +127,16 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'arch': ['32bit'],
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'arch': ['64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'nacl_helper',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 429b69eb..160e286 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -136,6 +136,16 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'arch': ['32bit'],
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'arch': ['64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'nacl_helper',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index ebe8e3d..93511d2 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -426,6 +426,16 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
+ {
+ 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
# Remoting files:
{
'filename': 'chromoting.msi',