summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-15 00:30:31 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-15 00:30:31 +0000
commit38e5f3284d2674a86a0cad05303f2f3df9f78f92 (patch)
treef34af755fdf7eef759bb6c471f528c33ca7a2c6b /chrome/tools/build
parent51b89fa6a7c58456e85f79b00a9abc3b1d4eb43a (diff)
downloadchromium_src-38e5f3284d2674a86a0cad05303f2f3df9f78f92.zip
chromium_src-38e5f3284d2674a86a0cad05303f2f3df9f78f92.tar.gz
chromium_src-38e5f3284d2674a86a0cad05303f2f3df9f78f92.tar.bz2
Change the names of the NaCl IRT files to solve ChromeOS packaging issue.
The old SRPC IRT nexes now take the form 'nacl_irt_srpc_*', while the new IPC IRT nexes take the form 'nacl_irt_*'. BUG=116317,160316 TEST=builds Review URL: https://codereview.chromium.org/11275326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rw-r--r--chrome/tools/build/chromeos/FILES.cfg4
-rw-r--r--chrome/tools/build/linux/FILES.cfg4
-rw-r--r--chrome/tools/build/win/FILES.cfg4
3 files changed, 6 insertions, 6 deletions
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index b8c97eb..7b9c56a 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -127,12 +127,12 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'filename': 'nacl_irt_srpc_x86_32.nexe',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'filename': 'nacl_irt_srpc_x86_64.nexe',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
},
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 160e286..452d061 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -136,12 +136,12 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'filename': 'nacl_irt_srpc_x86_32.nexe',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'filename': 'nacl_irt_srpc_x86_64.nexe',
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
},
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 93511d2..52a0df3 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -427,12 +427,12 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_32.nexe',
+ 'filename': 'nacl_irt_srpc_x86_32.nexe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'nacl_ipc_irt_x86_64.nexe',
+ 'filename': 'nacl_irt_srpc_x86_64.nexe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},