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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'installer/util/l10n_string_util.cc', | 71 'installer/util/l10n_string_util.cc', |
72 'installer/util/l10n_string_util.h', | 72 'installer/util/l10n_string_util.h', |
73 'installer/util/language_selector.cc', | 73 'installer/util/language_selector.cc', |
74 'installer/util/language_selector.h', | 74 'installer/util/language_selector.h', |
75 'installer/util/legacy_firewall_manager_win.cc', | 75 'installer/util/legacy_firewall_manager_win.cc', |
76 'installer/util/legacy_firewall_manager_win.h', | 76 'installer/util/legacy_firewall_manager_win.h', |
77 'installer/util/master_preferences_constants.cc', | 77 'installer/util/master_preferences_constants.cc', |
78 'installer/util/master_preferences_constants.h', | 78 'installer/util/master_preferences_constants.h', |
79 'installer/util/move_tree_work_item.cc', | 79 'installer/util/move_tree_work_item.cc', |
80 'installer/util/move_tree_work_item.h', | 80 'installer/util/move_tree_work_item.h', |
| 81 'installer/util/non_updating_app_registration_data.cc', |
81 'installer/util/non_updating_app_registration_data.h', | 82 'installer/util/non_updating_app_registration_data.h', |
82 'installer/util/non_updating_app_registration_data.cc', | |
83 'installer/util/registry_key_backup.cc', | 83 'installer/util/registry_key_backup.cc', |
84 'installer/util/registry_key_backup.h', | 84 'installer/util/registry_key_backup.h', |
85 'installer/util/self_reg_work_item.cc', | 85 'installer/util/self_reg_work_item.cc', |
86 'installer/util/self_reg_work_item.h', | 86 'installer/util/self_reg_work_item.h', |
87 'installer/util/set_reg_value_work_item.cc', | 87 'installer/util/set_reg_value_work_item.cc', |
88 'installer/util/set_reg_value_work_item.h', | 88 'installer/util/set_reg_value_work_item.h', |
| 89 'installer/util/updating_app_registration_data.cc', |
89 'installer/util/updating_app_registration_data.h', | 90 'installer/util/updating_app_registration_data.h', |
90 'installer/util/updating_app_registration_data.cc', | |
91 'installer/util/util_constants.cc', | 91 'installer/util/util_constants.cc', |
92 'installer/util/util_constants.h', | 92 'installer/util/util_constants.h', |
93 'installer/util/wmi.cc', | 93 'installer/util/wmi.cc', |
94 'installer/util/wmi.h', | 94 'installer/util/wmi.h', |
95 'installer/util/work_item.cc', | 95 'installer/util/work_item.cc', |
96 'installer/util/work_item.h', | 96 'installer/util/work_item.h', |
97 'installer/util/work_item_list.cc', | 97 'installer/util/work_item_list.cc', |
98 'installer/util/work_item_list.h', | 98 'installer/util/work_item_list.h', |
99 ], | 99 ], |
100 'include_dirs': [ | 100 'include_dirs': [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'installer/util/html_dialog.h', | 145 'installer/util/html_dialog.h', |
146 'installer/util/html_dialog_impl.cc', | 146 'installer/util/html_dialog_impl.cc', |
147 'installer/util/installation_validator.cc', | 147 'installer/util/installation_validator.cc', |
148 'installer/util/installation_validator.h', | 148 'installer/util/installation_validator.h', |
149 'installer/util/logging_installer.cc', | 149 'installer/util/logging_installer.cc', |
150 'installer/util/logging_installer.h', | 150 'installer/util/logging_installer.h', |
151 'installer/util/lzma_util.cc', | 151 'installer/util/lzma_util.cc', |
152 'installer/util/lzma_util.h', | 152 'installer/util/lzma_util.h', |
153 'installer/util/master_preferences.cc', | 153 'installer/util/master_preferences.cc', |
154 'installer/util/master_preferences.h', | 154 'installer/util/master_preferences.h', |
| 155 'installer/util/product.cc', |
155 'installer/util/product.h', | 156 'installer/util/product.h', |
156 'installer/util/product.cc', | |
157 'installer/util/product_operations.h', | 157 'installer/util/product_operations.h', |
158 'installer/util/self_cleaning_temp_dir.cc', | 158 'installer/util/self_cleaning_temp_dir.cc', |
159 'installer/util/self_cleaning_temp_dir.h', | 159 'installer/util/self_cleaning_temp_dir.h', |
160 'installer/util/shell_util.cc', | 160 'installer/util/shell_util.cc', |
161 'installer/util/shell_util.h', | 161 'installer/util/shell_util.h', |
162 'installer/util/uninstall_metrics.cc', | 162 'installer/util/uninstall_metrics.cc', |
163 'installer/util/uninstall_metrics.h', | 163 'installer/util/uninstall_metrics.h', |
164 'installer/util/user_experiment.cc', | 164 'installer/util/user_experiment.cc', |
165 'installer/util/user_experiment.h', | 165 'installer/util/user_experiment.h', |
166 ], | 166 ], |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 ], | 222 ], |
223 'include_dirs': [ | 223 'include_dirs': [ |
224 '<(DEPTH)', | 224 '<(DEPTH)', |
225 ], | 225 ], |
226 } | 226 } |
227 ], | 227 ], |
228 }], | 228 }], |
229 | 229 |
230 ], | 230 ], |
231 } | 231 } |
OLD | NEW |