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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'installer/util/installation_validator.h', | 151 'installer/util/installation_validator.h', |
152 'installer/util/logging_installer.cc', | 152 'installer/util/logging_installer.cc', |
153 'installer/util/logging_installer.h', | 153 'installer/util/logging_installer.h', |
154 'installer/util/lzma_util.cc', | 154 'installer/util/lzma_util.cc', |
155 'installer/util/lzma_util.h', | 155 'installer/util/lzma_util.h', |
156 'installer/util/master_preferences.cc', | 156 'installer/util/master_preferences.cc', |
157 'installer/util/master_preferences.h', | 157 'installer/util/master_preferences.h', |
158 'installer/util/product.cc', | 158 'installer/util/product.cc', |
159 'installer/util/product.h', | 159 'installer/util/product.h', |
160 'installer/util/product_operations.h', | 160 'installer/util/product_operations.h', |
| 161 'installer/util/registry_entry.cc', |
| 162 'installer/util/registry_entry.h', |
161 'installer/util/self_cleaning_temp_dir.cc', | 163 'installer/util/self_cleaning_temp_dir.cc', |
162 'installer/util/self_cleaning_temp_dir.h', | 164 'installer/util/self_cleaning_temp_dir.h', |
163 'installer/util/shell_util.cc', | 165 'installer/util/shell_util.cc', |
164 'installer/util/shell_util.h', | 166 'installer/util/shell_util.h', |
165 'installer/util/uninstall_metrics.cc', | 167 'installer/util/uninstall_metrics.cc', |
166 'installer/util/uninstall_metrics.h', | 168 'installer/util/uninstall_metrics.h', |
167 'installer/util/user_experiment.cc', | 169 'installer/util/user_experiment.cc', |
168 'installer/util/user_experiment.h', | 170 'installer/util/user_experiment.h', |
169 ], | 171 ], |
170 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 172 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 ], | 226 ], |
225 'include_dirs': [ | 227 'include_dirs': [ |
226 '<(DEPTH)', | 228 '<(DEPTH)', |
227 ], | 229 ], |
228 } | 230 } |
229 ], | 231 ], |
230 }], | 232 }], |
231 | 233 |
232 ], | 234 ], |
233 } | 235 } |
OLD | NEW |