summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 21:47:36 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 21:47:36 +0000
commit7a81f1f96e1dd424f640b357076e4efda3fe2afe (patch)
treebc31a0d3385cc4e1a49086549d5ccb70829bcd48 /webkit
parent33e8ff5adfe21d38e978f0e294e02d338262498f (diff)
downloadchromium_src-7a81f1f96e1dd424f640b357076e4efda3fe2afe.zip
chromium_src-7a81f1f96e1dd424f640b357076e4efda3fe2afe.tar.gz
chromium_src-7a81f1f96e1dd424f640b357076e4efda3fe2afe.tar.bz2
Commit http://codereview.chromium.org/173066
Review URL: http://codereview.chromium.org/165292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/webkit.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index c54cc1a..797654e 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -14,6 +14,7 @@
'ENABLE_JAVASCRIPT_DEBUGGER=0',
'ENABLE_JSC_MULTIPLE_THREADS=0',
'ENABLE_ICONDATABASE=0',
+ 'ENABLE_NOTIFICATIONS=0',
'ENABLE_XSLT=1',
'ENABLE_XPATH=1',
'ENABLE_SHARED_WORKERS=0',
@@ -49,6 +50,7 @@
'../third_party/WebKit/WebCore/loader/appcache',
'../third_party/WebKit/WebCore/loader/archive',
'../third_party/WebKit/WebCore/loader/icon',
+ '../third_party/WebKit/WebCore/notifications',
'../third_party/WebKit/WebCore/page',
'../third_party/WebKit/WebCore/page/animation',
'../third_party/WebKit/WebCore/page/chromium',