| Index: chrome/installer/mac/app/BUILD.gn
|
| diff --git a/chrome/installer/mac/app/BUILD.gn b/chrome/installer/mac/app/BUILD.gn
|
| index 912cfdfb8564b75a6b7846c92c193f72d90c1be2..a84fc30592537e72a8121182833d50e9f0644ed5 100644
|
| --- a/chrome/installer/mac/app/BUILD.gn
|
| +++ b/chrome/installer/mac/app/BUILD.gn
|
| @@ -33,7 +33,7 @@ mac_app_bundle("mac_installer_app") {
|
| extra_substitutions = [ "MACOSX_DEPLOYMENT_TARGET=10.9" ]
|
| sources = [
|
| "AppDelegate.h",
|
| - "AppDelegate.m",
|
| + "AppDelegate.mm",
|
| "AuthorizedInstall.h",
|
| "AuthorizedInstall.m",
|
| "InstallerWindowController.h",
|
| @@ -45,6 +45,7 @@ mac_app_bundle("mac_installer_app") {
|
| ":mac_installer_base",
|
| ":mac_installer_resources",
|
| ":mac_installer_xibs",
|
| + "//chrome/common:constants",
|
| ]
|
|
|
| libs = [
|
| @@ -79,6 +80,7 @@ test("mac_installer_unittests") {
|
| ":mac_installer_base",
|
| "//base:base",
|
| "//base/test:run_all_unittests",
|
| + "//chrome/common:constants",
|
| "//testing/gtest:gtest",
|
| ]
|
| libs = [
|
|
|