From 53031300effc3c8c713ed7197452fb92b6eaf149 Mon Sep 17 00:00:00 2001 From: "leandro@webkit.org" Date: Mon, 12 Jul 2010 14:27:02 +0000 Subject: [PATCH] 2010-07-12 Lucas De Marchi Unreviewed. [EFL] Move ScriptConcotrollerEfl.cpp from CMakeLists.txt to CMakeListsEfl.txt. * CMakeLists.txt: * CMakeListsEfl.txt: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63084 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/CMakeLists.txt | 1 - WebCore/CMakeListsEfl.txt | 1 + WebCore/ChangeLog | 10 ++++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt index 16cc49c4deae..957b770c3483 100644 --- a/WebCore/CMakeLists.txt +++ b/WebCore/CMakeLists.txt @@ -668,7 +668,6 @@ SET(WebCore_SOURCES bindings/js/ScriptCallFrame.cpp bindings/js/ScriptCallStack.cpp bindings/js/ScriptController.cpp - bindings/js/ScriptControllerEfl.cpp bindings/js/ScriptDebugServer.cpp bindings/js/ScriptEventListener.cpp bindings/js/ScriptFunctionCall.cpp diff --git a/WebCore/CMakeListsEfl.txt b/WebCore/CMakeListsEfl.txt index da1f27a7ff50..ab475f522fcd 100644 --- a/WebCore/CMakeListsEfl.txt +++ b/WebCore/CMakeListsEfl.txt @@ -17,6 +17,7 @@ LIST(APPEND WebCore_INCLUDE_DIRECTORIES LIST(APPEND WebCore_SOURCES accessibility/efl/AccessibilityObjectEfl.cpp + bindings/js/ScriptControllerEfl.cpp page/efl/DragControllerEfl.cpp page/efl/EventHandlerEfl.cpp page/efl/FrameEfl.cpp diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index dabbed902d41..977ae6966714 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,13 @@ +2010-07-12 Lucas De Marchi + + Unreviewed. + + [EFL] Move ScriptConcotrollerEfl.cpp from CMakeLists.txt to + CMakeListsEfl.txt. + + * CMakeLists.txt: + * CMakeListsEfl.txt: + 2010-07-12 Lucas De Marchi Unreviewed build fix after r60050. -- 2.36.0