| Index: webkit/webkit.gyp
|
| ===================================================================
|
| --- webkit/webkit.gyp (revision 23716)
|
| +++ webkit/webkit.gyp (working copy)
|
| @@ -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',
|
|
|