Title: [204478] trunk/Source/WebKit/mac
Revision
204478
Author
[email protected]
Date
2016-08-15 13:51:16 -0700 (Mon, 15 Aug 2016)

Log Message

Fix build.

* Configurations/WebKitLegacy.xcconfig:
* WebKit.mac.exp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (204477 => 204478)


--- trunk/Source/WebKit/mac/ChangeLog	2016-08-15 20:50:13 UTC (rev 204477)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-08-15 20:51:16 UTC (rev 204478)
@@ -1,5 +1,12 @@
 2016-08-15  Anders Carlsson  <[email protected]>
 
+        Fix build.
+
+        * Configurations/WebKitLegacy.xcconfig:
+        * WebKit.mac.exp:
+
+2016-08-15  Anders Carlsson  <[email protected]>
+
         Remove OldWebAssertions.c
         https://bugs.webkit.org/show_bug.cgi?id=160862
 

Modified: trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig (204477 => 204478)


--- trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig	2016-08-15 20:50:13 UTC (rev 204477)
+++ trunk/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig	2016-08-15 20:51:16 UTC (rev 204478)
@@ -24,7 +24,7 @@
 #include "FeatureDefines.xcconfig"
 #include "Version.xcconfig"
 
-EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = *.defs *.nib *.pdf *.tiff CarbonUtils.m CarbonWindowAdapter.mm CarbonWindowContentView.m CarbonWindowFrame.m HIViewAdapter.m HIWebView.mm OutlookQuirksUserScript.js PopupMenuMac.mm SearchPopupMenuMac.mm WebClipView.* WebDashboardRegion.* WebDynamicScrollBarsView.* WebIconDatabase.* WebIconDatabasePrivate.* WebInspectorClient.mm WebJavaScriptTextInputPanel.* WebKeyGenerator.* WebNSEventExtras.* WebNSPasteboardExtras.* WebNSWindowExtras.* WebPanelAuthenticationHandler.* WebPluginsPrivate.* WebStringTruncator.* WebTextCompletionController.*;
+EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = *.defs *.nib *.pdf *.tiff CarbonUtils.m CarbonWindowAdapter.mm CarbonWindowContentView.m CarbonWindowFrame.m HIViewAdapter.m HIWebView.mm OutlookQuirksUserScript.js PopupMenuMac.mm SearchPopupMenuMac.mm WebClipView.* WebDashboardRegion.* WebDynamicScrollBarsView.* WebIconDatabase.* WebIconDatabasePrivate.* WebInspectorClient.mm WebJavaScriptTextInputPanel.* WebNSEventExtras.* WebNSPasteboardExtras.* WebNSWindowExtras.* WebPanelAuthenticationHandler.* WebPluginsPrivate.* WebStringTruncator.* WebTextCompletionController.*;
 EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = *IOS.mm MemoryMeasure.h WebCaretChangeListener.h WebFixedPositionContent.h WebFrameIOS.h WebFrameIPhone.h WebGeolocationCoreLocationProvider.h WebGeolocationPrivate.h WebGeolocationProviderIOS.h WebMIMETypeRegistry.h WebNSStringExtrasIOS.h WebNSStringExtrasIPhone.h WebPDFViewIOS.h WebPDFViewIPhone.h WebPDFViewPlaceholder.h WebSelectionRect.h WebUIKitDelegate.h WebUIKitSupport.h WebVisiblePosition.h;
 
 EXPORTED_SYMBOLS_FILE = $(EXPORTED_SYMBOLS_FILE_$(CURRENT_ARCH));

Modified: trunk/Source/WebKit/mac/WebKit.mac.exp (204477 => 204478)


--- trunk/Source/WebKit/mac/WebKit.mac.exp	2016-08-15 20:50:13 UTC (rev 204477)
+++ trunk/Source/WebKit/mac/WebKit.mac.exp	2016-08-15 20:51:16 UTC (rev 204478)
@@ -1,7 +1,6 @@
 .objc_class_name_WebDynamicScrollBarsView
 .objc_class_name_WebIconDatabase
 .objc_class_name_WebJavaScriptTextInputPanel
-.objc_class_name_WebKeyGenerator
 .objc_class_name_WebPanelAuthenticationHandler
 .objc_class_name_WebStringTruncator
 .objc_class_name_WebURLsWithTitles
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to