diff options
author | erikwright <erikwright@chromium.org> | 2015-02-04 09:59:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-04 18:00:33 +0000 |
commit | 563c5ffcbb14c5f639781db4d33d2bdacd2b7fab (patch) | |
tree | 238dce77a062e51f8b892f1cb14e407fdeedb192 /chrome/installer | |
parent | 3197f15cab79f95db67aad31cf60980639743c0b (diff) | |
download | chromium_src-563c5ffcbb14c5f639781db4d33d2bdacd2b7fab.zip chromium_src-563c5ffcbb14c5f639781db4d33d2bdacd2b7fab.tar.gz chromium_src-563c5ffcbb14c5f639781db4d33d2bdacd2b7fab.tar.bz2 |
Ship kasko.dll with SyzyASAN instrumented Chrome.
BUG=
Review URL: https://codereview.chromium.org/897903003
Cr-Commit-Position: refs/heads/master@{#314579}
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release index 5b07489..fd22b83 100644 --- a/chrome/installer/mini_installer/chrome.release +++ b/chrome/installer/mini_installer/chrome.release @@ -9,7 +9,7 @@ chrome.exe: %(ChromeDir)s\ wow_helper.exe: %(ChromeDir)s\ # -# Chrome version dir aseembly manifest. +# Chrome version dir assembly manifest. # The name of this file must match the name of the version dir, so we cannot # hard-code it. # // TODO(caitkp): Find a way to do this without wildcards. @@ -25,6 +25,7 @@ chrome_elf.dll: %(VersionDir)s\ chrome_watcher.dll: %(VersionDir)s\ d3dcompiler_47.dll: %(VersionDir)s\ ffmpegsumo.dll: %(VersionDir)s\ +kasko.dll: %(VersionDir)s\ icudt.dll: %(VersionDir)s\ icudtl.dat: %(VersionDir)s\ libEGL.dll: %(VersionDir)s\ |