Changeset 86634 in webkit
- Timestamp:
- May 16, 2011 4:36:55 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
- 1 deleted
- 3 edited
- ChangeLog (modified) (1 diff)
- GNUmakefile.am (modified) (1 diff)
- Shared/gtk/LayerTreeContextGtk.cpp (deleted)
- win/WebKit2.vcproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
trunk/Source/WebKit2/ChangeLog
r86620 r86634 1 2011-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 1 12 2011-05-16 Martin Robinson <mrobinson@igalia.com> 2 13 trunk/Source/WebKit2/GNUmakefile.am
r86612 r86634 190 190 Source/WebKit2/Shared/FontSmoothingLevel.h \ 191 191 Source/WebKit2/Shared/cairo/ShareableBitmapCairo.cpp \ 192 Source/WebKit2/Shared/ gtk/LayerTreeContextGtk.cpp \192 Source/WebKit2/Shared/cairo/LayerTreeContextCairo.cpp \ 193 193 Source/WebKit2/Shared/gtk/NativeWebKeyboardEventGtk.cpp \ 194 194 Source/WebKit2/Shared/gtk/NativeWebMouseEventGtk.cpp \ trunk/Source/WebKit2/win/WebKit2.vcproj
r86380 r86634 1363 1363 > 1364 1364 <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 1365 1401 RelativePath="..\Shared\cairo\ShareableBitmapCairo.cpp" 1366 1402 >
Note: See TracChangeset for help on using the changeset viewer.