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

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

Issue 298253010: Add syzygy/instrumented/chrome_child.dll to the official SyzyASan archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 c8c52f6ed7afe476314aff291e9c7e1a9c93d754..8ebeeab1874514bfb65e2a3029f65e98701e1d2c 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -560,6 +560,14 @@ FILES = [
'optional': ['dev', 'official'],
},
{
+ 'filename': 'syzygy/instrumented/chrome_child.dll',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ 'archive': 'syzygy/instrumented/chrome_child.dll',
+ 'filegroup': ['symsrc'],
+ 'optional': ['official'],
+ },
+ {
'filename': 'syzygy/mini_installer.exe',
'arch': ['32bit'],
'buildtype': ['dev', 'official'],
« 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