Changeset 12148 in webkit


Ignore:
Timestamp:
Jan 17, 2006 1:00:14 AM (18 years ago)
Author:
eseidel
Message:

2006-01-17 Mark Rowe <opendarwin.org@bdash.net.nz>

Reviewed by eseidel.

Fix second part of WebCore-no-SVG fails to build.
http://bugzilla.opendarwin.org/show_bug.cgi?id=6607

  • WebCore.xcodeproj/project.pbxproj: Mark three headers as private rather than project in the WebCore-no-SVG target.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r12147 r12148  
     12006-01-17  Mark Rowe  <opendarwin.org@bdash.net.nz>
     2
     3        Reviewed by eseidel.
     4
     5        Fix second part of WebCore-no-SVG fails to build.
     6        http://bugzilla.opendarwin.org/show_bug.cgi?id=6607
     7
     8        * WebCore.xcodeproj/project.pbxproj:
     9        Mark three headers as private rather than project in the WebCore-no-SVG target.
     10
    1112006-01-17  Mitz Pettel  <opendarwin.org@mitzpettel.com>
    212
     
    1020        Reviewed by eseidel.
    1121
    12         WebCore-SVG fails to build.
     22        WebCore-no-SVG fails to build.
    1323        http://bugzilla.opendarwin.org/show_bug.cgi?id=6607
    1424
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r12146 r12148  
    2626                5D821DFD097CC06A00289646 /* ObjectContents.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3D8556097647B4002C85D1 /* ObjectContents.h */; };
    2727                5D821DFE097CC06B00289646 /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BF022A0974816300C43196 /* Frame.h */; };
    28                 5D821DFF097CC07B00289646 /* WebCoreFrameBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 654EC60F097778F500DAB52C /* WebCoreFrameBridge.h */; };
     28                5D821DFF097CC07B00289646 /* WebCoreFrameBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 654EC60F097778F500DAB52C /* WebCoreFrameBridge.h */; settings = {ATTRIBUTES = (Private, ); }; };
    2929                5D821E00097CC07C00289646 /* KWQKPartsBrowserExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BF02390974819000C43196 /* KWQKPartsBrowserExtension.h */; };
    3030                5D821E01097CC07C00289646 /* KWQKHTMLPartBrowserExtension.mm in Sources */ = {isa = PBXBuildFile; fileRef = 65BF02370974819000C43196 /* KWQKHTMLPartBrowserExtension.mm */; };
     
    3232                5D821E03097CC07D00289646 /* WebCoreFrameBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 654EC610097778F500DAB52C /* WebCoreFrameBridge.mm */; };
    3333                5D821E04097CC07D00289646 /* KWQKHTMLView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65BF02380974819000C43196 /* KWQKHTMLView.cpp */; };
    34                 5D821E05097CC07E00289646 /* WebCorePageBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C7F4310979E2620022E453 /* WebCorePageBridge.h */; };
     34                5D821E05097CC07E00289646 /* WebCorePageBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C7F4310979E2620022E453 /* WebCorePageBridge.h */; settings = {ATTRIBUTES = (Private, ); }; };
    3535                5D821E06097CC07E00289646 /* MacFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BF023B0974819000C43196 /* MacFrame.h */; };
    3636                5D821E07097CC07E00289646 /* WebCorePageBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 65C7F44B0979E8C90022E453 /* WebCorePageBridge.mm */; };
    3737                5D821E08097CC07F00289646 /* MacFrame.mm in Sources */ = {isa = PBXBuildFile; fileRef = 65BF023C0974819000C43196 /* MacFrame.mm */; };
    3838                5D821E0C097CC57200289646 /* WebCoreFrameNamespaces.m in Sources */ = {isa = PBXBuildFile; fileRef = 6552E7A9096AA11B0006F248 /* WebCoreFrameNamespaces.m */; };
    39                 5D821E0D097CC57200289646 /* WebCoreFrameNamespaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 6552E7A8096AA11B0006F248 /* WebCoreFrameNamespaces.h */; };
     39                5D821E0D097CC57200289646 /* WebCoreFrameNamespaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 6552E7A8096AA11B0006F248 /* WebCoreFrameNamespaces.h */; settings = {ATTRIBUTES = (Private, ); }; };
    4040                652C6E9B08331AE400714969 /* delete_from_text_node_command.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 652C6E9708331AE400714969 /* delete_from_text_node_command.cpp */; };
    4141                652C6E9C08331AE400714969 /* delete_from_text_node_command.h in Headers */ = {isa = PBXBuildFile; fileRef = 652C6E9808331AE400714969 /* delete_from_text_node_command.h */; };
Note: See TracChangeset for help on using the changeset viewer.