From 38c3c0378a8ab66381805d8e6d0a4b988cce8193 Mon Sep 17 00:00:00 2001 From: "yosin@chromium.org" Date: Tue, 3 Jul 2012 01:21:13 +0000 Subject: [PATCH] Build fix for Chromimum r121710 removed WebCore/platform/qt/GraphicsLayerQt.{cpp,h}. However, that patch didn't remove them from WebCore.gypi. * WebCore.gypi: Removed GraphicsLayerQt.{cpp,h} git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121715 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 9 +++++++++ Source/WebCore/WebCore.gypi | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index bec863f..350b4f5 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,12 @@ +2012-07-02 Yoshifumi Inoue + + Build fix for Chromimum + + r121710 removed WebCore/platform/qt/GraphicsLayerQt.{cpp,h}. + However, that patch didn't remove them from WebCore.gypi. + + * WebCore.gypi: Removed GraphicsLayerQt.{cpp,h} + 2012-07-02 Joshua Bell IDL overloads should not treat wrapper types as nullable by default diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi index ab051ae..ab7a451 100644 --- a/Source/WebCore/WebCore.gypi +++ b/Source/WebCore/WebCore.gypi @@ -3851,8 +3851,6 @@ 'platform/graphics/qt/GradientQt.cpp', 'platform/graphics/qt/GraphicsContext3DQt.cpp', 'platform/graphics/qt/GraphicsContextQt.cpp', - 'platform/graphics/qt/GraphicsLayerQt.cpp', - 'platform/graphics/qt/GraphicsLayerQt.h', 'platform/graphics/qt/IconQt.cpp', 'platform/graphics/qt/ImageBufferDataQt.h', 'platform/graphics/qt/ImageBufferQt.cpp', -- 2.7.4