[webkit-changes] cvs commit: WebCore/WebCore.xcodeproj project.pbxproj

Eric eseidel at opensource.apple.com
Sun Oct 23 23:14:46 PDT 2005


eseidel     05/10/23 23:14:46

  Modified:    .        ChangeLog
               WebCore.xcodeproj project.pbxproj
  Log:
  Bug #: none
  Submitted by: eseidel
  Reviewed by: No review, build fix only.
          * WebCore.xcodeproj/project.pbxproj: added RenderButton.cpp
  
  Revision  Changes    Path
  1.265     +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.264
  retrieving revision 1.265
  diff -u -r1.264 -r1.265
  --- ChangeLog	24 Oct 2005 01:39:36 -0000	1.264
  +++ ChangeLog	24 Oct 2005 06:14:44 -0000	1.265
  @@ -1,3 +1,9 @@
  +2005-10-23  Eric Seidel  <eseidel at apple.com>
  +
  +        No review, build fix only.
  +
  +        * WebCore.xcodeproj/project.pbxproj: added RenderButton.cpp
  +
   2005-10-23  Geoffrey Garen  <ggaren at apple.com>
   
           Reviewed by Maciej.
  
  
  
  1.36      +6 -0      WebCore/WebCore.xcodeproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebCore/WebCore.xcodeproj/project.pbxproj,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.pbxproj	21 Oct 2005 21:27:41 -0000	1.35
  +++ project.pbxproj	24 Oct 2005 06:14:45 -0000	1.36
  @@ -1524,6 +1524,9 @@
   		A8700A4808DD734300CC5A86 /* CDFInterface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8C0F9FE089701F500BA5114 /* CDFInterface.cpp */; };
   		A898F147088121E90075EFB2 /* htmlfactory.h in Headers */ = {isa = PBXBuildFile; fileRef = BCEF3433087B563E00BBF833 /* htmlfactory.h */; };
   		A898F148088121ED0075EFB2 /* htmlfactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCEF3432087B563E00BBF833 /* htmlfactory.cpp */; };
  +		A8BA5C70090CB077004D1180 /* render_button.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC42035A08FC334100B782E0 /* render_button.cpp */; };
  +		A8BA5C71090CB07A004D1180 /* render_arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 832557C3061E3172007B8054 /* render_arena.h */; };
  +		A8BA5C72090CB07A004D1180 /* render_button.h in Headers */ = {isa = PBXBuildFile; fileRef = BC42035B08FC334100B782E0 /* render_button.h */; };
   		A8BC0C8608D19F1A00379918 /* AttrWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8BC0BE608D19F1900379918 /* AttrWrapper.cpp */; };
   		A8BC0C8708D19F1A00379918 /* AttrWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A8BC0BE708D19F1900379918 /* AttrWrapper.h */; };
   		A8BC0C8808D19F1A00379918 /* CDATASectionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8BC0BE808D19F1900379918 /* CDATASectionWrapper.cpp */; };
  @@ -8125,6 +8128,8 @@
   				A8EA434B08E14EAC004BC396 /* dom_kdomdocumentwrapper.h in Headers */,
   				65C97AF408EA908800ACD273 /* config.h in Headers */,
   				E1EE773908F1086C00166870 /* WebCoreTextDecoder.h in Headers */,
  +				A8BA5C71090CB07A004D1180 /* render_arena.h in Headers */,
  +				A8BA5C72090CB07A004D1180 /* render_button.h in Headers */,
   			);
   			runOnlyForDeploymentPostprocessing = 0;
   		};
  @@ -10327,6 +10332,7 @@
   				A8EA434C08E14EAC004BC396 /* dom_kdomdocumentwrapper.cpp in Sources */,
   				A863312F08E3AB25009CFEF4 /* CDFInterface.cpp in Sources */,
   				E1EE773A08F1086C00166870 /* WebCoreTextDecoder.mm in Sources */,
  +				A8BA5C70090CB077004D1180 /* render_button.cpp in Sources */,
   			);
   			runOnlyForDeploymentPostprocessing = 0;
   		};
  
  
  



More information about the webkit-changes mailing list