Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index 6fbf61e4435c1325303c2c8e507bd0280f96ecae..c7825bd1088ef5729a48de924da42c284fc49eef 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -1055,6 +1055,10 @@ |
| 'tools/crash_service/crash_service.cc', |
| 'tools/crash_service/crash_service.h', |
| 'tools/crash_service/main.cc', |
| + '../content/public/common/content_switches.cc', |
| + ], |
| + 'defines': [ |
| + 'COMPILE_CONTENT_STATICALLY', |
| ], |
| 'msvs_settings': { |
| 'VCLinkerTool': { |