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

Unified Diff: chrome/chrome_common.gypi

Issue 1472863004: [MD] re-skin extension browser action badges (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: less interleaving Created 5 years, 1 month 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 1438853011749075ed4d8a868d679e0e24d4b0b0..0468ad1b1784a19808c017e5bf58fa2279d9891d 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',
@@ -490,12 +486,10 @@
}],
['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',
'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
- 'common/icon_with_badge_image_source.cc',
'common/media_galleries/metadata_types.h',
],
}, {

Powered by Google App Engine
This is Rietveld 408576698