Changeset 62685 in webkit


Ignore:
Timestamp:
Jul 7, 2010 11:42:18 AM (14 years ago)
Author:
andersca@apple.com
Message:

Rename TestNetscapePlugin.subproj and move platform specific files to subdirectories
https://bugs.webkit.org/show_bug.cgi?id=41781

Reviewed by Simon Fraser.

WebKit/win:

  • WebKit.vcproj/WebKit.sln:

WebKitTools:

  • DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
  • DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp.
  • DumpRenderTree/TestNetscapePlugIn/PluginObject.h: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h.
  • DumpRenderTree/TestNetscapePlugIn/TestObject.cpp: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/TestObject.cpp.
  • DumpRenderTree/TestNetscapePlugIn/TestObject.h: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/TestObject.h.
  • DumpRenderTree/TestNetscapePlugIn/mac/Info.plist: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist.
  • DumpRenderTree/TestNetscapePlugIn/main.cpp: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/main.cpp.
  • DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.def: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def.
  • DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.rc.
  • DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj: Added.
  • DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin_debug.def: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin_debug.def.
  • DumpRenderTree/TestNetscapePlugIn/win/resource.h: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/resource.h.
  • DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj: Removed.
Location:
trunk
Files:
3 added
4 edited
11 moved

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/win/ChangeLog

    r62676 r62685  
     12010-07-07  Anders Carlsson  <andersca@apple.com>
     2
     3        Reviewed by Simon Fraser.
     4
     5        Rename TestNetscapePlugin.subproj and move platform specific files to subdirectories
     6        https://bugs.webkit.org/show_bug.cgi?id=41781
     7
     8        * WebKit.vcproj/WebKit.sln:
     9
    1102010-07-07  Sam Weinig  <sam@webkit.org>
    211
  • trunk/WebKit/win/WebKit.vcproj/WebKit.sln

    r61191 r62685  
    2727        EndProjectSection
    2828EndProject
    29 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestNetscapePlugin", "..\..\..\WebKitTools\DumpRenderTree\win\TestNetscapePlugin\TestNetscapePlugin.vcproj", "{C0737398-3565-439E-A2B8-AB2BE4D5430C}"
     29Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestNetscapePlugin", "..\..\..\WebKitTools\DumpRenderTree\TestNetscapePlugin\win\TestNetscapePlugin.vcproj", "{C0737398-3565-439E-A2B8-AB2BE4D5430C}"
    3030        ProjectSection(ProjectDependencies) = postProject
    3131                {114FCA11-216B-4C8C-957E-30A75AE80443} = {114FCA11-216B-4C8C-957E-30A75AE80443}
  • trunk/WebKitTools/ChangeLog

    r62641 r62685  
     12010-07-07  Anders Carlsson  <andersca@apple.com>
     2
     3        Reviewed by Simon Fraser.
     4
     5        Rename TestNetscapePlugin.subproj and move platform specific files to subdirectories
     6        https://bugs.webkit.org/show_bug.cgi?id=41781
     7
     8        * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
     9        * DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp.
     10        * DumpRenderTree/TestNetscapePlugIn/PluginObject.h: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h.
     11        * DumpRenderTree/TestNetscapePlugIn/TestObject.cpp: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/TestObject.cpp.
     12        * DumpRenderTree/TestNetscapePlugIn/TestObject.h: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/TestObject.h.
     13        * DumpRenderTree/TestNetscapePlugIn/mac/Info.plist: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/Info.plist.
     14        * DumpRenderTree/TestNetscapePlugIn/main.cpp: Renamed from WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/main.cpp.
     15        * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.def: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def.
     16        * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.rc.
     17        * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj: Added.
     18        * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin_debug.def: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin_debug.def.
     19        * DumpRenderTree/TestNetscapePlugIn/win/resource.h: Renamed from WebKitTools/DumpRenderTree/win/TestNetscapePlugin/resource.h.
     20        * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj: Removed.
     21
    1222010-07-07  Andras Becsi  <abecsi@webkit.org>
    223
  • trunk/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj

    r60511 r62685  
    181181                141BF233096A44CF00E0753C /* TestNetscapePlugIn.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestNetscapePlugIn.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
    182182                141BF447096A45C800E0753C /* PluginObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PluginObject.h; sourceTree = "<group>"; };
    183                 141BF448096A45C800E0753C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     183                141BF448096A45C800E0753C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = "<group>"; };
    184184                14770FE00A22ADF7009342EE /* GCController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCController.h; sourceTree = "<group>"; };
    185185                1A8F024C0BB9B056008CFA34 /* TestObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObject.h; sourceTree = "<group>"; };
     
    342342                                A8B91AD20CF3B305008F91FF /* AppKit Overrides */,
    343343                                A8B91AC40CF3B170008F91FF /* ObjCPlugin */,
    344                                 141BF1F5096A439800E0753C /* TestNetscapePlugIn.subproj */,
     344                                141BF1F5096A439800E0753C /* TestNetscapePlugIn */,
    345345                                9345229B0BD12B2C0086EDA0 /* Resources */,
    346346                                A803FF6409CAACC1009B2A37 /* Frameworks */,
     
    351351                        sourceTree = "<group>";
    352352                };
    353                 141BF1F5096A439800E0753C /* TestNetscapePlugIn.subproj */ = {
     353                141BF1F5096A439800E0753C /* TestNetscapePlugIn */ = {
    354354                        isa = PBXGroup;
    355355                        children = (
     
    361361                                1A8F024C0BB9B056008CFA34 /* TestObject.h */,
    362362                        );
    363                         path = TestNetscapePlugIn.subproj;
     363                        path = TestNetscapePlugIn;
    364364                        sourceTree = "<group>";
    365365                };
     
    762762                        baseConfigurationReference = BCB283DE0CFA7C20007E533E /* TestNetscapePlugIn.xcconfig */;
    763763                        buildSettings = {
     764                                INFOPLIST_FILE = TestNetscapePlugIn/mac/Info.plist;
    764765                        };
    765766                        name = Debug;
     
    769770                        baseConfigurationReference = BCB283DE0CFA7C20007E533E /* TestNetscapePlugIn.xcconfig */;
    770771                        buildSettings = {
     772                                INFOPLIST_FILE = TestNetscapePlugIn/mac/Info.plist;
    771773                        };
    772774                        name = Release;
     
    860862                        baseConfigurationReference = BCB283DE0CFA7C20007E533E /* TestNetscapePlugIn.xcconfig */;
    861863                        buildSettings = {
     864                                INFOPLIST_FILE = TestNetscapePlugIn/mac/Info.plist;
    862865                                INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Frameworks/$(WEBKIT_FRAMEWORK_RESOURCES_PATH)";
    863866                                SKIP_INSTALL = NO;
  • trunk/WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj

    r62679 r62685  
    369369        <Files>
    370370                <File
    371                         RelativePath=".\main.cpp"
    372                         >
    373                 </File>
    374                 <File
    375                         RelativePath="..\..\TestNetscapePlugIn.subproj\PluginObject.cpp"
    376                         >
    377                 </File>
    378                 <File
    379                         RelativePath="..\..\TestNetscapePlugIn.subproj\PluginObject.h"
     371                        RelativePath="..\..\win\TestNetscapePlugin\main.cpp"
     372                        >
     373                </File>
     374                <File
     375                        RelativePath="..\PluginObject.cpp"
     376                        >
     377                </File>
     378                <File
     379                        RelativePath="..\PluginObject.h"
    380380                        >
    381381                </File>
     
    397397                </File>
    398398                <File
    399                         RelativePath="..\..\TestNetscapePlugIn.subproj\TestObject.cpp"
    400                         >
    401                 </File>
    402                 <File
    403                         RelativePath="..\..\TestNetscapePlugIn.subproj\TestObject.h"
     399                        RelativePath="..\TestObject.cpp"
     400                        >
     401                </File>
     402                <File
     403                        RelativePath="..\TestObject.h"
    404404                        >
    405405                </File>
Note: See TracChangeset for help on using the changeset viewer.