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

Side by Side Diff: chrome/installer/mac/BUILD.gn

Issue 2476403002: Add new Chrome signing/diff scripts to build configs. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_dmgs", 86 "internal/generate_dmgs",
87 "internal/signing_common.sh",
86 ] 88 ]
87 } 89 }
88 90
89 outputs = [ 91 outputs = [
90 "$_packaging_dir/{{source_file_part}}", 92 "$_packaging_dir/{{source_file_part}}",
91 ] 93 ]
92 } 94 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698