| 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',
|
|
|