Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 10069045: Flag files needed for the symbol server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698