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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'installer/util/master_preferences.h', | 138 'installer/util/master_preferences.h', |
139 'installer/util/product.h', | 139 'installer/util/product.h', |
140 'installer/util/product.cc', | 140 'installer/util/product.cc', |
141 'installer/util/product_operations.h', | 141 'installer/util/product_operations.h', |
142 'installer/util/self_cleaning_temp_dir.cc', | 142 'installer/util/self_cleaning_temp_dir.cc', |
143 'installer/util/self_cleaning_temp_dir.h', | 143 'installer/util/self_cleaning_temp_dir.h', |
144 'installer/util/shell_util.cc', | 144 'installer/util/shell_util.cc', |
145 'installer/util/shell_util.h', | 145 'installer/util/shell_util.h', |
146 ], | 146 ], |
147 'conditions': [ | 147 'conditions': [ |
148 ['component=="shared_library" and incremental_chrome_dll!=1', { | 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 }, |
156 { | 156 { |
157 'target_name': 'installer_util_nacl_win64', | 157 'target_name': 'installer_util_nacl_win64', |
158 'type': 'static_library', | 158 'type': 'static_library', |
(...skipping 43 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 |