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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 'installer/setup/setup_constants.cc', | 246 'installer/setup/setup_constants.cc', |
247 'installer/setup/setup_constants.h', | 247 'installer/setup/setup_constants.h', |
248 'installer/setup/setup_exe_version.rc.version', | 248 'installer/setup/setup_exe_version.rc.version', |
249 'installer/setup/setup_main.cc', | 249 'installer/setup/setup_main.cc', |
250 'installer/setup/setup_main.h', | 250 'installer/setup/setup_main.h', |
251 'installer/setup/setup_resource.h', | 251 'installer/setup/setup_resource.h', |
252 'installer/setup/setup_util.cc', | 252 'installer/setup/setup_util.cc', |
253 'installer/setup/setup_util.h', | 253 'installer/setup/setup_util.h', |
254 'installer/setup/uninstall.cc', | 254 'installer/setup/uninstall.cc', |
255 'installer/setup/uninstall.h', | 255 'installer/setup/uninstall.h', |
| 256 'installer/setup/update_active_setup_version_work_item.cc', |
| 257 'installer/setup/update_active_setup_version_work_item.h', |
256 ], | 258 ], |
257 'msvs_settings': { | 259 'msvs_settings': { |
258 'VCLinkerTool': { | 260 'VCLinkerTool': { |
259 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 261 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
260 }, | 262 }, |
261 'VCManifestTool': { | 263 'VCManifestTool': { |
262 'AdditionalManifestFiles': [ | 264 'AdditionalManifestFiles': [ |
263 '$(ProjectDir)\\installer\\setup\\setup.exe.manifest', | 265 '$(ProjectDir)\\installer\\setup\\setup.exe.manifest', |
264 ], | 266 ], |
265 }, | 267 }, |
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1083 '../build/isolate.gypi', | 1085 '../build/isolate.gypi', |
1084 ], | 1086 ], |
1085 'sources': [ | 1087 'sources': [ |
1086 'installer_util_unittests.isolate', | 1088 'installer_util_unittests.isolate', |
1087 ], | 1089 ], |
1088 }, | 1090 }, |
1089 ], | 1091 ], |
1090 }], | 1092 }], |
1091 ], | 1093 ], |
1092 } | 1094 } |
OLD | NEW |