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

Unified Diff: content/content_common.gypi

Issue 10908078: Code to collect issue 97285 debugging info for crash reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index e32632dd1478f8937b1814af96dc82229ec37906..2c11980e0b4ef05792d1b1d0cc69c9e2e872a8a8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -40,6 +40,7 @@
'public/common/compositor_util.h',
'public/common/content_constants.cc',
'public/common/content_constants.h',
+ 'public/common/content_debug_logging.h',
'public/common/content_descriptors.h',
'public/common/content_paths.h',
'public/common/content_restriction.h',
@@ -149,6 +150,7 @@
'common/compositor_util.cc',
'common/content_constants_internal.cc',
'common/content_constants_internal.h',
+ 'common/content_debug_logging.cc',
'common/content_export.h',
'common/content_message_generator.cc',
'common/content_message_generator.h',

Powered by Google App Engine
This is Rietveld 408576698