Title: [161664] trunk/Source/WebCore
- Revision
- 161664
- Author
- [email protected]
- Date
- 2014-01-10 12:51:55 -0800 (Fri, 10 Jan 2014)
Log Message
Another build fix for the Production Mac build following <http://trac.webkit.org/changeset/161638>
(https://bugs.webkit.org/show_bug.cgi?id=126698)
Move the logic for appending the port-specific IDL files {Touch, TouchEvent, TouchList}.idl to the
list of binding IDLs (BINDING_IDLS) before the definition of variables DOM_CLASSES and JS_DOM_HEADERS
so that we generate the DOM and JS bindings for these IDLs.
* DerivedSources.make:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (161663 => 161664)
--- trunk/Source/WebCore/ChangeLog 2014-01-10 20:47:48 UTC (rev 161663)
+++ trunk/Source/WebCore/ChangeLog 2014-01-10 20:51:55 UTC (rev 161664)
@@ -1,3 +1,14 @@
+2014-01-10 Daniel Bates <[email protected]>
+
+ Another build fix for the Production Mac build following <http://trac.webkit.org/changeset/161638>
+ (https://bugs.webkit.org/show_bug.cgi?id=126698)
+
+ Move the logic for appending the port-specific IDL files {Touch, TouchEvent, TouchList}.idl to the
+ list of binding IDLs (BINDING_IDLS) before the definition of variables DOM_CLASSES and JS_DOM_HEADERS
+ so that we generate the DOM and JS bindings for these IDLs.
+
+ * DerivedSources.make:
+
2014-01-10 Anders Carlsson <[email protected]>
Remove supportMultipleWindows setting
Modified: trunk/Source/WebCore/DerivedSources.make (161663 => 161664)
--- trunk/Source/WebCore/DerivedSources.make 2014-01-10 20:47:48 UTC (rev 161663)
+++ trunk/Source/WebCore/DerivedSources.make 2014-01-10 20:51:55 UTC (rev 161664)
@@ -660,54 +660,6 @@
InternalSettingsGenerated.idl
#
-.PHONY : all
-
-DOM_CLASSES=$(basename $(notdir $(BINDING_IDLS)))
-
-JS_DOM_HEADERS=$(filter-out JSEventListener.h, $(DOM_CLASSES:%=JS%.h))
-
-WEB_DOM_HEADERS :=
-
-all : \
- $(SUPPLEMENTAL_DEPENDENCY_FILE) \
- $(WINDOW_CONSTRUCTORS_FILE) \
- $(WORKERGLOBALSCOPE_CONSTRUCTORS_FILE) \
- $(JS_DOM_HEADERS) \
- $(WEB_DOM_HEADERS) \
- \
- JSJavaScriptCallFrame.h \
- \
- CSSGrammar.cpp \
- CSSPropertyNames.h \
- CSSValueKeywords.h \
- ColorData.cpp \
- EventFactory.cpp \
- EventTargetInterfaces.h \
- ExceptionCodeDescription.cpp \
- HTMLElementFactory.cpp \
- HTMLEntityTable.cpp \
- HTMLNames.cpp \
- JSHTMLElementWrapperFactory.cpp \
- JSSVGElementWrapperFactory.cpp \
- PlugInsResources.h \
- SVGElementFactory.cpp \
- SVGNames.cpp \
- UserAgentScripts.h \
- UserAgentStyleSheets.h \
- WebKitFontFamilyNames.cpp \
- WebKitFontFamilyNames.h \
- XLinkNames.cpp \
- XMLNSNames.cpp \
- XMLNames.cpp \
- MathMLElementFactory.cpp \
- MathMLNames.cpp \
- XPathGrammar.cpp \
-#
-
-# --------
-
-ADDITIONAL_IDL_DEFINES :=
-
ifeq ($(OS),MACOS)
FRAMEWORK_FLAGS = $(shell echo $(BUILT_PRODUCTS_DIR) $(FRAMEWORK_SEARCH_PATHS) | perl -e 'print "-F " . join(" -F ", split(" ", <>));')
@@ -760,6 +712,54 @@
endif # MACOS
+.PHONY : all
+
+DOM_CLASSES=$(basename $(notdir $(BINDING_IDLS)))
+
+JS_DOM_HEADERS=$(filter-out JSEventListener.h, $(DOM_CLASSES:%=JS%.h))
+
+WEB_DOM_HEADERS :=
+
+all : \
+ $(SUPPLEMENTAL_DEPENDENCY_FILE) \
+ $(WINDOW_CONSTRUCTORS_FILE) \
+ $(WORKERGLOBALSCOPE_CONSTRUCTORS_FILE) \
+ $(JS_DOM_HEADERS) \
+ $(WEB_DOM_HEADERS) \
+ \
+ JSJavaScriptCallFrame.h \
+ \
+ CSSGrammar.cpp \
+ CSSPropertyNames.h \
+ CSSValueKeywords.h \
+ ColorData.cpp \
+ EventFactory.cpp \
+ EventTargetInterfaces.h \
+ ExceptionCodeDescription.cpp \
+ HTMLElementFactory.cpp \
+ HTMLEntityTable.cpp \
+ HTMLNames.cpp \
+ JSHTMLElementWrapperFactory.cpp \
+ JSSVGElementWrapperFactory.cpp \
+ PlugInsResources.h \
+ SVGElementFactory.cpp \
+ SVGNames.cpp \
+ UserAgentScripts.h \
+ UserAgentStyleSheets.h \
+ WebKitFontFamilyNames.cpp \
+ WebKitFontFamilyNames.h \
+ XLinkNames.cpp \
+ XMLNSNames.cpp \
+ XMLNames.cpp \
+ MathMLElementFactory.cpp \
+ MathMLNames.cpp \
+ XPathGrammar.cpp \
+#
+
+# --------
+
+ADDITIONAL_IDL_DEFINES :=
+
ifndef ENABLE_ORIENTATION_EVENTS
ENABLE_ORIENTATION_EVENTS = 0
endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes