| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'installer_util_target': 0, | 8 'installer_util_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'installer/util/installation_validator.h', | 154 'installer/util/installation_validator.h', |
| 155 'installer/util/logging_installer.cc', | 155 'installer/util/logging_installer.cc', |
| 156 'installer/util/logging_installer.h', | 156 'installer/util/logging_installer.h', |
| 157 'installer/util/lzma_util.cc', | 157 'installer/util/lzma_util.cc', |
| 158 'installer/util/lzma_util.h', | 158 'installer/util/lzma_util.h', |
| 159 'installer/util/master_preferences.cc', | 159 'installer/util/master_preferences.cc', |
| 160 'installer/util/master_preferences.h', | 160 'installer/util/master_preferences.h', |
| 161 'installer/util/product.h', | 161 'installer/util/product.h', |
| 162 'installer/util/product.cc', | 162 'installer/util/product.cc', |
| 163 'installer/util/product_operations.h', | 163 'installer/util/product_operations.h', |
| 164 'installer/util/registry_entry.cc', |
| 165 'installer/util/registry_entry.h', |
| 164 'installer/util/self_cleaning_temp_dir.cc', | 166 'installer/util/self_cleaning_temp_dir.cc', |
| 165 'installer/util/self_cleaning_temp_dir.h', | 167 'installer/util/self_cleaning_temp_dir.h', |
| 166 'installer/util/shell_util.cc', | 168 'installer/util/shell_util.cc', |
| 167 'installer/util/shell_util.h', | 169 'installer/util/shell_util.h', |
| 168 'installer/util/uninstall_metrics.cc', | 170 'installer/util/uninstall_metrics.cc', |
| 169 'installer/util/uninstall_metrics.h', | 171 'installer/util/uninstall_metrics.h', |
| 170 'installer/util/user_experiment.cc', | 172 'installer/util/user_experiment.cc', |
| 171 'installer/util/user_experiment.h', | 173 'installer/util/user_experiment.h', |
| 172 ], | 174 ], |
| 173 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 175 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 ], | 230 ], |
| 229 'include_dirs': [ | 231 'include_dirs': [ |
| 230 '<(DEPTH)', | 232 '<(DEPTH)', |
| 231 ], | 233 ], |
| 232 } | 234 } |
| 233 ], | 235 ], |
| 234 }], | 236 }], |
| 235 | 237 |
| 236 ], | 238 ], |
| 237 } | 239 } |
| OLD | NEW |