diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 7663205..c711126 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -45,16 +45,19 @@ FILES = [ 'filename': 'chrome.exe', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, { 'filename': 'nacl64.exe', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, { 'filename': 'chrome.dll', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, { 'filename': 'crash_service.exe', @@ -401,6 +404,7 @@ FILES = [ 'filename': 'ppGoogleNaClPluginChrome.dll', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, # Windows Chrome does not have separate x86-32 and x86-64 installs. # A single install supports both x86-32 and x86-64 versions of NaCl, @@ -459,12 +463,14 @@ FILES = [ 'arch': ['32bit', '64bit'], 'buildtype': ['official'], 'archive': 'syzygy/chrome.dll', + 'filegroup': ['symsrc'], }, { 'filename': 'syzygy/mini_installer.exe', 'arch': ['32bit', '64bit'], 'buildtype': ['official'], 'archive': 'syzygy/mini_installer.exe', + 'filegroup': ['symsrc'], }, { 'filename': 'syzygy/chrome.packed.7z', @@ -477,21 +483,25 @@ FILES = [ 'filename': 'npchrome_frame.dll', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, { 'filename': 'chrome_launcher.exe', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, { 'filename': 'chrome_frame_helper.exe', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, { 'filename': 'chrome_frame_helper.dll', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], + 'filegroup': ['symsrc'], }, # Perf testing binary: { @@ -505,6 +515,14 @@ FILES = [ 'arch': ['32bit', '64bit'], 'buildtype': ['official'], 'archive': 'setup.exe', + 'filegroup': ['symsrc'], + }, + { + 'filename': 'mini_installer.exe', + 'arch': ['32bit', '64bit'], + 'buildtype': ['official'], + 'archive': 'mini_installer.exe', + 'filegroup': ['symsrc'], }, { 'filename': 'chrome.packed.7z', @@ -533,9 +551,6 @@ FILES = [ 'buildtype': ['official'], 'archive': 'courgette64.exe', }, - # TODO(mmoss): Use custom archive setting to control archiving of symbols for - # dev builds. Official builds still use the old-style SYMBOLS file until the - # official build scripts are updated to use FILES.cfg. { 'filename': 'chrome_dll.pdb', 'arch': ['32bit', '64bit'], |