summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gypi
diff options
context:
space:
mode:
authorrdevlin.cronin <rdevlin.cronin@chromium.org>2015-05-14 14:16:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-14 21:16:58 +0000
commita437dab3e6f188c53f452b35198b770b33a8aa96 (patch)
treece2564cf965c9d391060159e67623bdcfd5917ec /extensions/extensions.gypi
parentb80d3de9f663b35a20860c311a475aef1b1774c8 (diff)
downloadchromium_src-a437dab3e6f188c53f452b35198b770b33a8aa96.zip
chromium_src-a437dab3e6f188c53f452b35198b770b33a8aa96.tar.gz
chromium_src-a437dab3e6f188c53f452b35198b770b33a8aa96.tar.bz2
[Extensions UI] Add a placeholder icon for extensions in the toolbar
Create a placeholder icon source for extensions that don't have an icon, so that they don't just look like puzzle pieces in the toolbar. To start, only use this in the toolbar, but the class is flexible enough that it could also be used, e.g., in the chrome://extensions page. BUG=486206 Review URL: https://codereview.chromium.org/1131443006 Cr-Commit-Position: refs/heads/master@{#329932}
Diffstat (limited to 'extensions/extensions.gypi')
-rw-r--r--extensions/extensions.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index f92c950..7985f28 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -576,6 +576,8 @@
'browser/extension_host_queue.h',
'browser/extension_icon_image.cc',
'browser/extension_icon_image.h',
+ 'browser/extension_icon_placeholder.cc',
+ 'browser/extension_icon_placeholder.h',
'browser/extension_message_filter.cc',
'browser/extension_message_filter.h',
'browser/extension_pref_store.cc',