summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authormvanouwerkerk <mvanouwerkerk@chromium.org>2016-02-11 02:58:57 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-11 11:00:25 +0000
commit897451590bd2134f8952c40c5758b217c923ab03 (patch)
treeef9a200b44d81f9b5a3cfe19d0aeaa9fcce99457 /content/content_common.gypi
parenteccfc8d3d192b3d5f6cac53e5e2b60bcdc0d2b66 (diff)
downloadchromium_src-897451590bd2134f8952c40c5758b217c923ab03.zip
chromium_src-897451590bd2134f8952c40c5758b217c923ab03.tar.gz
chromium_src-897451590bd2134f8952c40c5758b217c923ab03.tar.bz2
Fetch notification action icons and pass them through in resources.
* Adds an action_icons field to NotificationResources * Turns PendingNotification into a real class. * PendingNotification fetches potentially multiple resources before running its callback. * Adds a unit test for this area of code. BUG=581336,423039 Review URL: https://codereview.chromium.org/1644083002 Cr-Commit-Position: refs/heads/master@{#374881}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b8f1727..e6ca554 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -100,6 +100,7 @@
'public/common/mojo_shell_connection.h',
'public/common/navigator_connect_client.cc',
'public/common/navigator_connect_client.h',
+ 'public/common/notification_resources.cc',
'public/common/notification_resources.h',
'public/common/origin_util.h',
'public/common/page_state.cc',