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

Side by Side Diff: chrome/installer/mac/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 unified diff | Download patch
« no previous file with comments | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/util/branding.gni") 5 import("//build/util/branding.gni")
6 import("//build/util/version.gni") 6 import("//build/util/version.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 8
9 group("mac") { 9 group("mac") {
10 public_deps = [ 10 public_deps = [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "$root_out_dir/liblzma_decompress.dylib", 62 "$root_out_dir/liblzma_decompress.dylib",
63 "$root_out_dir/xz", 63 "$root_out_dir/xz",
64 "$root_out_dir/xzdec", 64 "$root_out_dir/xzdec",
65 "dirdiffer.sh", 65 "dirdiffer.sh",
66 "dirpatcher.sh", 66 "dirpatcher.sh",
67 "dmgdiffer.sh", 67 "dmgdiffer.sh",
68 "pkg-dmg", 68 "pkg-dmg",
69 "sign_installer_tools.sh", 69 "sign_installer_tools.sh",
70 ] 70 ]
71 71
72 if (enable_mac_keystone) { 72 if (is_chrome_branded) {
73 sources += [ "keystone_install.sh" ] 73 sources += [ "keystone_install.sh" ]
74 } 74 }
75 75
76 if (is_chrome_branded) { 76 if (is_chrome_branded) {
77 sources += [ 77 sources += [
78 "//chrome/app/theme/google_chrome/mac/app_canary.icns", 78 "//chrome/app/theme/google_chrome/mac/app_canary.icns",
79 "//chrome/app/theme/google_chrome/mac/document_canary.icns", 79 "//chrome/app/theme/google_chrome/mac/document_canary.icns",
80 "internal/chrome_canary_dmg_dsstore", 80 "internal/chrome_canary_dmg_dsstore",
81 "internal/chrome_canary_dmg_icon.icns", 81 "internal/chrome_canary_dmg_icon.icns",
82 "internal/chrome_dmg_background.png", 82 "internal/chrome_dmg_background.png",
83 "internal/chrome_dmg_dsstore", 83 "internal/chrome_dmg_dsstore",
84 "internal/chrome_dmg_icon.icns", 84 "internal/chrome_dmg_icon.icns",
85 "internal/generate_diffs", 85 "internal/generate_diffs",
86 "internal/generate_dmgs", 86 "internal/generate_dmgs",
87 "internal/signing_common.sh", 87 "internal/signing_common.sh",
88 ] 88 ]
89 } 89 }
90 90
91 outputs = [ 91 outputs = [
92 "$_packaging_dir/{{source_file_part}}", 92 "$_packaging_dir/{{source_file_part}}",
93 ] 93 ]
94 } 94 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698