| 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': [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'installer/util/master_preferences_constants.cc', | 66 'installer/util/master_preferences_constants.cc', |
| 67 'installer/util/master_preferences_constants.h', | 67 'installer/util/master_preferences_constants.h', |
| 68 'installer/util/move_tree_work_item.cc', | 68 'installer/util/move_tree_work_item.cc', |
| 69 'installer/util/move_tree_work_item.h', | 69 'installer/util/move_tree_work_item.h', |
| 70 'installer/util/registry_key_backup.cc', | 70 'installer/util/registry_key_backup.cc', |
| 71 'installer/util/registry_key_backup.h', | 71 'installer/util/registry_key_backup.h', |
| 72 'installer/util/self_reg_work_item.cc', | 72 'installer/util/self_reg_work_item.cc', |
| 73 'installer/util/self_reg_work_item.h', | 73 'installer/util/self_reg_work_item.h', |
| 74 'installer/util/set_reg_value_work_item.cc', | 74 'installer/util/set_reg_value_work_item.cc', |
| 75 'installer/util/set_reg_value_work_item.h', | 75 'installer/util/set_reg_value_work_item.h', |
| 76 'installer/util/shell_util.cc', |
| 77 'installer/util/shell_util.h', |
| 76 'installer/util/util_constants.cc', | 78 'installer/util/util_constants.cc', |
| 77 'installer/util/util_constants.h', | 79 'installer/util/util_constants.h', |
| 78 'installer/util/wmi.cc', | 80 'installer/util/wmi.cc', |
| 79 'installer/util/wmi.h', | 81 'installer/util/wmi.h', |
| 80 'installer/util/work_item.cc', | 82 'installer/util/work_item.cc', |
| 81 'installer/util/work_item.h', | 83 'installer/util/work_item.h', |
| 82 'installer/util/work_item_list.cc', | 84 'installer/util/work_item_list.cc', |
| 83 'installer/util/work_item_list.h', | 85 'installer/util/work_item_list.h', |
| 84 ], | 86 ], |
| 85 'include_dirs': [ | 87 'include_dirs': [ |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'installer/util/logging_installer.h', | 136 'installer/util/logging_installer.h', |
| 135 'installer/util/lzma_util.cc', | 137 'installer/util/lzma_util.cc', |
| 136 'installer/util/lzma_util.h', | 138 'installer/util/lzma_util.h', |
| 137 'installer/util/master_preferences.cc', | 139 'installer/util/master_preferences.cc', |
| 138 'installer/util/master_preferences.h', | 140 'installer/util/master_preferences.h', |
| 139 'installer/util/product.h', | 141 'installer/util/product.h', |
| 140 'installer/util/product.cc', | 142 'installer/util/product.cc', |
| 141 'installer/util/product_operations.h', | 143 'installer/util/product_operations.h', |
| 142 'installer/util/self_cleaning_temp_dir.cc', | 144 'installer/util/self_cleaning_temp_dir.cc', |
| 143 'installer/util/self_cleaning_temp_dir.h', | 145 'installer/util/self_cleaning_temp_dir.h', |
| 144 'installer/util/shell_util.cc', | |
| 145 'installer/util/shell_util.h', | |
| 146 ], | 146 ], |
| 147 'conditions': [ | 147 'conditions': [ |
| 148 ['component=="shared_library"', { | 148 ['component=="shared_library"', { |
| 149 'sources': [ '../content/public/common/content_switches.cc' ], | 149 'sources': [ '../content/public/common/content_switches.cc' ], |
| 150 'defines': [ 'COMPILE_CONTENT_STATICALLY'], | 150 'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
| 151 }, { | 151 }, { |
| 152 'dependencies': ['<(DEPTH)/content/content.gyp:content_common'], | 152 'dependencies': ['<(DEPTH)/content/content.gyp:content_common'], |
| 153 }], | 153 }], |
| 154 ], | 154 ], |
| 155 }, | 155 }, |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'sources': [ '../content/public/common/content_switches.cc' ], | 202 'sources': [ '../content/public/common/content_switches.cc' ], |
| 203 'defines': [ 'COMPILE_CONTENT_STATICALLY'], | 203 'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
| 204 }], | 204 }], |
| 205 ], | 205 ], |
| 206 } | 206 } |
| 207 ], | 207 ], |
| 208 }], | 208 }], |
| 209 | 209 |
| 210 ], | 210 ], |
| 211 } | 211 } |
| OLD | NEW |