| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 6694ccabf4f467b0c92584e6dee78b03a2b3121a..8d600ea3dcbac4bcca4c6cc8087d9e4544b8d6b7 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -10,8 +10,6 @@
|
| 'common/attrition_experiments.h',
|
| 'common/auto_start_linux.cc',
|
| 'common/auto_start_linux.h',
|
| - 'common/badge_util.cc',
|
| - 'common/badge_util.h',
|
| 'common/channel_info.cc',
|
| 'common/channel_info.h',
|
| 'common/channel_info_android.cc',
|
| @@ -42,8 +40,6 @@
|
| 'common/custom_handlers/protocol_handler.cc',
|
| 'common/custom_handlers/protocol_handler.h',
|
| 'common/descriptors_android.h',
|
| - 'common/icon_with_badge_image_source.cc',
|
| - 'common/icon_with_badge_image_source.h',
|
| 'common/ini_parser.cc',
|
| 'common/ini_parser.h',
|
| 'common/instant_types.cc',
|
| @@ -488,7 +484,6 @@
|
| }],
|
| ['OS=="android"', {
|
| 'sources!': [
|
| - 'common/badge_util.cc',
|
| 'common/channel_info_posix.cc',
|
| 'common/extensions/api/spellcheck/spellcheck_handler.cc',
|
| 'common/extensions/manifest_handlers/extension_action_handler.cc',
|
|
|