From: leandro@webkit.org Date: Fri, 18 Jun 2010 19:16:09 +0000 (+0000) Subject: 2010-06-18 Leandro Pereira X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ef7adc8e0996d51efbf8466c8d1730e11983d7c1 2010-06-18 Leandro Pereira [EFL] Unreviewed build fix. * wtf/CMakeLists.txt: Add MD5.cpp. 2010-06-18 Leandro Pereira [EFL] Unreviewed build fix. * CMakeLists.txt: Add inspector/ScriptBreakpoint.cpp. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61426 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog index 756358f..6664b11 100644 --- a/JavaScriptCore/ChangeLog +++ b/JavaScriptCore/ChangeLog @@ -1,3 +1,9 @@ +2010-06-18 Leandro Pereira + + [EFL] Unreviewed build fix. + + * wtf/CMakeLists.txt: Add MD5.cpp. + 2010-06-17 Shu Chang Reviewed by Kenneth Rohde Christiansen. diff --git a/JavaScriptCore/wtf/CMakeLists.txt b/JavaScriptCore/wtf/CMakeLists.txt index db69117..1119b3c 100644 --- a/JavaScriptCore/wtf/CMakeLists.txt +++ b/JavaScriptCore/wtf/CMakeLists.txt @@ -5,6 +5,7 @@ SET(WTF_SOURCES FastMalloc.cpp HashTable.cpp MainThread.cpp + MD5.cpp RandomNumber.cpp RefCountedLeakCounter.cpp StringExtras.cpp diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt index aeb4b68..d3123b4 100644 --- a/WebCore/CMakeLists.txt +++ b/WebCore/CMakeLists.txt @@ -1021,6 +1021,7 @@ SET(WebCore_SOURCES inspector/InspectorResource.cpp inspector/InspectorValues.cpp inspector/InspectorTimelineAgent.cpp + inspector/ScriptBreakpoint.cpp inspector/TimelineRecordFactory.cpp loader/Cache.cpp diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 6d8d556..a9ff0dd 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2010-06-18 Leandro Pereira + + [EFL] Unreviewed build fix. + + * CMakeLists.txt: Add inspector/ScriptBreakpoint.cpp. + 2010-06-18 Andy Estes Rubber-stamped by Sam Weinig.