| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 445dce98eb2f5a98a10d5b3a9fc06e23809da348..38a00b8bd29851a2b38614ae83eff2b4e59c1646 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3257,16 +3257,12 @@
|
| '../breakpad/breakpad.gyp:dump_syms#host',
|
| ],
|
| }],
|
| - ['OS=="mac"', {
|
| + ['OS=="mac" or OS=="win"', {
|
| 'dependencies': [
|
| + # TODO(kbr): port this dependency to GN.
|
| '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
|
| ],
|
| }],
|
| - ['OS=="win"', {
|
| - 'dependencies': [
|
| - 'chrome.gyp:crash_service',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
|
|