| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index c63749d4cfa23046d5f2ecce6cdc4c3417f63f6c..c3adb9aa9096a277b4e30b6c2f4c9acb8b78fc82 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -1306,10 +1306,15 @@
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| + 'defines': [
|
| + 'COMPILE_CONTENT_STATICALLY',
|
| + ],
|
| 'sources': [
|
| 'tools/crash_service/crash_service.cc',
|
| 'tools/crash_service/crash_service.h',
|
| 'tools/crash_service/main.cc',
|
| + '../content/public/common/content_switches.cc',
|
| + '../content/public/common/content_switches.h',
|
| ],
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
|
|