| OLD | NEW |
| 1 | 1 |
| 2 WebCore := $(srcdir)/WebCore | 2 WebCore := $(srcdir)/WebCore |
| 3 | 3 |
| 4 FEATURE_DEFINES := | 4 FEATURE_DEFINES := |
| 5 SVG_FEATURES := | 5 SVG_FEATURES := |
| 6 HTML_FEATURES := | 6 HTML_FEATURES := |
| 7 | 7 |
| 8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in | 8 WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in |
| 9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in | 9 WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in |
| 10 | 10 |
| (...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1552 WebCore/page/animation/AnimationControllerPrivate.h \ | 1552 WebCore/page/animation/AnimationControllerPrivate.h \ |
| 1553 WebCore/page/animation/CompositeAnimation.cpp \ | 1553 WebCore/page/animation/CompositeAnimation.cpp \ |
| 1554 WebCore/page/animation/CompositeAnimation.h \ | 1554 WebCore/page/animation/CompositeAnimation.h \ |
| 1555 WebCore/page/animation/ImplicitAnimation.cpp \ | 1555 WebCore/page/animation/ImplicitAnimation.cpp \ |
| 1556 WebCore/page/animation/ImplicitAnimation.h \ | 1556 WebCore/page/animation/ImplicitAnimation.h \ |
| 1557 WebCore/page/animation/KeyframeAnimation.cpp \ | 1557 WebCore/page/animation/KeyframeAnimation.cpp \ |
| 1558 WebCore/page/animation/KeyframeAnimation.h \ | 1558 WebCore/page/animation/KeyframeAnimation.h \ |
| 1559 WebCore/platform/Arena.cpp \ | 1559 WebCore/platform/Arena.cpp \ |
| 1560 WebCore/platform/Arena.h \ | 1560 WebCore/platform/Arena.h \ |
| 1561 WebCore/platform/AutodrainedPool.h \ | 1561 WebCore/platform/AutodrainedPool.h \ |
| 1562 WebCore/platform/BlobItem.cpp \ |
| 1563 WebCore/platform/BlobItem.h \ |
| 1562 WebCore/platform/ContentType.cpp \ | 1564 WebCore/platform/ContentType.cpp \ |
| 1563 WebCore/platform/ContentType.h \ | 1565 WebCore/platform/ContentType.h \ |
| 1564 WebCore/platform/ContextMenu.cpp \ | 1566 WebCore/platform/ContextMenu.cpp \ |
| 1565 WebCore/platform/ContextMenu.h \ | 1567 WebCore/platform/ContextMenu.h \ |
| 1566 WebCore/platform/ContextMenuItem.h \ | 1568 WebCore/platform/ContextMenuItem.h \ |
| 1567 WebCore/platform/Cookie.h \ | 1569 WebCore/platform/Cookie.h \ |
| 1568 WebCore/platform/CookieJar.h \ | 1570 WebCore/platform/CookieJar.h \ |
| 1569 WebCore/platform/CrossThreadCopier.cpp \ | 1571 WebCore/platform/CrossThreadCopier.cpp \ |
| 1570 WebCore/platform/CrossThreadCopier.h \ | 1572 WebCore/platform/CrossThreadCopier.h \ |
| 1571 WebCore/platform/Cursor.h \ | 1573 WebCore/platform/Cursor.h \ |
| (...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4181 $(WebCore)/Resources/nullPlugin.png \ | 4183 $(WebCore)/Resources/nullPlugin.png \ |
| 4182 $(WebCore)/Resources/urlIcon.png \ | 4184 $(WebCore)/Resources/urlIcon.png \ |
| 4183 $(WebCore)/Resources/missingImage.png \ | 4185 $(WebCore)/Resources/missingImage.png \ |
| 4184 $(WebCore)/Resources/panIcon.png \ | 4186 $(WebCore)/Resources/panIcon.png \ |
| 4185 $(WebCore)/Resources/deleteButton.png | 4187 $(WebCore)/Resources/deleteButton.png |
| 4186 | 4188 |
| 4187 # Clean rules for WebCore | 4189 # Clean rules for WebCore |
| 4188 | 4190 |
| 4189 CLEANFILES += \ | 4191 CLEANFILES += \ |
| 4190 libWebCoreJS.la | 4192 libWebCoreJS.la |
| OLD | NEW |