| 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': [ |
| 11 # This part is shared between the two versions of the target. | 11 # This part is shared between the two versions of the target. |
| 12 ['installer_util_target==1', { | 12 ['installer_util_target==1', { |
| 13 'sources': [ | 13 'sources': [ |
| 14 'installer/util/advanced_security_firewall_manager_win.cc', |
| 15 'installer/util/advanced_security_firewall_manager_win.h', |
| 14 'installer/util/app_command.cc', | 16 'installer/util/app_command.cc', |
| 15 'installer/util/app_command.h', | 17 'installer/util/app_command.h', |
| 16 'installer/util/app_commands.cc', | 18 'installer/util/app_commands.cc', |
| 17 'installer/util/app_commands.h', | 19 'installer/util/app_commands.h', |
| 18 'installer/util/auto_launch_util.cc', | 20 'installer/util/auto_launch_util.cc', |
| 19 'installer/util/auto_launch_util.h', | 21 'installer/util/auto_launch_util.h', |
| 20 'installer/util/browser_distribution.cc', | 22 'installer/util/browser_distribution.cc', |
| 21 'installer/util/browser_distribution.h', | 23 'installer/util/browser_distribution.h', |
| 22 'installer/util/callback_work_item.cc', | 24 'installer/util/callback_work_item.cc', |
| 23 'installer/util/callback_work_item.h', | 25 'installer/util/callback_work_item.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 40 'installer/util/create_reg_key_work_item.cc', | 42 'installer/util/create_reg_key_work_item.cc', |
| 41 'installer/util/create_reg_key_work_item.h', | 43 'installer/util/create_reg_key_work_item.h', |
| 42 'installer/util/delete_reg_key_work_item.cc', | 44 'installer/util/delete_reg_key_work_item.cc', |
| 43 'installer/util/delete_reg_key_work_item.h', | 45 'installer/util/delete_reg_key_work_item.h', |
| 44 'installer/util/delete_reg_value_work_item.cc', | 46 'installer/util/delete_reg_value_work_item.cc', |
| 45 'installer/util/delete_reg_value_work_item.h', | 47 'installer/util/delete_reg_value_work_item.h', |
| 46 'installer/util/delete_tree_work_item.cc', | 48 'installer/util/delete_tree_work_item.cc', |
| 47 'installer/util/delete_tree_work_item.h', | 49 'installer/util/delete_tree_work_item.h', |
| 48 'installer/util/duplicate_tree_detector.cc', | 50 'installer/util/duplicate_tree_detector.cc', |
| 49 'installer/util/duplicate_tree_detector.h', | 51 'installer/util/duplicate_tree_detector.h', |
| 52 'installer/util/firewall_manager.cc', |
| 53 'installer/util/firewall_manager.h', |
| 54 'installer/util/firewall_manager_win.cc', |
| 50 'installer/util/google_chrome_binaries_distribution.cc', | 55 'installer/util/google_chrome_binaries_distribution.cc', |
| 51 'installer/util/google_chrome_binaries_distribution.h', | 56 'installer/util/google_chrome_binaries_distribution.h', |
| 52 'installer/util/google_chrome_sxs_distribution.cc', | 57 'installer/util/google_chrome_sxs_distribution.cc', |
| 53 'installer/util/google_chrome_sxs_distribution.h', | 58 'installer/util/google_chrome_sxs_distribution.h', |
| 54 'installer/util/google_update_constants.cc', | 59 'installer/util/google_update_constants.cc', |
| 55 'installer/util/google_update_constants.h', | 60 'installer/util/google_update_constants.h', |
| 56 'installer/util/google_update_experiment_util.cc', | 61 'installer/util/google_update_experiment_util.cc', |
| 57 'installer/util/google_update_experiment_util.h', | 62 'installer/util/google_update_experiment_util.h', |
| 58 'installer/util/google_update_settings.cc', | 63 'installer/util/google_update_settings.cc', |
| 59 'installer/util/google_update_settings.h', | 64 'installer/util/google_update_settings.h', |
| 60 'installer/util/google_update_util.cc', | 65 'installer/util/google_update_util.cc', |
| 61 'installer/util/google_update_util.h', | 66 'installer/util/google_update_util.h', |
| 62 'installer/util/helper.cc', | 67 'installer/util/helper.cc', |
| 63 'installer/util/helper.h', | 68 'installer/util/helper.h', |
| 64 'installer/util/install_util.cc', | 69 'installer/util/install_util.cc', |
| 65 'installer/util/install_util.h', | 70 'installer/util/install_util.h', |
| 66 'installer/util/installation_state.cc', | 71 'installer/util/installation_state.cc', |
| 67 'installer/util/installation_state.h', | 72 'installer/util/installation_state.h', |
| 68 'installer/util/installer_state.cc', | 73 'installer/util/installer_state.cc', |
| 69 'installer/util/installer_state.h', | 74 'installer/util/installer_state.h', |
| 70 'installer/util/l10n_string_util.cc', | 75 'installer/util/l10n_string_util.cc', |
| 71 'installer/util/l10n_string_util.h', | 76 'installer/util/l10n_string_util.h', |
| 72 'installer/util/language_selector.cc', | 77 'installer/util/language_selector.cc', |
| 73 'installer/util/language_selector.h', | 78 'installer/util/language_selector.h', |
| 79 'installer/util/legacy_firewall_manager_win.cc', |
| 80 'installer/util/legacy_firewall_manager_win.h', |
| 74 'installer/util/master_preferences_constants.cc', | 81 'installer/util/master_preferences_constants.cc', |
| 75 'installer/util/master_preferences_constants.h', | 82 'installer/util/master_preferences_constants.h', |
| 76 'installer/util/move_tree_work_item.cc', | 83 'installer/util/move_tree_work_item.cc', |
| 77 'installer/util/move_tree_work_item.h', | 84 'installer/util/move_tree_work_item.h', |
| 78 'installer/util/registry_key_backup.cc', | 85 'installer/util/registry_key_backup.cc', |
| 79 'installer/util/registry_key_backup.h', | 86 'installer/util/registry_key_backup.h', |
| 80 'installer/util/self_reg_work_item.cc', | 87 'installer/util/self_reg_work_item.cc', |
| 81 'installer/util/self_reg_work_item.h', | 88 'installer/util/self_reg_work_item.h', |
| 82 'installer/util/set_reg_value_work_item.cc', | 89 'installer/util/set_reg_value_work_item.cc', |
| 83 'installer/util/set_reg_value_work_item.h', | 90 'installer/util/set_reg_value_work_item.h', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 ], | 219 ], |
| 213 'include_dirs': [ | 220 'include_dirs': [ |
| 214 '<(DEPTH)', | 221 '<(DEPTH)', |
| 215 ], | 222 ], |
| 216 } | 223 } |
| 217 ], | 224 ], |
| 218 }], | 225 }], |
| 219 | 226 |
| 220 ], | 227 ], |
| 221 } | 228 } |
| OLD | NEW |