Commit 42828a33 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

Add crash_service64.exe to the list of files to archive on Buildbot

"FILES" is used when producing zip snapshots of Chromium.  This file
is read by chrome/trunk/tools/build/scripts/slave/chromium/archive_build.py.

This will allow NaCl to invoke crash_service64.exe in the NaCl
standalone build, although this is mainly for consistency across
standalone and non-standalone test runs, since the NaCl standalone
build won't support producing Breakpad crash dumps.

Add to "FILES.cfg" for consistency.  This file is read by
chrome-internal/trunk/tools/build/scripts/slave-internal/stage_build.py.

BUG=89730
TEST=untestable


Review URL: http://codereview.chromium.org/7610006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96290 0039d316-1c4b-4281-b951-d872f2087c98
parent 2fa37068
...@@ -6,6 +6,7 @@ nacl64.exe ...@@ -6,6 +6,7 @@ nacl64.exe
chrome.dll chrome.dll
nacl64.dll nacl64.dll
crash_service.exe crash_service.exe
crash_service64.exe
First Run First Run
ppGoogleNaClPluginChrome.dll ppGoogleNaClPluginChrome.dll
nacl_irt_x86_32.nexe nacl_irt_x86_32.nexe
......
...@@ -55,6 +55,11 @@ FILES = [ ...@@ -55,6 +55,11 @@ FILES = [
'arch': ['32bit', '64bit'], 'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
}, },
{
'filename': 'crash_service64.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{ {
'filename': 'First Run', 'filename': 'First Run',
'arch': ['32bit', '64bit'], 'arch': ['32bit', '64bit'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment