| 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_firewall_manager_win.cc', | 14 'installer/util/advanced_firewall_manager_win.cc', |
| 15 'installer/util/advanced_firewall_manager_win.h', | 15 'installer/util/advanced_firewall_manager_win.h', |
| 16 'installer/util/app_command.cc', | 16 'installer/util/app_command.cc', |
| 17 'installer/util/app_command.h', | 17 'installer/util/app_command.h', |
| 18 'installer/util/app_commands.cc', | 18 'installer/util/app_commands.cc', |
| 19 'installer/util/app_commands.h', | 19 'installer/util/app_commands.h', |
| 20 'installer/util/app_registration_data.h', | 20 'installer/util/app_registration_data.h', |
| 21 'installer/util/auto_launch_util.cc', | 21 'installer/util/auto_launch_util.cc', |
| 22 'installer/util/auto_launch_util.h', | 22 'installer/util/auto_launch_util.h', |
| 23 'installer/util/browser_distribution.cc', | 23 'installer/util/browser_distribution.cc', |
| 24 'installer/util/browser_distribution.h', | 24 'installer/util/browser_distribution.h', |
| 25 'installer/util/callback_work_item.cc', | 25 'installer/util/callback_work_item.cc', |
| 26 'installer/util/callback_work_item.h', | 26 'installer/util/callback_work_item.h', |
| 27 'installer/util/channel_info.cc', | 27 'installer/util/channel_info.cc', |
| 28 'installer/util/channel_info.h', | 28 'installer/util/channel_info.h', |
| 29 'installer/util/chrome_app_host_distribution.cc', | |
| 30 'installer/util/chrome_app_host_distribution.h', | |
| 31 'installer/util/chrome_frame_distribution.cc', | 29 'installer/util/chrome_frame_distribution.cc', |
| 32 'installer/util/chrome_frame_distribution.h', | 30 'installer/util/chrome_frame_distribution.h', |
| 33 'installer/util/chromium_binaries_distribution.cc', | 31 'installer/util/chromium_binaries_distribution.cc', |
| 34 'installer/util/chromium_binaries_distribution.h', | 32 'installer/util/chromium_binaries_distribution.h', |
| 35 'installer/util/conditional_work_item_list.cc', | 33 'installer/util/conditional_work_item_list.cc', |
| 36 'installer/util/conditional_work_item_list.h', | 34 'installer/util/conditional_work_item_list.h', |
| 37 'installer/util/copy_tree_work_item.cc', | 35 'installer/util/copy_tree_work_item.cc', |
| 38 'installer/util/copy_tree_work_item.h', | 36 'installer/util/copy_tree_work_item.h', |
| 39 'installer/util/create_dir_work_item.cc', | 37 'installer/util/create_dir_work_item.cc', |
| 40 'installer/util/create_dir_work_item.h', | 38 'installer/util/create_dir_work_item.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 121 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 124 '<(DEPTH)/components/components.gyp:metrics', | 122 '<(DEPTH)/components/components.gyp:metrics', |
| 125 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 123 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| 126 '<(DEPTH)/crypto/crypto.gyp:crypto', | 124 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 127 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 125 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 128 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 126 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 129 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 127 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 130 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 128 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 131 ], | 129 ], |
| 132 'sources': [ | 130 'sources': [ |
| 133 'installer/util/chrome_app_host_operations.cc', | |
| 134 'installer/util/chrome_app_host_operations.h', | |
| 135 'installer/util/chrome_binaries_operations.cc', | 131 'installer/util/chrome_binaries_operations.cc', |
| 136 'installer/util/chrome_binaries_operations.h', | 132 'installer/util/chrome_binaries_operations.h', |
| 137 'installer/util/chrome_browser_operations.cc', | 133 'installer/util/chrome_browser_operations.cc', |
| 138 'installer/util/chrome_browser_operations.h', | 134 'installer/util/chrome_browser_operations.h', |
| 139 'installer/util/chrome_browser_sxs_operations.cc', | 135 'installer/util/chrome_browser_sxs_operations.cc', |
| 140 'installer/util/chrome_browser_sxs_operations.h', | 136 'installer/util/chrome_browser_sxs_operations.h', |
| 141 'installer/util/chrome_frame_operations.cc', | 137 'installer/util/chrome_frame_operations.cc', |
| 142 'installer/util/chrome_frame_operations.h', | 138 'installer/util/chrome_frame_operations.h', |
| 143 'installer/util/compat_checks.cc', | 139 'installer/util/compat_checks.cc', |
| 144 'installer/util/compat_checks.h', | 140 'installer/util/compat_checks.h', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 ], | 224 ], |
| 229 'include_dirs': [ | 225 'include_dirs': [ |
| 230 '<(DEPTH)', | 226 '<(DEPTH)', |
| 231 ], | 227 ], |
| 232 } | 228 } |
| 233 ], | 229 ], |
| 234 }], | 230 }], |
| 235 | 231 |
| 236 ], | 232 ], |
| 237 } | 233 } |
| OLD | NEW |