Title: [150114] trunk/Source/WebCore
- Revision
- 150114
- Author
- [email protected]
- Date
- 2013-05-15 08:51:27 -0700 (Wed, 15 May 2013)
Log Message
BUILD FIX (r150089): Make WebCoreTestShim build for iOS
* Configurations/WebCoreTestShim.xcconfig: Exclude
WebCoreTestShimLibrary.cpp when building for iOS.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (150113 => 150114)
--- trunk/Source/WebCore/ChangeLog 2013-05-15 15:35:56 UTC (rev 150113)
+++ trunk/Source/WebCore/ChangeLog 2013-05-15 15:51:27 UTC (rev 150114)
@@ -1,3 +1,10 @@
+2013-05-15 David Kilzer <[email protected]>
+
+ BUILD FIX (r150089): Make WebCoreTestShim build for iOS
+
+ * Configurations/WebCoreTestShim.xcconfig: Exclude
+ WebCoreTestShimLibrary.cpp when building for iOS.
+
2013-05-15 Radu Stavila <[email protected]>
[CSSRegions] Implement offsetParent for elements inside named flow
Modified: trunk/Source/WebCore/Configurations/WebCoreTestShim.xcconfig (150113 => 150114)
--- trunk/Source/WebCore/Configurations/WebCoreTestShim.xcconfig 2013-05-15 15:35:56 UTC (rev 150113)
+++ trunk/Source/WebCore/Configurations/WebCoreTestShim.xcconfig 2013-05-15 15:51:27 UTC (rev 150114)
@@ -39,3 +39,7 @@
EXPORTED_SYMBOLS_FILE = ;
OTHER_LDFLAGS = ;
SECTORDER_FLAGS = ;
+
+EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME)) $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION)_$(PLATFORM_NAME));
+EXCLUDED_SOURCE_FILE_NAMES_iphoneos = WebCoreTestShimLibrary.cpp;
+EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes