Title: [163608] trunk
- Revision
- 163608
- Author
- [email protected]
- Date
- 2014-02-06 20:11:15 -0800 (Thu, 06 Feb 2014)
Log Message
[iOS] make should build WebKit2
https://bugs.webkit.org/show_bug.cgi?id=128351
Reviewed by Daniel Bates.
* Source/Makefile:
Modified Paths
Diff
Modified: trunk/ChangeLog (163607 => 163608)
--- trunk/ChangeLog 2014-02-07 03:12:06 UTC (rev 163607)
+++ trunk/ChangeLog 2014-02-07 04:11:15 UTC (rev 163608)
@@ -1,3 +1,12 @@
+2014-02-06 Joseph Pecoraro <[email protected]>
+
+ [iOS] make should build WebKit2
+ https://bugs.webkit.org/show_bug.cgi?id=128351
+
+ Reviewed by Daniel Bates.
+
+ * Source/Makefile:
+
2014-02-05 Andreas Kling <[email protected]>
Remove ENABLE(DIRECTORY_UPLOAD).
Modified: trunk/Source/Makefile (163607 => 163608)
--- trunk/Source/Makefile 2014-02-07 03:12:06 UTC (rev 163607)
+++ trunk/Source/Makefile 2014-02-07 04:11:15 UTC (rev 163608)
@@ -1,9 +1,9 @@
MODULES = WTF _javascript_Core ThirdParty/ANGLE WebCore WebInspectorUI WebKit WebKit2
ifneq (,$(findstring iphoneos,$(SDKROOT)))
- MODULES = WTF _javascript_Core ThirdParty/ANGLE WebCore WebKit
+ MODULES = WTF _javascript_Core ThirdParty/ANGLE WebCore WebKit WebKit2
else ifneq (,$(findstring iphonesimulator,$(SDKROOT)))
- MODULES = WTF _javascript_Core ThirdParty/ANGLE WebCore WebKit
+ MODULES = WTF _javascript_Core ThirdParty/ANGLE WebCore WebKit WebKit2
endif
all:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes