Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 9202bfc56c3a64ef331711a4dc1a0c2eb85f75f7..ead9d6b05152ea8ac9a6949cd8291a9a4cd152ba 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -432,7 +432,11 @@ |
['OS=="win"', { |
'include_dirs': [ |
'<(DEPTH)/third_party/wtl/include', |
- ] |
+ ], |
+ 'sources!': [ |
+ 'common/crash_keys.cc', |
+ 'common/crash_keys.h', |
+ ], |
}], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |