| OLD | NEW |
| 1 | 1 |
| 2 WebCore := $(srcdir)/WebCore | 2 WebCore := $(srcdir)/WebCore |
| 3 | 3 |
| 4 FEATURE_DEFINES_JAVASCRIPT := LANGUAGE_JAVASCRIPT=1 | 4 FEATURE_DEFINES_JAVASCRIPT := LANGUAGE_JAVASCRIPT=1 |
| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 WebCore/bindings/js/ScheduledAction.cpp \ | 362 WebCore/bindings/js/ScheduledAction.cpp \ |
| 363 WebCore/bindings/js/ScheduledAction.h \ | 363 WebCore/bindings/js/ScheduledAction.h \ |
| 364 WebCore/bindings/js/ScriptCachedFrameData.cpp \ | 364 WebCore/bindings/js/ScriptCachedFrameData.cpp \ |
| 365 WebCore/bindings/js/ScriptCachedFrameData.h \ | 365 WebCore/bindings/js/ScriptCachedFrameData.h \ |
| 366 WebCore/bindings/js/ScriptCallFrame.cpp \ | 366 WebCore/bindings/js/ScriptCallFrame.cpp \ |
| 367 WebCore/bindings/js/ScriptCallFrame.h \ | 367 WebCore/bindings/js/ScriptCallFrame.h \ |
| 368 WebCore/bindings/js/ScriptCallStack.cpp \ | 368 WebCore/bindings/js/ScriptCallStack.cpp \ |
| 369 WebCore/bindings/js/ScriptCallStack.h \ | 369 WebCore/bindings/js/ScriptCallStack.h \ |
| 370 WebCore/bindings/js/ScriptController.cpp \ | 370 WebCore/bindings/js/ScriptController.cpp \ |
| 371 WebCore/bindings/js/ScriptController.h \ | 371 WebCore/bindings/js/ScriptController.h \ |
| 372 WebCore/bindings/js/ScriptFunctionCall.cpp \ |
| 373 WebCore/bindings/js/ScriptFunctionCall.h \ |
| 372 WebCore/bindings/js/ScriptInstance.h \ | 374 WebCore/bindings/js/ScriptInstance.h \ |
| 375 WebCore/bindings/js/ScriptObject.cpp \ |
| 376 WebCore/bindings/js/ScriptObject.h \ |
| 377 WebCore/bindings/js/ScriptObjectQuarantine.cpp \ |
| 378 WebCore/bindings/js/ScriptObjectQuarantine.h \ |
| 373 WebCore/bindings/js/ScriptSourceCode.h \ | 379 WebCore/bindings/js/ScriptSourceCode.h \ |
| 374 WebCore/bindings/js/ScriptState.h \ | 380 WebCore/bindings/js/ScriptState.h \ |
| 375 WebCore/bindings/js/ScriptString.h \ | 381 WebCore/bindings/js/ScriptString.h \ |
| 376 WebCore/bindings/js/ScriptValue.cpp \ | 382 WebCore/bindings/js/ScriptValue.cpp \ |
| 377 WebCore/bindings/js/ScriptValue.h \ | 383 WebCore/bindings/js/ScriptValue.h \ |
| 378 WebCore/bindings/js/StringSourceProvider.h \ | 384 WebCore/bindings/js/StringSourceProvider.h \ |
| 379 WebCore/bridge/IdentifierRep.cpp \ | 385 WebCore/bridge/IdentifierRep.cpp \ |
| 380 WebCore/bridge/IdentifierRep.h \ | 386 WebCore/bridge/IdentifierRep.h \ |
| 381 WebCore/bridge/NP_jsobject.cpp \ | 387 WebCore/bridge/NP_jsobject.cpp \ |
| 382 WebCore/bridge/NP_jsobject.h \ | 388 WebCore/bridge/NP_jsobject.h \ |
| (...skipping 2774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3157 $(shell ls $(WebCore)/inspector/front-end/Images/*.png) | 3163 $(shell ls $(WebCore)/inspector/front-end/Images/*.png) |
| 3158 | 3164 |
| 3159 # Clean rules for WebCore | 3165 # Clean rules for WebCore |
| 3160 | 3166 |
| 3161 CLEANFILES += \ | 3167 CLEANFILES += \ |
| 3162 libWebCoreJS.la \ | 3168 libWebCoreJS.la \ |
| 3163 WebCore/bindings/js/JSDOMWindowBase.lut.h \ | 3169 WebCore/bindings/js/JSDOMWindowBase.lut.h \ |
| 3164 WebCore/bindings/js/JSRGBColor.lut.h \ | 3170 WebCore/bindings/js/JSRGBColor.lut.h \ |
| 3165 WebCore/bindings/js/JSWorkerContextBase.lut.h | 3171 WebCore/bindings/js/JSWorkerContextBase.lut.h |
| 3166 | 3172 |
| OLD | NEW |