OLD | NEW |
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 'libpeer_target_type%': 'static_library', | 8 'libpeer_target_type%': 'static_library', |
9 # 'branding_dir' is set in the 'conditions' section at the bottom. | 9 # 'branding_dir' is set in the 'conditions' section at the bottom. |
10 }, | 10 }, |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'VCManifestTool': { | 143 'VCManifestTool': { |
144 'AdditionalManifestFiles': [ | 144 'AdditionalManifestFiles': [ |
145 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', | 145 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma
nifest', |
146 ], | 146 ], |
147 }, | 147 }, |
148 }, | 148 }, |
149 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 149 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
150 'msvs_disabled_warnings': [ 4267, ], | 150 'msvs_disabled_warnings': [ 4267, ], |
151 }, | 151 }, |
152 { | 152 { |
| 153 # GN version: //chrome/installer/util:strings |
153 'target_name': 'installer_util_strings', | 154 'target_name': 'installer_util_strings', |
154 'type': 'none', | 155 'type': 'none', |
155 'actions': [ | 156 'actions': [ |
156 { | 157 { |
157 'action_name': 'installer_util_strings', | 158 'action_name': 'installer_util_strings', |
158 'variables': { | 159 'variables': { |
159 'create_string_rc_py': 'installer/util/prebuild/create_string_rc
.py', | 160 'create_string_rc_py': 'installer/util/prebuild/create_string_rc
.py', |
160 }, | 161 }, |
161 'conditions': [ | 162 'conditions': [ |
162 ['branding=="Chrome"', { | 163 ['branding=="Chrome"', { |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1088 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', | 1089 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', |
1089 }, | 1090 }, |
1090 }, { # else branding!="Chrome" | 1091 }, { # else branding!="Chrome" |
1091 'variables': { | 1092 'variables': { |
1092 'branding_dir': 'app/theme/chromium', | 1093 'branding_dir': 'app/theme/chromium', |
1093 'branding_dir_100': 'app/theme/default_100_percent/chromium', | 1094 'branding_dir_100': 'app/theme/default_100_percent/chromium', |
1094 }, | 1095 }, |
1095 }], | 1096 }], |
1096 ], | 1097 ], |
1097 } | 1098 } |
OLD | NEW |