Title: [159054] trunk/Source/WebKit
Revision
159054
Author
m...@apple.com
Date
2013-11-11 10:00:41 -0800 (Mon, 11 Nov 2013)

Log Message

[Mac] .exp files are not source code
https://bugs.webkit.org/show_bug.cgi?id=124154

Reviewed by Andy Estes.

../WebKit: 

* WebKit.xcodeproj/project.pbxproj: Removed WebKit.iOS.exp from the Compile Sources build
phase.

../WebKit/mac: 

* Configurations/WebKit.xcconfig: Removed WebKit.iOS.exp from
EXCLUDED_SOURCE_FILE_NAMES_macosx.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (159053 => 159054)


--- trunk/Source/WebKit/ChangeLog	2013-11-11 17:37:27 UTC (rev 159053)
+++ trunk/Source/WebKit/ChangeLog	2013-11-11 18:00:41 UTC (rev 159054)
@@ -1,3 +1,13 @@
+2013-11-11  Dan Bernstein  <m...@apple.com>
+
+        [Mac] .exp files are not source code
+        https://bugs.webkit.org/show_bug.cgi?id=124154
+
+        Reviewed by Andy Estes.
+
+        * WebKit.xcodeproj/project.pbxproj: Removed WebKit.iOS.exp from the Compile Sources build
+        phase.
+
 2013-11-07  Roger Fong  <roger_f...@apple.com>
 
         Unreviewed. Windows WebKit makefile fixes.

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (159053 => 159054)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2013-11-11 17:37:27 UTC (rev 159053)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2013-11-11 18:00:41 UTC (rev 159054)
@@ -376,7 +376,6 @@
 		A10C1D8C1820305E0036883A /* WebPDFViewIPhone.h in Headers */ = {isa = PBXBuildFile; fileRef = A10C1D871820305E0036883A /* WebPDFViewIPhone.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		A10C1D8D1820305E0036883A /* WebPDFViewPlaceholder.h in Headers */ = {isa = PBXBuildFile; fileRef = A10C1D881820305E0036883A /* WebPDFViewPlaceholder.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		A10C1D8E1820305E0036883A /* WebPDFViewPlaceholder.mm in Sources */ = {isa = PBXBuildFile; fileRef = A10C1D891820305E0036883A /* WebPDFViewPlaceholder.mm */; };
-		A10C1D901820307D0036883A /* WebKit.iOS.exp in Sources */ = {isa = PBXBuildFile; fileRef = A10C1D8F1820307D0036883A /* WebKit.iOS.exp */; };
 		A17A11B1180DC84800E5498C /* WebPluginPackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = A17A11B0180DC84800E5498C /* WebPluginPackagePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		A5214FC713B975C8000015EF /* WebInspectorRemoteChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = A5214FC113B975C8000015EF /* WebInspectorRemoteChannel.h */; };
 		A5214FC813B975C8000015EF /* WebInspectorRemoteChannel.mm in Sources */ = {isa = PBXBuildFile; fileRef = A5214FC213B975C8000015EF /* WebInspectorRemoteChannel.mm */; };
@@ -2271,7 +2270,6 @@
 				939810C10824BF01008DF038 /* WebIconDatabase.mm in Sources */,
 				51494CD70C7EBDE0004178C5 /* WebIconDatabaseClient.mm in Sources */,
 				5D7BF8150C2A1D90008CE06D /* WebInspector.mm in Sources */,
-				A10C1D901820307D0036883A /* WebKit.iOS.exp in Sources */,
 				06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */,
 				1C7B0C660EB2464D00A28502 /* WebInspectorClientCF.cpp in Sources */,
 				A57EB79013B97A4E008D691D /* WebInspectorClientRegistry.mm in Sources */,

Modified: trunk/Source/WebKit/mac/ChangeLog (159053 => 159054)


--- trunk/Source/WebKit/mac/ChangeLog	2013-11-11 17:37:27 UTC (rev 159053)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-11-11 18:00:41 UTC (rev 159054)
@@ -1,3 +1,13 @@
+2013-11-11  Dan Bernstein  <m...@apple.com>
+
+        [Mac] .exp files are not source code
+        https://bugs.webkit.org/show_bug.cgi?id=124154
+
+        Reviewed by Andy Estes.
+
+        * Configurations/WebKit.xcconfig: Removed WebKit.iOS.exp from
+        EXCLUDED_SOURCE_FILE_NAMES_macosx.
+
 2013-11-09  Patrick Gansterer  <par...@webkit.org>
 
         Move RunLoop from WebCore to WTF

Modified: trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig (159053 => 159054)


--- trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig	2013-11-11 17:37:27 UTC (rev 159053)
+++ trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig	2013-11-11 18:00:41 UTC (rev 159054)
@@ -27,7 +27,7 @@
 EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME));
 EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.nib *.pdf *.tiff;
 EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
-EXCLUDED_SOURCE_FILE_NAMES_macosx = *IOS.mm WebKit.iOS.exp MemoryMeasure.h WebGeolocationCoreLocationProvider.h WebGeolocationProviderIOS.h WebNSStringDrawing.h WebNSStringExtrasIOS.h WebNSStringExtrasIPhone.h WebUIKitSupport.h WebCaretChangeListener.h WebFixedPositionContent.h WebFrameIOS.h WebFrameIPhone.h WebGeolocationPrivate.h WebMIMETypeRegistry.h WebSelectionRect.h WebVisiblePosition.h WebUIKitDelegate.h WebPDFViewIOS.h WebPDFViewIPhone.h WebPDFViewPlaceholder.h;
+EXCLUDED_SOURCE_FILE_NAMES_macosx = *IOS.mm MemoryMeasure.h WebGeolocationCoreLocationProvider.h WebGeolocationProviderIOS.h WebNSStringDrawing.h WebNSStringExtrasIOS.h WebNSStringExtrasIPhone.h WebUIKitSupport.h WebCaretChangeListener.h WebFixedPositionContent.h WebFrameIOS.h WebFrameIPhone.h WebGeolocationPrivate.h WebMIMETypeRegistry.h WebSelectionRect.h WebVisiblePosition.h WebUIKitDelegate.h WebPDFViewIOS.h WebPDFViewIPhone.h WebPDFViewPlaceholder.h;
 
 EXPORTED_SYMBOLS_FILE = $(EXPORTED_SYMBOLS_FILE_$(CURRENT_ARCH));
 EXPORTED_SYMBOLS_FILE_ = mac/WebKit.exp;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to