Title: [171487] trunk/Tools
- Revision
- 171487
- Author
- [email protected]
- Date
- 2014-07-23 13:34:14 -0700 (Wed, 23 Jul 2014)
Log Message
Unreviewed iOS build fix after r171355.
* TestWebKitAPI/Configurations/Base.xcconfig:
Since all the Tests/WebKit2Cocoa tests are already explicitly skipped on iOS,
simplify to skipping all the tests in the directory. PlatformUtilities are not
building on iOS, which means we are missing necessary Util functions.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (171486 => 171487)
--- trunk/Tools/ChangeLog 2014-07-23 20:19:37 UTC (rev 171486)
+++ trunk/Tools/ChangeLog 2014-07-23 20:34:14 UTC (rev 171487)
@@ -1,3 +1,12 @@
+2014-07-23 Joseph Pecoraro <[email protected]>
+
+ Unreviewed iOS build fix after r171355.
+
+ * TestWebKitAPI/Configurations/Base.xcconfig:
+ Since all the Tests/WebKit2Cocoa tests are already explicitly skipped on iOS,
+ simplify to skipping all the tests in the directory. PlatformUtilities are not
+ building on iOS, which means we are missing necessary Util functions.
+
2014-07-23 Michał Pakuła vel Rutka <[email protected]>
[EFL] Fix build after r171454
Modified: trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig (171486 => 171487)
--- trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig 2014-07-23 20:19:37 UTC (rev 171486)
+++ trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig 2014-07-23 20:34:14 UTC (rev 171487)
@@ -64,7 +64,7 @@
EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME));
EXCLUDED_SOURCE_FILE_NAMES_macosx = *IOS.h *IOS.cpp *IOS.mm;
-EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *Mac.h *Mac.cpp *Mac.mm *InjectedBundle* *PlatformUtilities* Tests/WebKit2/* Tests/WebKit2ObjC/* *_Bundle* _javascript_Test.* */mac/* CustomProtocolsSyncXHRTest.mm Tests/WebKit2Cocoa/Navigation.mm Tests/WebKit2Cocoa/Download.mm;
+EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *Mac.h *Mac.cpp *Mac.mm *InjectedBundle* *PlatformUtilities* Tests/WebKit2/* Tests/WebKit2ObjC/* *_Bundle* _javascript_Test.* */mac/* CustomProtocolsSyncXHRTest.mm Tests/WebKit2Cocoa/*;
EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes