| 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': [ |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'variables': { | 114 'variables': { |
| 115 'installer_util_target': 1, | 115 'installer_util_target': 1, |
| 116 }, | 116 }, |
| 117 'dependencies': [ | 117 'dependencies': [ |
| 118 'installer_util_strings', | 118 'installer_util_strings', |
| 119 '<(DEPTH)/base/base.gyp:base', | 119 '<(DEPTH)/base/base.gyp:base', |
| 120 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', | 120 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', |
| 121 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 121 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 122 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 122 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 123 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 123 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 124 '<(DEPTH)/components/components.gyp:metrics', |
| 124 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 125 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| 125 '<(DEPTH)/crypto/crypto.gyp:crypto', | 126 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 126 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 127 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 127 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 128 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 128 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 129 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 129 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 130 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 130 ], | 131 ], |
| 131 'sources': [ | 132 'sources': [ |
| 132 'installer/util/chrome_app_host_operations.cc', | 133 'installer/util/chrome_app_host_operations.cc', |
| 133 'installer/util/chrome_app_host_operations.h', | 134 'installer/util/chrome_app_host_operations.h', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 ['OS=="win" and target_arch=="ia32"', { | 178 ['OS=="win" and target_arch=="ia32"', { |
| 178 'targets': [ | 179 'targets': [ |
| 179 { | 180 { |
| 180 'target_name': 'installer_util_nacl_win64', | 181 'target_name': 'installer_util_nacl_win64', |
| 181 'type': 'static_library', | 182 'type': 'static_library', |
| 182 'variables': { | 183 'variables': { |
| 183 'installer_util_target': 1, | 184 'installer_util_target': 1, |
| 184 }, | 185 }, |
| 185 'dependencies': [ | 186 'dependencies': [ |
| 186 'installer_util_strings', | 187 'installer_util_strings', |
| 188 '<(DEPTH)/components/components.gyp:metrics', |
| 187 ], | 189 ], |
| 188 'include_dirs': [ | 190 'include_dirs': [ |
| 189 '<(SHARED_INTERMEDIATE_DIR)', | 191 '<(SHARED_INTERMEDIATE_DIR)', |
| 190 ], | 192 ], |
| 191 'sources': [ | 193 'sources': [ |
| 192 'installer/util/google_chrome_distribution_dummy.cc', | 194 'installer/util/google_chrome_distribution_dummy.cc', |
| 193 'installer/util/master_preferences.h', | 195 'installer/util/master_preferences.h', |
| 194 'installer/util/master_preferences_dummy.cc', | 196 'installer/util/master_preferences_dummy.cc', |
| 195 ], | 197 ], |
| 196 'configurations': { | 198 'configurations': { |
| 197 'Common_Base': { | 199 'Common_Base': { |
| 198 'msvs_target_platform': 'x64', | 200 'msvs_target_platform': 'x64', |
| 199 }, | 201 }, |
| 200 }, | 202 }, |
| 201 }, | 203 }, |
| 202 ], | 204 ], |
| 203 }], | 205 }], |
| 204 ['OS!="win"', { | 206 ['OS!="win"', { |
| 205 'targets': [ | 207 'targets': [ |
| 206 { | 208 { |
| 207 'target_name': 'installer_util', | 209 'target_name': 'installer_util', |
| 208 'type': 'static_library', | 210 'type': 'static_library', |
| 209 'dependencies': [ | 211 'dependencies': [ |
| 210 '<(DEPTH)/base/base.gyp:base', | 212 '<(DEPTH)/base/base.gyp:base', |
| 211 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 213 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 212 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 214 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 215 '<(DEPTH)/components/components.gyp:metrics', |
| 213 ], | 216 ], |
| 214 'sources': [ | 217 'sources': [ |
| 215 'installer/util/google_update_experiment_util.cc', | 218 'installer/util/google_update_experiment_util.cc', |
| 216 'installer/util/google_update_experiment_util.h', | 219 'installer/util/google_update_experiment_util.h', |
| 217 'installer/util/master_preferences.cc', | 220 'installer/util/master_preferences.cc', |
| 218 'installer/util/master_preferences.h', | 221 'installer/util/master_preferences.h', |
| 219 'installer/util/master_preferences_constants.cc', | 222 'installer/util/master_preferences_constants.cc', |
| 220 'installer/util/master_preferences_constants.h', | 223 'installer/util/master_preferences_constants.h', |
| 221 ], | 224 ], |
| 222 'include_dirs': [ | 225 'include_dirs': [ |
| 223 '<(DEPTH)', | 226 '<(DEPTH)', |
| 224 ], | 227 ], |
| 225 } | 228 } |
| 226 ], | 229 ], |
| 227 }], | 230 }], |
| 228 | 231 |
| 229 ], | 232 ], |
| 230 } | 233 } |
| OLD | NEW |