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

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

Issue 897903003: Ship kasko.dll with SyzyASAN instrumented Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome_watcher_initialization_event
Patch Set: Review feedback. Created 5 years, 10 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 | « chrome/installer/mini_installer/chrome.release ('k') | 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 bbdfa7e14ed3c583458db47000afd8d7cb379c80..13af9e9223654da80d6726678f91fcb4ad45107a 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -595,6 +595,14 @@ FILES = [
'buildtype': ['dev', 'official'],
'optional': ['dev', 'official'],
},
+ {
+ 'filename': 'syzygy/kasko.dll',
+ 'arch': ['32bit'],
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'syzygy/kasko.dll',
+ 'filegroup': ['symsrc'],
+ 'optional': ['dev', 'official'],
+ },
# Test binaries for external QA:
{
'filename': 'interactive_ui_tests.exe',
@@ -766,6 +774,13 @@ FILES = [
'optional': ['dev', 'official'],
},
{
+ 'filename': 'syzygy/kasko.dll.pdb',
+ 'arch': ['32bit'],
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'chrome-win32-syms.zip',
+ 'optional': ['dev', 'official'],
+ },
+ {
'filename': 'nacl_irt_x86_32.nexe.debug',
'arch': ['32bit'],
'buildtype': ['official'],
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698