| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'installer/setup/archive_patch_helper.cc', | 232 'installer/setup/archive_patch_helper.cc', |
| 233 'installer/setup/archive_patch_helper.h', | 233 'installer/setup/archive_patch_helper.h', |
| 234 'installer/setup/install.cc', | 234 'installer/setup/install.cc', |
| 235 'installer/setup/install.h', | 235 'installer/setup/install.h', |
| 236 'installer/setup/install_worker.cc', | 236 'installer/setup/install_worker.cc', |
| 237 'installer/setup/install_worker.h', | 237 'installer/setup/install_worker.h', |
| 238 'installer/setup/installer_crash_reporter_client.cc', | 238 'installer/setup/installer_crash_reporter_client.cc', |
| 239 'installer/setup/installer_crash_reporter_client.h', | 239 'installer/setup/installer_crash_reporter_client.h', |
| 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', |
| 243 'installer/setup/installer_metrics.h', |
| 242 'installer/setup/setup_constants.cc', | 244 'installer/setup/setup_constants.cc', |
| 243 'installer/setup/setup_constants.h', | 245 'installer/setup/setup_constants.h', |
| 244 'installer/setup/setup_util.cc', | 246 'installer/setup/setup_util.cc', |
| 245 'installer/setup/setup_util.h', | 247 'installer/setup/setup_util.h', |
| 246 'installer/setup/update_active_setup_version_work_item.cc', | 248 'installer/setup/update_active_setup_version_work_item.cc', |
| 247 'installer/setup/update_active_setup_version_work_item.h', | 249 'installer/setup/update_active_setup_version_work_item.h', |
| 248 ], | 250 ], |
| 249 }, | 251 }, |
| 250 { | 252 { |
| 251 # GN version: //chrome/installer/setup | 253 # GN version: //chrome/installer/setup |
| (...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 '../build/isolate.gypi', | 1127 '../build/isolate.gypi', |
| 1126 ], | 1128 ], |
| 1127 'sources': [ | 1129 'sources': [ |
| 1128 'setup_unittests.isolate', | 1130 'setup_unittests.isolate', |
| 1129 ], | 1131 ], |
| 1130 }, | 1132 }, |
| 1131 ], | 1133 ], |
| 1132 }], | 1134 }], |
| 1133 ], | 1135 ], |
| 1134 } | 1136 } |
| OLD | NEW |