| Index: chrome/installer/mac/app/BUILD.gn
|
| diff --git a/chrome/installer/mac/app/BUILD.gn b/chrome/installer/mac/app/BUILD.gn
|
| index c5545e8510a96e542518cb51db0ac4672874fc07..e05c6186437543ffb318b70f79deb6b46dfea06c 100644
|
| --- a/chrome/installer/mac/app/BUILD.gn
|
| +++ b/chrome/installer/mac/app/BUILD.gn
|
| @@ -13,6 +13,7 @@ static_library("mac_installer_base") {
|
| "OmahaXMLParser.m",
|
| "OmahaXMLRequest.m",
|
| "SystemInfo.m",
|
| + "Unpacker.m",
|
| ]
|
| }
|
|
|
| @@ -23,7 +24,11 @@ executable("mac_installer") {
|
| deps = [
|
| ":mac_installer_base",
|
| ]
|
| - libs = [ "Foundation.framework" ]
|
| + libs = [
|
| + "CoreFoundation.framework",
|
| + "DiskArbitration.framework",
|
| + "Foundation.framework",
|
| + ]
|
| }
|
|
|
| test("mac_installer_test") {
|
|
|