diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 17:41:13 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 17:41:13 +0000 |
commit | 803be84a74c738ac124bc3a32800b72f21d68b28 (patch) | |
tree | 85f28bffb432c52f631f60de47d1e4a2cbb57691 /chrome/tools/build | |
parent | 053430d6e7e91fa67a5d371bf881534b3ba07a07 (diff) | |
download | chromium_src-803be84a74c738ac124bc3a32800b72f21d68b28.zip chromium_src-803be84a74c738ac124bc3a32800b72f21d68b28.tar.gz chromium_src-803be84a74c738ac124bc3a32800b72f21d68b28.tar.bz2 |
Remove NaCL files from chromeos staging/archiving lists.
BUG=94171
TEST=chromeos official builder dev channel goes green
Review URL: http://codereview.chromium.org/7747020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rw-r--r-- | chrome/tools/build/chromeos/FILES.cfg | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg index db0b2b7..0ea442a 100644 --- a/chrome/tools/build/chromeos/FILES.cfg +++ b/chrome/tools/build/chromeos/FILES.cfg @@ -108,29 +108,30 @@ FILES = [ 'buildtype': ['dev', 'official'], }, # Native Client plugin files: - { - 'filename': 'libppGoogleNaClPluginChrome.so', - 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], - }, - { - 'filename': 'nacl_irt_x86_32.nexe', - 'arch': ['32bit'], - 'buildtype': ['dev', 'official'], - }, - { - 'filename': 'nacl_irt_x86_64.nexe', - 'arch': ['64bit'], - 'buildtype': ['dev', 'official'], - }, - { - 'filename': 'nacl_helper.so', - 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], - }, - { - 'filename': 'nacl_helper_bootstrap', - 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], - }, + # Currently disabled as per http://crbug.com/94171 +# { +# 'filename': 'libppGoogleNaClPluginChrome.so', +# 'arch': ['32bit', '64bit'], +# 'buildtype': ['dev', 'official'], +# }, +# { +# 'filename': 'nacl_irt_x86_32.nexe', +# 'arch': ['32bit'], +# 'buildtype': ['dev', 'official'], +# }, +# { +# 'filename': 'nacl_irt_x86_64.nexe', +# 'arch': ['64bit'], +# 'buildtype': ['dev', 'official'], +# }, +# { +# 'filename': 'nacl_helper.so', +# 'arch': ['32bit', '64bit'], +# 'buildtype': ['dev', 'official'], +# }, +# { +# 'filename': 'nacl_helper_bootstrap', +# 'arch': ['32bit', '64bit'], +# 'buildtype': ['dev', 'official'], +# }, ] |