| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'installer/util/installer_state.cc', | 69 'installer/util/installer_state.cc', |
| 70 'installer/util/installer_state.h', | 70 'installer/util/installer_state.h', |
| 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/module_util_win.cc', |
| 80 'installer/util/module_util_win.h', |
| 79 'installer/util/move_tree_work_item.cc', | 81 'installer/util/move_tree_work_item.cc', |
| 80 'installer/util/move_tree_work_item.h', | 82 'installer/util/move_tree_work_item.h', |
| 81 'installer/util/non_updating_app_registration_data.cc', | 83 'installer/util/non_updating_app_registration_data.cc', |
| 82 'installer/util/non_updating_app_registration_data.h', | 84 'installer/util/non_updating_app_registration_data.h', |
| 83 'installer/util/registry_key_backup.cc', | 85 'installer/util/registry_key_backup.cc', |
| 84 'installer/util/registry_key_backup.h', | 86 'installer/util/registry_key_backup.h', |
| 85 'installer/util/self_reg_work_item.cc', | 87 'installer/util/self_reg_work_item.cc', |
| 86 'installer/util/self_reg_work_item.h', | 88 'installer/util/self_reg_work_item.h', |
| 87 'installer/util/set_reg_value_work_item.cc', | 89 'installer/util/set_reg_value_work_item.cc', |
| 88 'installer/util/set_reg_value_work_item.h', | 90 'installer/util/set_reg_value_work_item.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 ], | 224 ], |
| 223 'include_dirs': [ | 225 'include_dirs': [ |
| 224 '<(DEPTH)', | 226 '<(DEPTH)', |
| 225 ], | 227 ], |
| 226 } | 228 } |
| 227 ], | 229 ], |
| 228 }], | 230 }], |
| 229 | 231 |
| 230 ], | 232 ], |
| 231 } | 233 } |
| OLD | NEW |