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': 'app/theme/<(branding_path_component)', | 9 'branding_dir': 'app/theme/<(branding_path_component)', |
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'message': 'Generating installer_util_strings', | 178 'message': 'Generating installer_util_strings', |
179 }, | 179 }, |
180 ], | 180 ], |
181 'direct_dependent_settings': { | 181 'direct_dependent_settings': { |
182 'include_dirs': [ | 182 'include_dirs': [ |
183 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings', | 183 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings', |
184 ], | 184 ], |
185 }, | 185 }, |
186 }, | 186 }, |
187 { | 187 { |
| 188 # GN version: //chrome/installer/launcher_support |
188 'target_name': 'launcher_support', | 189 'target_name': 'launcher_support', |
189 'type': 'static_library', | 190 'type': 'static_library', |
190 'include_dirs': [ | 191 'include_dirs': [ |
191 '..', | 192 '..', |
192 ], | 193 ], |
193 'direct_dependent_settings': { | 194 'direct_dependent_settings': { |
194 'include_dirs': [ | 195 'include_dirs': [ |
195 '..', | 196 '..', |
196 ], | 197 ], |
197 }, | 198 }, |
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1060 '..', | 1061 '..', |
1061 ], | 1062 ], |
1062 'sources': [ | 1063 'sources': [ |
1063 'installer/gcapi_mac/gcapi_example_client.mm', | 1064 'installer/gcapi_mac/gcapi_example_client.mm', |
1064 ], | 1065 ], |
1065 }, | 1066 }, |
1066 ], # targets | 1067 ], # targets |
1067 }], # OS=="mac" | 1068 }], # OS=="mac" |
1068 ], | 1069 ], |
1069 } | 1070 } |
OLD | NEW |