diff options
author | johnnyg@google.com <johnnyg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 00:32:57 +0000 |
---|---|---|
committer | johnnyg@google.com <johnnyg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 00:32:57 +0000 |
commit | cb9d58c8e5ed717851302378bf61cbf6d93d827a (patch) | |
tree | daa1315e77cb67f46374805c262001905199b0c2 /webkit/webkit.gyp | |
parent | e425000d631f35bc0c387a2f53167e92d38a1cec (diff) | |
download | chromium_src-cb9d58c8e5ed717851302378bf61cbf6d93d827a.zip chromium_src-cb9d58c8e5ed717851302378bf61cbf6d93d827a.tar.gz chromium_src-cb9d58c8e5ed717851302378bf61cbf6d93d827a.tar.bz2 |
New WebKit API interfaces for desktop notifications.
Everything is still currently disabled under compile-time flag.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/174104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 23c20ac..c2923ac 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -546,6 +546,7 @@ '--include', '../third_party/WebKit/WebCore/css', '--include', '../third_party/WebKit/WebCore/dom', '--include', '../third_party/WebKit/WebCore/html', + '--include', '../third_party/WebKit/WebCore/notifications', '--include', '../third_party/WebKit/WebCore/page', '--include', '../third_party/WebKit/WebCore/plugins', '--include', '../third_party/WebKit/WebCore/svg', @@ -1012,6 +1013,9 @@ 'api/public/WebNavigationType.h', 'api/public/WebNode.h', 'api/public/WebNonCopyable.h', + 'api/public/WebNotification.h', + 'api/public/WebNotificationPresenter.h', + 'api/public/WebNotificationPermissionCallback.h', 'api/public/WebPlugin.h', 'api/public/WebPluginContainer.h', 'api/public/WebPluginListBuilder.h', @@ -1056,6 +1060,8 @@ 'api/src/mac/WebScreenInfoFactory.mm', 'api/src/LocalizedStrings.cpp', 'api/src/MediaPlayerPrivateChromium.cpp', + 'api/src/NotificationPresenterImpl.h', + 'api/src/NotificationPresenterImpl.cpp', 'api/src/PlatformMessagePortChannel.cpp', 'api/src/PlatformMessagePortChannel.h', 'api/src/ResourceHandle.cpp', @@ -1085,6 +1091,7 @@ 'api/src/WebMediaPlayerClientImpl.cpp', 'api/src/WebMediaPlayerClientImpl.h', 'api/src/WebNode.cpp', + 'api/src/WebNotification.cpp', 'api/src/WebPluginContainerImpl.h', 'api/src/WebPluginContainerImpl.cpp', 'api/src/WebPluginListBuilderImpl.cpp', |