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

Unified Diff: chrome/installer/mac/app/BUILD.gn

Issue 2270083002: Added in switches for the Mac Installer to send preferences to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cl5_review
Patch Set: Rebased Created 4 years, 4 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/mac/app/AppDelegate.mm ('k') | chrome/installer/mac/app/InstallerWindowController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « chrome/installer/mac/app/AppDelegate.mm ('k') | chrome/installer/mac/app/InstallerWindowController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698