Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Side by Side Diff: webkit/webkit.gyp

Issue 173066: Add notifications include directory and compile flag... Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=0', 10 'ENABLE_DATAGRID=0',
11 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', 11 'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
12 'ENABLE_DASHBOARD_SUPPORT=0', 12 'ENABLE_DASHBOARD_SUPPORT=0',
13 'ENABLE_DOM_STORAGE=1', 13 'ENABLE_DOM_STORAGE=1',
14 'ENABLE_JAVASCRIPT_DEBUGGER=0', 14 'ENABLE_JAVASCRIPT_DEBUGGER=0',
15 'ENABLE_JSC_MULTIPLE_THREADS=0', 15 'ENABLE_JSC_MULTIPLE_THREADS=0',
16 'ENABLE_ICONDATABASE=0', 16 'ENABLE_ICONDATABASE=0',
17 'ENABLE_NOTIFICATIONS=0',
17 'ENABLE_XSLT=1', 18 'ENABLE_XSLT=1',
18 'ENABLE_XPATH=1', 19 'ENABLE_XPATH=1',
19 'ENABLE_SHARED_WORKERS=0', 20 'ENABLE_SHARED_WORKERS=0',
20 'ENABLE_SVG=1', 21 'ENABLE_SVG=1',
21 'ENABLE_SVG_ANIMATION=1', 22 'ENABLE_SVG_ANIMATION=1',
22 'ENABLE_SVG_AS_IMAGE=1', 23 'ENABLE_SVG_AS_IMAGE=1',
23 'ENABLE_SVG_USE=1', 24 'ENABLE_SVG_USE=1',
24 'ENABLE_SVG_FOREIGN_OBJECT=1', 25 'ENABLE_SVG_FOREIGN_OBJECT=1',
25 'ENABLE_SVG_FONTS=1', 26 'ENABLE_SVG_FONTS=1',
26 'ENABLE_VIDEO=1', 27 'ENABLE_VIDEO=1',
(...skipping 15 matching lines...) Expand all
42 '../third_party/WebKit/WebCore/dom/default', 43 '../third_party/WebKit/WebCore/dom/default',
43 '../third_party/WebKit/WebCore/editing', 44 '../third_party/WebKit/WebCore/editing',
44 '../third_party/WebKit/WebCore/history', 45 '../third_party/WebKit/WebCore/history',
45 '../third_party/WebKit/WebCore/html', 46 '../third_party/WebKit/WebCore/html',
46 '../third_party/WebKit/WebCore/html/canvas', 47 '../third_party/WebKit/WebCore/html/canvas',
47 '../third_party/WebKit/WebCore/inspector', 48 '../third_party/WebKit/WebCore/inspector',
48 '../third_party/WebKit/WebCore/loader', 49 '../third_party/WebKit/WebCore/loader',
49 '../third_party/WebKit/WebCore/loader/appcache', 50 '../third_party/WebKit/WebCore/loader/appcache',
50 '../third_party/WebKit/WebCore/loader/archive', 51 '../third_party/WebKit/WebCore/loader/archive',
51 '../third_party/WebKit/WebCore/loader/icon', 52 '../third_party/WebKit/WebCore/loader/icon',
53 '../third_party/WebKit/WebCore/notifications',
52 '../third_party/WebKit/WebCore/page', 54 '../third_party/WebKit/WebCore/page',
53 '../third_party/WebKit/WebCore/page/animation', 55 '../third_party/WebKit/WebCore/page/animation',
54 '../third_party/WebKit/WebCore/page/chromium', 56 '../third_party/WebKit/WebCore/page/chromium',
55 '../third_party/WebKit/WebCore/platform', 57 '../third_party/WebKit/WebCore/platform',
56 '../third_party/WebKit/WebCore/platform/animation', 58 '../third_party/WebKit/WebCore/platform/animation',
57 '../third_party/WebKit/WebCore/platform/chromium', 59 '../third_party/WebKit/WebCore/platform/chromium',
58 '../third_party/WebKit/WebCore/platform/graphics', 60 '../third_party/WebKit/WebCore/platform/graphics',
59 '../third_party/WebKit/WebCore/platform/graphics/chromium', 61 '../third_party/WebKit/WebCore/platform/graphics/chromium',
60 '../third_party/WebKit/WebCore/platform/graphics/opentype', 62 '../third_party/WebKit/WebCore/platform/graphics/opentype',
61 '../third_party/WebKit/WebCore/platform/graphics/skia', 63 '../third_party/WebKit/WebCore/platform/graphics/skia',
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 'files': [ 1557 'files': [
1556 1558
1557 '<@(webinspector_image_files)', 1559 '<@(webinspector_image_files)',
1558 1560
1559 ], 1561 ],
1560 }, 1562 },
1561 ], 1563 ],
1562 }, 1564 },
1563 ], 1565 ],
1564 } 1566 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698