| 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 '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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'installer/setup/installer_crash_reporting.cc', | 240 'installer/setup/installer_crash_reporting.cc', |
| 241 'installer/setup/installer_crash_reporting.h', | 241 'installer/setup/installer_crash_reporting.h', |
| 242 'installer/setup/installer_metrics.cc', | 242 'installer/setup/installer_metrics.cc', |
| 243 'installer/setup/installer_metrics.h', | 243 'installer/setup/installer_metrics.h', |
| 244 'installer/setup/setup_constants.cc', | 244 'installer/setup/setup_constants.cc', |
| 245 'installer/setup/setup_constants.h', | 245 'installer/setup/setup_constants.h', |
| 246 'installer/setup/setup_util.cc', | 246 'installer/setup/setup_util.cc', |
| 247 'installer/setup/setup_util.h', | 247 'installer/setup/setup_util.h', |
| 248 'installer/setup/update_active_setup_version_work_item.cc', | 248 'installer/setup/update_active_setup_version_work_item.cc', |
| 249 'installer/setup/update_active_setup_version_work_item.h', | 249 'installer/setup/update_active_setup_version_work_item.h', |
| 250 'installer/setup/update_shortcuts.cc', |
| 251 'installer/setup/update_shortcuts.h', |
| 250 ], | 252 ], |
| 251 }, | 253 }, |
| 252 { | 254 { |
| 253 # GN version: //chrome/installer/setup | 255 # GN version: //chrome/installer/setup |
| 254 'target_name': 'setup', | 256 'target_name': 'setup', |
| 255 'type': 'executable', | 257 'type': 'executable', |
| 256 'dependencies': [ | 258 'dependencies': [ |
| 257 'setup_lib', | 259 'setup_lib', |
| 258 '../chrome/common_constants.gyp:common_constants', | 260 '../chrome/common_constants.gyp:common_constants', |
| 259 '../chrome/common_constants.gyp:version_header', | 261 '../chrome/common_constants.gyp:version_header', |
| (...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1127 '../build/isolate.gypi', | 1129 '../build/isolate.gypi', |
| 1128 ], | 1130 ], |
| 1129 'sources': [ | 1131 'sources': [ |
| 1130 'setup_unittests.isolate', | 1132 'setup_unittests.isolate', |
| 1131 ], | 1133 ], |
| 1132 }, | 1134 }, |
| 1133 ], | 1135 ], |
| 1134 }], | 1136 }], |
| 1135 ], | 1137 ], |
| 1136 } | 1138 } |
| OLD | NEW |