Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4086)

Unified Diff: chrome/chrome_common.gypi

Issue 12211080: Change crash keys to be registered with a maximum length instead of number of chunks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win fix Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [

Powered by Google App Engine
This is Rietveld 408576698