diff options
author | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 08:40:41 +0000 |
---|---|---|
committer | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 08:40:41 +0000 |
commit | a4af7d5f79be09c03b36d86964500195aec4fc70 (patch) | |
tree | f93d0da2200bc0f40becf52e862aa1dfde32c314 /chrome/chrome_common.gypi | |
parent | c00b8385572f791022c063546ac30e106b4981a1 (diff) | |
download | chromium_src-a4af7d5f79be09c03b36d86964500195aec4fc70.zip chromium_src-a4af7d5f79be09c03b36d86964500195aec4fc70.tar.gz chromium_src-a4af7d5f79be09c03b36d86964500195aec4fc70.tar.bz2 |
Reland: Allow high-res bitmaps to be passed in from notifications API.
Previously the custom binding in JS would prevent an image that's larger
than the size of the template from being sent to the browser process.
This relaxes the maximum to be the largest supported scale factor of the machine.
TBR=kalman@chromium.org,dimich@chromium.org
BUG=239676
Review URL: https://codereview.chromium.org/291193009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index afd5f98..22a9ef6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -137,6 +137,8 @@ 'common/extensions/api/managed_mode_private/managed_mode_handler.h', 'common/extensions/api/media_galleries_private/media_galleries_handler.h', 'common/extensions/api/media_galleries_private/media_galleries_handler.cc', + 'common/extensions/api/notifications/notification_style.cc', + 'common/extensions/api/notifications/notification_style.h', 'common/extensions/api/omnibox/omnibox_handler.cc', 'common/extensions/api/omnibox/omnibox_handler.h', 'common/extensions/api/plugins/plugins_handler.cc', |