Index: chrome/tools/build/win/FILES.cfg |
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg |
index 7663205a3aa32c478c619872e8a892f771f6800d..c7111263458a42af8ab316a6aee7916cecd6adbb 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'], |
Sigurður Ásgeirsson
2012/04/13 14:56:15
Does this mean that this file will now only be sto
Michael Moss
2012/04/13 15:09:01
No, it's just a means of extracting subsets of fil
|
}, |
{ |
'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'], |