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