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

Unified Diff: chrome/BUILD.gn

Issue 2558973003: Remove the enable_mac_keystone build flag. (Closed)
Patch Set: Fix Created 4 years 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 | « build/config/features.gni ('k') | chrome/installer/mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 58586fc23837b5be48a04e3783ea06b361c5311e..724a7e4d5cddca7f4a634a5cb462c8adb816cf85 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -498,7 +498,7 @@ if (is_win) {
tweak_info_plist("chrome_app_plist") {
info_plist = "app/app-Info.plist"
_keystone_arg = "0"
- if (enable_mac_keystone) {
+ if (is_chrome_branded) {
_keystone_arg = "1"
}
args = [
@@ -761,7 +761,7 @@ if (is_win) {
"//chrome/app_shim:app_mode_loader",
]
- if (enable_mac_keystone) {
+ if (is_chrome_branded) {
sources += [
"browser/mac/keystone_promote_postflight.sh",
"browser/mac/keystone_promote_preflight.sh",
@@ -900,7 +900,7 @@ if (is_win) {
}
}
- if (enable_mac_keystone) {
+ if (is_chrome_branded) {
action("keystone_registration_framework") {
script = "//chrome/tools/build/mac/copy_keystone_framework.py"
« no previous file with comments | « build/config/features.gni ('k') | chrome/installer/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698