Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index fd414bedee0b3f60898bc2192dc8ab618e5952e2..0923a66e9da7132d2d281217b541468a8adf6b05 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -3255,16 +3255,12 @@ |
| '../breakpad/breakpad.gyp:dump_syms#host', |
| ], |
| }], |
| - ['OS=="mac"', { |
| + ['OS=="mac" or OS=="win"', { |
| 'dependencies': [ |
| + # TODO(kbr): port this dependency to GN. |
|
Ken Russell (switch to Gerrit)
2016/04/04 19:14:11
dpranke: should I file a bug about this? If so wha
|
| '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util', |
| ], |
| }], |
| - ['OS=="win"', { |
| - 'dependencies': [ |
| - 'chrome.gyp:crash_service', |
| - ], |
| - }], |
| ], |
| }, |
| { |