The Wayback Machine - https://web.archive.org/web/20230429231505/https://trac.webkit.org/changeset/86634/webkit

Changeset 86634 in webkit

Timestamp:
May 16, 2011 4:36:55 PM (12 years ago)
Author:
Martin Robinson
Message:

2011-05-16 Martin Robinson <martin.james.robinson@gmail.com>

Try to fix the WinCairo build after r86612.

Move the LayerTreeContextGtk.cpp stub to LayerTreeContextCairo.cpp and add
it to the WinCairo build.

  • GNUmakefile.am: Update the source list.
  • Shared/cairo/LayerTreeContextCairo.cpp: Renamed from Source/WebKit2/Shared/gtk/LayerTreeContextGtk.cpp.
  • win/WebKit2.vcproj: Update the source list.
Location:
trunk/Source/WebKit2
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r86620 r86634 
     12011-05-16  Martin Robinson  <martin.james.robinson@gmail.com>
     2
     3        Try to fix the WinCairo build after r86612.
     4
     5        Move the LayerTreeContextGtk.cpp stub to LayerTreeContextCairo.cpp and add
     6        it to the WinCairo build.
     7
     8        * GNUmakefile.am: Update the source list.
     9        * Shared/cairo/LayerTreeContextCairo.cpp: Renamed from Source/WebKit2/Shared/gtk/LayerTreeContextGtk.cpp.
     10        * win/WebKit2.vcproj: Update the source list.
     11
    1122011-05-16  Martin Robinson  <mrobinson@igalia.com>
    213
  • trunk/Source/WebKit2/GNUmakefile.am

    r86612 r86634 
    190190        Source/WebKit2/Shared/FontSmoothingLevel.h \
    191191        Source/WebKit2/Shared/cairo/ShareableBitmapCairo.cpp \
    192         Source/WebKit2/Shared/gtk/LayerTreeContextGtk.cpp \
     192        Source/WebKit2/Shared/cairo/LayerTreeContextCairo.cpp \
    193193        Source/WebKit2/Shared/gtk/NativeWebKeyboardEventGtk.cpp \
    194194        Source/WebKit2/Shared/gtk/NativeWebMouseEventGtk.cpp \
  • trunk/Source/WebKit2/win/WebKit2.vcproj

    r86380 r86634 
    13631363                                >
    13641364                                <File
     1365                                        RelativePath="..\Shared\cairo\LayerTreeContextCairo.cpp"
     1366                                        >
     1367                                        <FileConfiguration
     1368                                                Name="Debug|Win32"
     1369                                                ExcludedFromBuild="true"
     1370                                                >
     1371                                                <Tool
     1372                                                        Name="VCCLCompilerTool"
     1373                                                />
     1374                                        </FileConfiguration>
     1375                                        <FileConfiguration
     1376                                                Name="Release|Win32"
     1377                                                ExcludedFromBuild="true"
     1378                                                >
     1379                                                <Tool
     1380                                                        Name="VCCLCompilerTool"
     1381                                                />
     1382                                        </FileConfiguration>
     1383                                        <FileConfiguration
     1384                                                Name="Debug_All|Win32"
     1385                                                ExcludedFromBuild="true"
     1386                                                >
     1387                                                <Tool
     1388                                                        Name="VCCLCompilerTool"
     1389                                                />
     1390                                        </FileConfiguration>
     1391                                        <FileConfiguration
     1392                                                Name="Production|Win32"
     1393                                                ExcludedFromBuild="true"
     1394                                                >
     1395                                                <Tool
     1396                                                        Name="VCCLCompilerTool"
     1397                                                />
     1398                                        </FileConfiguration>
     1399                                </File>
     1400                                <File
    13651401                                        RelativePath="..\Shared\cairo\ShareableBitmapCairo.cpp"
    13661402                                        >
Note: See TracChangeset for help on using the changeset viewer.
close