Commit 0216c89b authored by Ken Rockot's avatar Ken Rockot Committed by Commit Bot

Include mojo_core.dll in Windows installation

This bundles mojo_core.dll into the normal Chrome release installer to
be installed alongside chrome.dll.

Fixed: 1082446
Change-Id: Iba03bca2f05d56f6a12396ba781547c3ebb7abe0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208354Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#770639}
parent 4d71be2e
...@@ -180,6 +180,7 @@ template("generate_mini_installer") { ...@@ -180,6 +180,7 @@ template("generate_mini_installer") {
"//chrome/browser/extensions/default_extensions", "//chrome/browser/extensions/default_extensions",
"//chrome/common/win:eventlog_provider", "//chrome/common/win:eventlog_provider",
"//chrome/installer/setup", "//chrome/installer/setup",
"//mojo/core:shared_library",
"//third_party/icu:icudata", "//third_party/icu:icudata",
chrome_dll_target, chrome_dll_target,
] ]
......
...@@ -28,6 +28,7 @@ eventlog_provider.dll: %(VersionDir)s\ ...@@ -28,6 +28,7 @@ eventlog_provider.dll: %(VersionDir)s\
icudtl.dat: %(VersionDir)s\ icudtl.dat: %(VersionDir)s\
libEGL.dll: %(VersionDir)s\ libEGL.dll: %(VersionDir)s\
libGLESv2.dll: %(VersionDir)s\ libGLESv2.dll: %(VersionDir)s\
mojo_core.dll: %(VersionDir)s\
nacl64.exe: %(VersionDir)s\ nacl64.exe: %(VersionDir)s\
nacl_irt_x86_32.nexe: %(VersionDir)s\ nacl_irt_x86_32.nexe: %(VersionDir)s\
nacl_irt_x86_64.nexe: %(VersionDir)s\ nacl_irt_x86_64.nexe: %(VersionDir)s\
......
...@@ -102,6 +102,11 @@ FILES = [ ...@@ -102,6 +102,11 @@ FILES = [
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
'optional': ['dev', 'official'], 'optional': ['dev', 'official'],
}, },
{
'filename': 'mojo_core.dll',
'buildtype': ['dev', 'official'],
'optional': ['dev', 'official'],
},
{ {
'filename': 'v8_context_snapshot.bin', 'filename': 'v8_context_snapshot.bin',
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
...@@ -671,6 +676,11 @@ FILES = [ ...@@ -671,6 +676,11 @@ FILES = [
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip', 'archive': 'chrome-win32-syms.zip',
}, },
{
'filename': 'mojo_core.dll.pdb',
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
},
{ {
'filename': 'swiftshader/libEGL.dll.pdb', 'filename': 'swiftshader/libEGL.dll.pdb',
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment