diff options
author | petewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 02:18:52 +0000 |
---|---|---|
committer | petewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 02:18:52 +0000 |
commit | b5ed99283501f94fb2c2837761b41828af0e40d5 (patch) | |
tree | 562a561feb3116c251c7fdd47d20e12b6d3b53b1 /chrome/chrome_tests_unit.gypi | |
parent | 129b7383b145e9a620e01d0f9ec060e9cd458498 (diff) | |
download | chromium_src-b5ed99283501f94fb2c2837761b41828af0e40d5.zip chromium_src-b5ed99283501f94fb2c2837761b41828af0e40d5.tar.gz chromium_src-b5ed99283501f94fb2c2837761b41828af0e40d5.tar.bz2 |
Synced Notification Sync Change Processor
This change is the first of several to process changes from sync of the "Synced Notifications" data type. It defines the SyncedNotification type more fully in synced_notification_specifics.proto, and implements the incoming interfaces needed to handle the data.
This change handles notifications coming in from the sync channel. These notifications will eventually call into the C++ backend supporting the Desktop Notification API (doc here: https://sites.google.com/a/chromium.org/dev/developers/design-documents/extensions/proposed-changes/apis-under-development/desktop-notification-api )
It is based closely on the change list for history delete directives: https://chromiumcodereview.appspot.com/10855037
BUG=168212
Review URL: https://chromiumcodereview.appspot.com/11745024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests_unit.gypi')
-rw-r--r-- | chrome/chrome_tests_unit.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi index a5e23a3..286e4a3 100644 --- a/chrome/chrome_tests_unit.gypi +++ b/chrome/chrome_tests_unit.gypi @@ -908,6 +908,8 @@ 'browser/net/url_fixer_upper_unittest.cc', 'browser/net/url_info_unittest.cc', 'browser/notifications/desktop_notification_service_unittest.cc', + 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc', + 'browser/notifications/sync_notifier/synced_notification_unittest.cc', 'browser/page_cycler/page_cycler_unittest.cc', 'browser/parsers/metadata_parser_filebase_unittest.cc', 'browser/password_manager/encryptor_password_mac_unittest.cc', |