Unreviewed. Fix make distcheck issues.
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 06:45:27 +0000 (06:45 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 17 Apr 2012 06:45:27 +0000 (06:45 +0000)
Source/JavaScriptCore:

* GNUmakefile.list.am: Add missing files.

Source/WebCore:

* GNUmakefile.list.am: Add missing files.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114352 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/GNUmakefile.list.am
Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.list.am

index 43d1641..0321ac5 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-16  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Add missing files.
+
 2012-04-16  Sheriff Bot  <webkit.review.bot@gmail.com>
 
         Unreviewed, rolling out r114309.
index 198b6a3..d8e5898 100644 (file)
@@ -142,6 +142,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/dfg/DFGAbstractState.cpp \
        Source/JavaScriptCore/dfg/DFGAbstractState.h \
        Source/JavaScriptCore/dfg/DFGAbstractValue.h \
+       Source/JavaScriptCore/dfg/DFGArgumentPosition.h \
        Source/JavaScriptCore/dfg/DFGAssemblyHelpers.cpp \
        Source/JavaScriptCore/dfg/DFGAssemblyHelpers.h \
        Source/JavaScriptCore/dfg/DFGBasicBlock.h \
@@ -158,6 +159,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/dfg/DFGCorrectableJumpPoint.h \
        Source/JavaScriptCore/dfg/DFGCSEPhase.cpp \
        Source/JavaScriptCore/dfg/DFGCSEPhase.h \
+       Source/JavaScriptCore/dfg/DFGDoubleFormatState.h \
        Source/JavaScriptCore/dfg/DFGDriver.cpp \
        Source/JavaScriptCore/dfg/DFGDriver.h \
        Source/JavaScriptCore/dfg/DFGFPRInfo.h \
index fb2e235..55b4a37 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-16  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Add missing files.
+
 2012-04-16  Hajime Morrita  <morrita@chromium.org>
 
         insertedIntoDocument and insertedIntoTree should be unitifed.
index 952d583..2ee8ee1 100644 (file)
@@ -871,6 +871,8 @@ dom_binding_idls += \
        $(WebCore)/html/ImageData.idl \
        $(WebCore)/html/MediaController.idl \
        $(WebCore)/html/MediaError.idl \
+       $(WebCore)/html/MediaKeyError.idl \
+       $(WebCore)/html/MediaKeyEvent.idl \
        $(WebCore)/html/TextMetrics.idl \
        $(WebCore)/html/TimeRanges.idl \
        $(WebCore)/html/ValidityState.idl \
@@ -2433,6 +2435,9 @@ webcore_sources += \
        Source/WebCore/html/MediaDocument.cpp \
        Source/WebCore/html/MediaDocument.h \
        Source/WebCore/html/MediaError.h \
+       Source/WebCore/html/MediaKeyError.h \
+       Source/WebCore/html/MediaKeyEvent.cpp \
+       Source/WebCore/html/MediaKeyEvent.h \
        Source/WebCore/html/MediaFragmentURIParser.cpp \
        Source/WebCore/html/MediaFragmentURIParser.h \
        Source/WebCore/html/MicroDataItemValue.cpp \