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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1470503002: Sign Mac diff patcher tools: goobspatch, xzdec, liblzma_decompress.dylib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'branding_dir': 'app/theme/<(branding_path_component)', 8 'branding_dir': 'app/theme/<(branding_path_component)',
9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
10 }, 10 },
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'files': [ 1033 'files': [
1034 '<(PRODUCT_DIR)/goobsdiff', 1034 '<(PRODUCT_DIR)/goobsdiff',
1035 '<(PRODUCT_DIR)/goobspatch', 1035 '<(PRODUCT_DIR)/goobspatch',
1036 '<(PRODUCT_DIR)/liblzma_decompress.dylib', 1036 '<(PRODUCT_DIR)/liblzma_decompress.dylib',
1037 '<(PRODUCT_DIR)/xz', 1037 '<(PRODUCT_DIR)/xz',
1038 '<(PRODUCT_DIR)/xzdec', 1038 '<(PRODUCT_DIR)/xzdec',
1039 'installer/mac/dirdiffer.sh', 1039 'installer/mac/dirdiffer.sh',
1040 'installer/mac/dirpatcher.sh', 1040 'installer/mac/dirpatcher.sh',
1041 'installer/mac/dmgdiffer.sh', 1041 'installer/mac/dmgdiffer.sh',
1042 'installer/mac/pkg-dmg', 1042 'installer/mac/pkg-dmg',
1043 'installer/mac/sign_installer_tools.sh',
1043 ], 1044 ],
1044 'conditions': [ 1045 'conditions': [
1045 ['mac_keystone==1', { 1046 ['mac_keystone==1', {
1046 'files': [ 1047 'files': [
1047 'installer/mac/keystone_install.sh', 1048 'installer/mac/keystone_install.sh',
1048 ], 1049 ],
1049 }], # mac_keystone 1050 }], # mac_keystone
1050 ['branding=="Chrome" and buildtype=="Official"', { 1051 ['branding=="Chrome" and buildtype=="Official"', {
1051 'files': [ 1052 'files': [
1052 'app/theme/google_chrome/mac/app_canary.icns', 1053 'app/theme/google_chrome/mac/app_canary.icns',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 '../build/isolate.gypi', 1125 '../build/isolate.gypi',
1125 ], 1126 ],
1126 'sources': [ 1127 'sources': [
1127 'setup_unittests.isolate', 1128 'setup_unittests.isolate',
1128 ], 1129 ],
1129 }, 1130 },
1130 ], 1131 ],
1131 }], 1132 }],
1132 ], 1133 ],
1133 } 1134 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mac/sign_installer_tools.sh » ('j') | chrome/installer/mac/sign_installer_tools.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698