| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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/app_command.cc', |
| 15 'installer/util/app_command.h', |
| 16 'installer/util/app_commands.cc', |
| 17 'installer/util/app_commands.h', |
| 14 'installer/util/browser_distribution.cc', | 18 'installer/util/browser_distribution.cc', |
| 15 'installer/util/browser_distribution.h', | 19 'installer/util/browser_distribution.h', |
| 16 'installer/util/channel_info.cc', | 20 'installer/util/channel_info.cc', |
| 17 'installer/util/channel_info.h', | 21 'installer/util/channel_info.h', |
| 18 'installer/util/chrome_frame_distribution.cc', | 22 'installer/util/chrome_frame_distribution.cc', |
| 19 'installer/util/chrome_frame_distribution.h', | 23 'installer/util/chrome_frame_distribution.h', |
| 20 'installer/util/chromium_binaries_distribution.cc', | 24 'installer/util/chromium_binaries_distribution.cc', |
| 21 'installer/util/chromium_binaries_distribution.h', | 25 'installer/util/chromium_binaries_distribution.h', |
| 22 'installer/util/conditional_work_item_list.cc', | 26 'installer/util/conditional_work_item_list.cc', |
| 23 'installer/util/conditional_work_item_list.h', | 27 'installer/util/conditional_work_item_list.h', |
| 28 'installer/util/copy_reg_key_work_item.cc', |
| 29 'installer/util/copy_reg_key_work_item.h', |
| 24 'installer/util/copy_tree_work_item.cc', | 30 'installer/util/copy_tree_work_item.cc', |
| 25 'installer/util/copy_tree_work_item.h', | 31 'installer/util/copy_tree_work_item.h', |
| 26 'installer/util/create_dir_work_item.cc', | 32 'installer/util/create_dir_work_item.cc', |
| 27 'installer/util/create_dir_work_item.h', | 33 'installer/util/create_dir_work_item.h', |
| 28 'installer/util/create_reg_key_work_item.cc', | 34 'installer/util/create_reg_key_work_item.cc', |
| 29 'installer/util/create_reg_key_work_item.h', | 35 'installer/util/create_reg_key_work_item.h', |
| 30 'installer/util/delete_reg_key_work_item.cc', | 36 'installer/util/delete_reg_key_work_item.cc', |
| 31 'installer/util/delete_reg_key_work_item.h', | 37 'installer/util/delete_reg_key_work_item.h', |
| 32 'installer/util/delete_reg_value_work_item.cc', | 38 'installer/util/delete_reg_value_work_item.cc', |
| 33 'installer/util/delete_reg_value_work_item.h', | 39 'installer/util/delete_reg_value_work_item.h', |
| 34 'installer/util/delete_tree_work_item.cc', | 40 'installer/util/delete_tree_work_item.cc', |
| 35 'installer/util/delete_tree_work_item.h', | 41 'installer/util/delete_tree_work_item.h', |
| 36 'installer/util/duplicate_tree_detector.cc', | 42 'installer/util/duplicate_tree_detector.cc', |
| 37 'installer/util/duplicate_tree_detector.h', | 43 'installer/util/duplicate_tree_detector.h', |
| 38 'installer/util/google_chrome_binaries_distribution.cc', | 44 'installer/util/google_chrome_binaries_distribution.cc', |
| 39 'installer/util/google_chrome_binaries_distribution.h', | 45 'installer/util/google_chrome_binaries_distribution.h', |
| 40 'installer/util/google_chrome_sxs_distribution.cc', | 46 'installer/util/google_chrome_sxs_distribution.cc', |
| 41 'installer/util/google_chrome_sxs_distribution.h', | 47 'installer/util/google_chrome_sxs_distribution.h', |
| 42 'installer/util/google_update_constants.cc', | 48 'installer/util/google_update_constants.cc', |
| 43 'installer/util/google_update_constants.h', | 49 'installer/util/google_update_constants.h', |
| 44 'installer/util/google_update_settings.cc', | 50 'installer/util/google_update_settings.cc', |
| 45 'installer/util/google_update_settings.h', | 51 'installer/util/google_update_settings.h', |
| 46 'installer/util/helper.cc', | 52 'installer/util/helper.cc', |
| 47 'installer/util/helper.h', | 53 'installer/util/helper.h', |
| 48 'installer/util/install_util.cc', | 54 'installer/util/install_util.cc', |
| 49 'installer/util/install_util.h', | 55 'installer/util/install_util.h', |
| 56 'installer/util/installation_state.cc', |
| 50 'installer/util/installation_state.h', | 57 'installer/util/installation_state.h', |
| 51 'installer/util/installation_state.cc', | 58 'installer/util/installer_state.cc', |
| 52 'installer/util/installer_state.h', | 59 'installer/util/installer_state.h', |
| 53 'installer/util/installer_state.cc', | |
| 54 'installer/util/l10n_string_util.cc', | 60 'installer/util/l10n_string_util.cc', |
| 55 'installer/util/l10n_string_util.h', | 61 'installer/util/l10n_string_util.h', |
| 56 'installer/util/language_selector.cc', | 62 'installer/util/language_selector.cc', |
| 57 'installer/util/language_selector.h', | 63 'installer/util/language_selector.h', |
| 58 'installer/util/master_preferences_constants.cc', | 64 'installer/util/master_preferences_constants.cc', |
| 59 'installer/util/master_preferences_constants.h', | 65 'installer/util/master_preferences_constants.h', |
| 60 'installer/util/move_tree_work_item.cc', | 66 'installer/util/move_tree_work_item.cc', |
| 61 'installer/util/move_tree_work_item.h', | 67 'installer/util/move_tree_work_item.h', |
| 62 'installer/util/app_command.cc', | 68 'installer/util/registry_key_backup.cc', |
| 63 'installer/util/app_command.h', | 69 'installer/util/registry_key_backup.h', |
| 64 'installer/util/app_commands.cc', | |
| 65 'installer/util/app_commands.h', | |
| 66 'installer/util/self_reg_work_item.cc', | 70 'installer/util/self_reg_work_item.cc', |
| 67 'installer/util/self_reg_work_item.h', | 71 'installer/util/self_reg_work_item.h', |
| 68 'installer/util/set_reg_value_work_item.cc', | 72 'installer/util/set_reg_value_work_item.cc', |
| 69 'installer/util/set_reg_value_work_item.h', | 73 'installer/util/set_reg_value_work_item.h', |
| 70 'installer/util/util_constants.cc', | 74 'installer/util/util_constants.cc', |
| 71 'installer/util/util_constants.h', | 75 'installer/util/util_constants.h', |
| 72 'installer/util/wmi.cc', | 76 'installer/util/wmi.cc', |
| 73 'installer/util/wmi.h', | 77 'installer/util/wmi.h', |
| 74 'installer/util/work_item.cc', | 78 'installer/util/work_item.cc', |
| 75 'installer/util/work_item.h', | 79 'installer/util/work_item.h', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'installer/util/master_preferences_constants.h', | 184 'installer/util/master_preferences_constants.h', |
| 181 ], | 185 ], |
| 182 'include_dirs': [ | 186 'include_dirs': [ |
| 183 '<(DEPTH)', | 187 '<(DEPTH)', |
| 184 ], | 188 ], |
| 185 } | 189 } |
| 186 ], | 190 ], |
| 187 }], | 191 }], |
| 188 ], | 192 ], |
| 189 } | 193 } |
| OLD | NEW |