Changeset 159054 in webkit


Ignore:
Timestamp:
Nov 11, 2013 10:00:41 AM (11 years ago)
Author:
mitz@apple.com
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.

Location:
trunk/Source/WebKit
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r158885 r159054  
     12013-11-11  Dan Bernstein  <mitz@apple.com>
     2
     3        [Mac] .exp files are not source code
     4        https://bugs.webkit.org/show_bug.cgi?id=124154
     5
     6        Reviewed by Andy Estes.
     7
     8        * WebKit.xcodeproj/project.pbxproj: Removed WebKit.iOS.exp from the Compile Sources build
     9        phase.
     10
    1112013-11-07  Roger Fong  <roger_fong@apple.com>
    212
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r158454 r159054  
    377377                A10C1D8D1820305E0036883A /* WebPDFViewPlaceholder.h in Headers */ = {isa = PBXBuildFile; fileRef = A10C1D881820305E0036883A /* WebPDFViewPlaceholder.h */; settings = {ATTRIBUTES = (Private, ); }; };
    378378                A10C1D8E1820305E0036883A /* WebPDFViewPlaceholder.mm in Sources */ = {isa = PBXBuildFile; fileRef = A10C1D891820305E0036883A /* WebPDFViewPlaceholder.mm */; };
    379                 A10C1D901820307D0036883A /* WebKit.iOS.exp in Sources */ = {isa = PBXBuildFile; fileRef = A10C1D8F1820307D0036883A /* WebKit.iOS.exp */; };
    380379                A17A11B1180DC84800E5498C /* WebPluginPackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = A17A11B0180DC84800E5498C /* WebPluginPackagePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    381380                A5214FC713B975C8000015EF /* WebInspectorRemoteChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = A5214FC113B975C8000015EF /* WebInspectorRemoteChannel.h */; };
     
    22722271                                51494CD70C7EBDE0004178C5 /* WebIconDatabaseClient.mm in Sources */,
    22732272                                5D7BF8150C2A1D90008CE06D /* WebInspector.mm in Sources */,
    2274                                 A10C1D901820307D0036883A /* WebKit.iOS.exp in Sources */,
    22752273                                06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */,
    22762274                                1C7B0C660EB2464D00A28502 /* WebInspectorClientCF.cpp in Sources */,
  • trunk/Source/WebKit/mac/ChangeLog

    r159001 r159054  
     12013-11-11  Dan Bernstein  <mitz@apple.com>
     2
     3        [Mac] .exp files are not source code
     4        https://bugs.webkit.org/show_bug.cgi?id=124154
     5
     6        Reviewed by Andy Estes.
     7
     8        * Configurations/WebKit.xcconfig: Removed WebKit.iOS.exp from
     9        EXCLUDED_SOURCE_FILE_NAMES_macosx.
     10
    1112013-11-09  Patrick Gansterer  <paroga@webkit.org>
    212
  • trunk/Source/WebKit/mac/Configurations/WebKit.xcconfig

    r158454 r159054  
    2828EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.nib *.pdf *.tiff;
    2929EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
    30 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;
     30EXCLUDED_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;
    3131
    3232EXPORTED_SYMBOLS_FILE = $(EXPORTED_SYMBOLS_FILE_$(CURRENT_ARCH));
Note: See TracChangeset for help on using the changeset viewer.