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

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

Issue 8836001: Add syzygy files to archives and symbol processing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | chrome/tools/build/win/SYMBOLS » ('j') | 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 540ad6928a664c5011b5683e230285aa90b87c1a..9d7a72bda6fc9c5b3ee421230743ad9dadda9742 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -13,6 +13,9 @@
# (values are based on the strings returned by python's
# platform.architecture() function).
# buildtype: List of build types for which this file should be processed.
+# archive: The name of the archive file to store filename in. If not specified,
Sigurður Ásgeirsson 2011/12/07 14:30:37 Nice!
+# filename is added to the default archive (e.g. platform.zip). If
+# archive == filename, filename is archived directly, not zipped.
FILES = [
{
@@ -405,4 +408,23 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
+ # syzygy files:
+ {
+ 'filename': 'syzygy/chrome.dll',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'syzygy/chrome.dll',
+ },
+ {
+ 'filename': 'syzygy/mini_installer.exe',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'syzygy/mini_installer.exe',
+ },
+ {
+ 'filename': 'syzygy/chrome.packed.7z',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['official'],
+ 'archive': 'syzygy/chrome.packed.7z',
+ },
]
« no previous file with comments | « no previous file | chrome/tools/build/win/SYMBOLS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698