| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index b4733dfedcf1baf794c49cc2807f6a7001541ecc..b4561169979ee8b3371a2d015f77f479621cedae 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -493,7 +493,7 @@
|
| 'sources': [ '<@(chrome_common_importer_sources)' ],
|
| 'dependencies': [
|
| '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc',
|
| - ],
|
| + ],
|
| }],
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
| @@ -502,6 +502,22 @@
|
| 'dependencies': [
|
| '<(DEPTH)/components/components.gyp:dom_distiller_core', # Needed by chrome_content_client.cc.
|
| ],
|
| + 'all_dependent_settings': {
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'AdditionalDependencies': [
|
| + 'wintrust.lib',
|
| + ],
|
| + },
|
| + },
|
| + },
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'AdditionalDependencies': [
|
| + 'wintrust.lib',
|
| + ],
|
| + },
|
| + },
|
| }],
|
| ['OS=="mac"', {
|
| 'dependencies': [
|
|
|