Title: [165092] trunk/Source/WebKit2
- Revision
- 165092
- Author
- [email protected]
- Date
- 2014-03-04 19:48:33 -0800 (Tue, 04 Mar 2014)
Log Message
[iOS][WebKit2] Exclude plug-in sandbox profiles from the build
https://bugs.webkit.org/show_bug.cgi?id=129719
Reviewed by Simon Fraser.
* Configurations/WebKit2.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (165091 => 165092)
--- trunk/Source/WebKit2/ChangeLog 2014-03-05 02:54:31 UTC (rev 165091)
+++ trunk/Source/WebKit2/ChangeLog 2014-03-05 03:48:33 UTC (rev 165092)
@@ -1,3 +1,12 @@
+2014-03-04 Andy Estes <[email protected]>
+
+ [iOS][WebKit2] Exclude plug-in sandbox profiles from the build
+ https://bugs.webkit.org/show_bug.cgi?id=129719
+
+ Reviewed by Simon Fraser.
+
+ * Configurations/WebKit2.xcconfig:
+
2014-03-04 Benjamin Poulain <[email protected]>
[iOS][WK2] WKScrollView should be able to cancel touches in content view
Modified: trunk/Source/WebKit2/Configurations/WebKit2.xcconfig (165091 => 165092)
--- trunk/Source/WebKit2/Configurations/WebKit2.xcconfig 2014-03-05 02:54:31 UTC (rev 165091)
+++ trunk/Source/WebKit2/Configurations/WebKit2.xcconfig 2014-03-05 03:48:33 UTC (rev 165092)
@@ -43,7 +43,7 @@
OTHER_LDFLAGS_macosx = $(ASAN_OTHER_LDFLAGS) $(FRAMEWORK_AND_LIBRARY_LDFLAGS);
EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME));
-EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.pdf com.apple.WebKit.NetworkProcess.sb com.apple.WebProcess.sb;
+EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.pdf com.apple.WebKit.NetworkProcess.sb com.apple.WebProcess.sb PlugInSandboxProfiles/*.sb;
EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
INSTALLHDRS_SCRIPT_PHASE = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes