summaryrefslogtreecommitdiff
path: root/chromium/chrome/installer/mac/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/installer/mac/BUILD.gn')
-rw-r--r--chromium/chrome/installer/mac/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/chrome/installer/mac/BUILD.gn b/chromium/chrome/installer/mac/BUILD.gn
index c6f23f82ac2..108dd95d867 100644
--- a/chromium/chrome/installer/mac/BUILD.gn
+++ b/chromium/chrome/installer/mac/BUILD.gn
@@ -92,12 +92,22 @@ copy("copies") {
if (is_chrome_branded) {
sources += [
+ "//chrome/app/theme/google_chrome/mac/app_beta.icns",
"//chrome/app/theme/google_chrome/mac/app_canary.icns",
+ "//chrome/app/theme/google_chrome/mac/app_dev.icns",
+ "//chrome/app/theme/google_chrome/mac/document_beta.icns",
"//chrome/app/theme/google_chrome/mac/document_canary.icns",
+ "//chrome/app/theme/google_chrome/mac/document_dev.icns",
"internal/Google_Chrome.provisionprofile",
+ "internal/Google_Chrome_Beta.provisionprofile",
"internal/Google_Chrome_Canary.provisionprofile",
+ "internal/Google_Chrome_Dev.provisionprofile",
+ "internal/chrome_beta_dmg_dsstore",
+ "internal/chrome_beta_dmg_icon.icns",
"internal/chrome_canary_dmg_dsstore",
"internal/chrome_canary_dmg_icon.icns",
+ "internal/chrome_dev_dmg_dsstore",
+ "internal/chrome_dev_dmg_icon.icns",
"internal/chrome_dmg_background.png",
"internal/chrome_dmg_dsstore",
"internal/chrome_dmg_icon.icns",