| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index e41ab38014a467151ffe7816df217c87bb4d47dd..b5dbc39560d14d98b57a3df3cc7c24eefa9058d1 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -48,10 +48,14 @@
|
| 'common/content_restriction.h',
|
| 'common/content_settings.cc',
|
| 'common/content_settings.h',
|
| + 'common/content_settings_component.cc',
|
| + 'common/content_settings_component.h',
|
| 'common/content_settings_pattern.cc',
|
| 'common/content_settings_pattern.h',
|
| 'common/content_settings_pattern_parser.cc',
|
| 'common/content_settings_pattern_parser.h',
|
| + 'common/content_settings_pattern_serializer.cc',
|
| + 'common/content_settings_pattern_serializer.h',
|
| 'common/crash_keys.cc',
|
| 'common/crash_keys.h',
|
| 'common/custom_handlers/protocol_handler.cc',
|
|
|